PDA

Archiv verlassen und diese Seite im Standarddesign anzeigen : "\left" und "\right" zu klein



Slatibartfass
25-08-2006, 14:56
Hallo!

Weiß vielleicht jemand, wie man "\left" und "\right" abändert und zwar derart, dass sie ALLES enthalten, was dazwischen steht. Also insbesondere kein Index und keine Potenz rausguckt. Auch wäre es schön, wenn bei Schachtellungen wie

"\left( \left( \left( \left( ... \right) \right) \right) \right)"

die Klammern nicht alle die gleiche Größe hätten, d.h. nach außen hin größer würden.

Vielen Dank schon mal im Voraus,

Florian

countbela666
25-08-2006, 17:37
Hallo Florian,

sieh mal Kapitel 8 von Herbert Voss' mathmode.pdf (ftp://tug.ctan.org/pub/tex-archive/info/math/voss/mathmode/Mathmode.pdf) an.

Grüße,
Marcel

RedCloud
26-08-2006, 08:31
sieh mal Kapitel 8 von Herbert Voss' mathmode.pdf (ftp://tug.ctan.org/pub/tex-archive/info/math/voss/mathmode/Mathmode.pdf) an.

auch als Buch auf Deutsch:
http://www.lob.de/cgi-bin/work/suche?flag=dan&stich1=3772374190

rc

Slatibartfass
31-08-2006, 21:26
Danke für den Dokutipp.

Aber irgendetwas mache ich noch nicht richtig. Laut mathmode.pdf sollte das mit den Befehlen: \delimitershortfall und \delimiterfactor gehen Bei mir kann ich einstellen was ich will und es passiert nichts.

Mein header:



%PACKAGES
\usepackage{amssymb,amsmath,mathrsfs} %\mathcal{ } (calligraphic), \mathscr{ } (much more calligraphic), \mathfrak{ } (Old German)

\usepackage{times}

\usepackage[english]{babel}

\usepackage{graphicx}
\usepackage{float}
\usepackage{fancybox} % provides many kinds of boxes; usage: \``command''{``content to be boxed''}; commands are: fbox (square box), shadowbox (square box with shadow), doublebox (double square box), ovalbox (thin oval box), valbox (thick oval box)
\usepackage{flafter} % Don't place floats before their definition
\usepackage{subfigure} % make it possible to include more than one captioned figure/table in a single float

\usepackage{longtable} % to make tables over more than a single page; defined in analogy to the tabular environment; usage example (with p{width of minipage}): \begin{longtable}{|lr|c|p{2cm}|} ...
\usepackage{multirow} % to combine more than one line inside a row of a table; usage \multirow{``lines''}{``width''}{``content''}
\usepackage{array} % for better arrays (eg matrices) in maths
\usepackage{delarray} % e.g. includes \left and \right in arrays: \begin{array}({cc}) ....

%\usepackage{geometry}
%\usepackage{epsfig}
%\usepackage{epstopdf} % to include .eps graphics files with pdfLaTeX

%\usepackage{xy}
%\usepackage{dcolumn}

%\usepackage{texshade}

\usepackage{color}

\usepackage{lettrine}
\setcounter{DefaultLines}{1} %the number (integer) of lines covered

%% These are *decimal* numbers:
\renewcommand{\DefaultLoversize}{0.005} %the number (or fraction) of lines over the first line
\renewcommand{\DefaultLhang}{0.2} %the number (or fraction) of lines to the left over the boundary
\renewcommand{\DefaultLraise}{0.03}

%%% These are *lengths* (don't forget the unit):
% \setlength{\DefaultFindent}{0pt}
% \setlength{\DefaultNindent}{-9pt}
% \setlength{\DefaultSlope}{10mm}

%%% This is a *flag* (value=true/false):
% \LettrineImagetrue %include own images instead of normal text characters

\usepackage[margin=\parindent,font=small,labelfont=bf]{caption} % Changes of caption, e.g. bold and intended. Here bold and intented as like parintend with smaller fonts

\usepackage{float}
\usepackage{url} % Command e.g.: \url{www.a.de}
\usepackage{varioref} % for more types of references; commands: \vref, \vpageref, \vrefrange, and \vpagerefrange
\usepackage{booktabs} % for much better looking tables
\usepackage{verbatim} % adds environment for commenting out blocks of text & for better verbatim

%\usepackage{paralist} % very flexible & customisable lists (eg. enumerate/itemize, etc.)
%\usepackage{keyval}
%\usepackage{textcomp} % provide lots of new symbols
%\usepackage{makeidx}

\usepackage[bookmarks,colorlinks,breaklinks]{hyperref} % PDF hyperlinks, with coloured links
\hypersetup{linkcolor=red,citecolor=blue,filecolor =dullmagenta,urlcolor=darkblue} % coloured links

\usepackage[toc]{appendix-flo} % to make appendices; enviroment ``\begin{appendices}...\end{appendices}'' can also be used inside a document, followed by chapters, sections, etc.; option ``toc'' puts the appendices in the toc (of course), option ``page'' make a separate page before the appendices with ``Appendices'' on it

\usepackage{type1cm} % makes scalable fonts, i.e. more that the existing: \small, \large, etc.; command: \fontsize{x}{y}

\usepackage[nottoc]{tocbibind-flo} % puts the bib in the toc; option ``nottoc'' removes toc entry in toc from toc

\usepackage{titlesec} % e.g. \chaptertitlename is ``\chaptername'' normal and ``\appendixname'' in appendices environment; and much more

\usepackage{wick} % wick-contractions; package by T. Kugo

\usepackage[nouppercase]{scrpage2} % makes e.g. BIBLIOGRAPHY -> Bibliography in the head


%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%DELIMETERS
\delimitershortfall=-1pt % default: 5 pt
\delimiterfactor=500 % default: 901


Vielen Dank,

Florian

RedCloud
31-08-2006, 21:49
Danke für den Dokutipp.

Aber irgendetwas mache ich noch nicht richtig. Laut mathmode.pdf sollte das mit den Befehlen: \delimitershortfall und \delimiterfactor gehen Bei mir kann ich einstellen was ich will und es passiert nichts.

Mein header:


Das siehst du doch in mathmode.pdf, dass es geht. Und solange du nicht explizit dein Beispiel zeigst, ist dein ellenlanger Header doch völlig uninteressant ... was sollen wir dazu sagen??

rc

countbela666
31-08-2006, 22:01
Hallo Florian,

wenn ich die mir (und CTAN (http://tug.ctan.org/)) unbekannten Pakete wick und blabla-flo auskommentiere, funktioniert folgendes Minimalbeispiel um deine ellenlange Paketliste erweitert ohne Probleme:

\documentclass{scrartcl}
% ... Pakete en masse...
\delimitershortfall=-1pt
\begin{document}
\[\int F'(z)dz=\int
F'\bigl(\gamma (t)\bigr)\cdot\gamma'(t)dt\]
\end{document}Ergo: erstelle ein Minimalbeispiel (http://www.minimalbeispiel.de), das deinen Fehler reproduziert, sonst kann dir hier keiner helfen.

BTW.:

\usepackage{times} durch

\usepackage{mathptmx}
\usepackage[scaled=.90]{helvet}
\usepackage{courier}ersetzen, es sei denn, du willst auf entsprechende Mathematikschriften verzichten und die Serifenlose falsch skaliert verwenden. Außerdem statt des obsoleten Pakets subfigure dessen Nachfolger subfig einbinden.

Grüße,
Marcel

Slatibartfass
01-09-2006, 19:50
Danke für Eure Hilfe. Ok, ich werde in Zukunft Minibeispiele machen, wenn es nützt (dann hätte ich auch meinen dummen Fehler gefunden :rolleyes: ).

Wenn ich nun


\usepackage{times}

durch


\usepackage{mathptmx}
\usepackage[scaled=.90]{helvet}
\usepackage{courier}

ersetze gibt das schon viel schönere Symbole, aber ich mag z.B. das Summenzeichen nicht. Gibt es da eine Möglichkeit das alte wiederzubekommen, aber den Rest zu belassen.

Vielen Dank,

Florian