Mat
31-05-2012, 19:26
Hallo,
ich bemerke gerade dass Latex in meiner englisch geschriebenen Arbeit die Worttrennung falsch macht. Leider kann ich die riesige preambel nicht einbinden.
Hier nur ein so wie ich denke wichtiger Ausschnit::
\documentclass[a4paper,11pt,twoside,chapterprefix]{scrbook}
\usepackage[
centertags, % (default) center tags vertically
%tbtags, % 'Top-or-bottom tags': For a split equation, place equation numbers level
% with the last (resp. first) line, if numbers are on the right (resp. left).
sumlimits, %(default) Place the subscripts and superscripts of summation
% symbols above and below
%nosumlimits, % Always place the subscripts and superscripts of summation-type
% symbols to the side, even in displayed equations.
intlimits, % Like sumlimits, but for integral symbols.
%nointlimits, % (default) Opposite of intlimits.
namelimits, % (default) Like sumlimits, but for certain 'operator names' such as
% det, inf, lim, max, min, that traditionally have subscripts placed underneath
% when they occur in a displayed equation.
%nonamelimits, % Opposite of namelimits.
%leqno, % Place equation numbers on the left.
%reqno, % Place equation numbers on the right.
%fleqn, % Position equations at a fixed indent from the left margin
% rather than centered in the text column.
]{amsmath}
\usepackage[
% german,
ngerman,
USenglish,
% french,
]{babel}
\usepackage{marginnote}
\usepackage[T1]{fontenc} % T1 Schrift Encoding
\usepackage{textcomp} % Zusatzliche Symbole (Text Companion font extension)
\usepackage[fixamsmath,disallowspaces]{mathtools}
\usepackage[
all,
warning
]{onlyamsmath}
\usepackage{icomma}
\usepackage{empheq}
\usepackage{cancel}
\usepackage[breaklinks,plainpages=false,pagebackref=true]{hyperref}
\usepackage[Symbolsmallscale]{upgreek}
\usepackage[upmu]{gensymb}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{dcolumn}
\usepackage{wasysym}
\usepackage[normalem]{ulem}
\usepackage{soul}
\usepackage{url}
\usepackage[
bottom, % Footnotes appear always on bottom. This is necessary
% especially when floats are used
stable, % Make footnotes stable in section titles
%perpage, % Reset on each page
%para, % Place footnotes side by side of in one paragraph.
%side, % Place footnotes in the margin
ragged, % Use RaggedRight
%norule, % suppress rule above footnotes
multiple, % rearrange multiple footnotes intelligent in the text.
%symbol, % use symbols instead of numbers
]{footmisc}
\usepackage{enumitem}
\usepackage[%
babel, % the style of all quotation marks will be adapted
% to the document language as chosen by 'babel'
german=quotes, % Styles of quotes in each language
english=british,
french=guillemets
]{csquotes}
\usepackage{flafter}
\usepackage[
section % "\section" command will be redefined with "\FloatBarrier"
]{placeins}
\usepackage{wrapfig}
\setlength{\intextsep}{0.5\baselineskip}
\usepackage[%
% outercaption,% (default) caption is placed always on the outside side
% innercaption,% caption placed on the inner side
% leftcaption,% caption placed on the left side
rightcaption,% caption placed on the right side
% wide,% caption of float my extend into the margin if necessary
% margincaption,% caption set into margin
ragged,% caption is set ragged
]{sidecap}
\usepackage[
footnote, % Full names appear in the footnote
smaller, % Print acronym in smaller fontsize
printonlyused %
]{acronym}
\usepackage{units}
\usepackage{multicol}
\usepackage{setspace}
\usepackage[figure,table]{hypcap}
\usepackage{pdfpages} % Include pages from external PDF documents in LaTeX documents
\listfiles
\usepackage{amssymb}
\usepackage{float,epsfig,longtable,rotating}
\usepackage{pdftricks}
\begin{psinputs}
\usepackage{pstricks,pst-node,pst-coil,pst-plot}
\end{psinputs}
\usepackage[hang]{subfigure}
\usepackage{parskip,latexsym}
\usepackage[scanall]{psfrag}
\usepackage{array,dcolumn}
\usepackage{moreverb}
\usepackage{multicol}
\usepackage{fancybox,framed}
\usepackage[figure,table]{hypcap}
\usepackage{thumbpdf}
\usepackage{lscape,afterpage}
\usepackage{pdflscape}
\usepackage{mathrsfs}
\usepackage{graphicx}
\usepackage{algorithmic}
\usepackage{makeidx}
\usepackage[ruled,lined]{algorithm2e}
\usepackage{epstopdf}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
\usepackage{calc}
\usepackage{eufrak}
\usepackage{pifont}
\usepackage{marvosym}
\usepackage{picins}
\usepackage{pgfplots}
\usepackage[a4paper,textwidth=140mm,twoside,hmarginratio=5:4,v centering]{geometry}
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}
Worttrennungen wie
approx-imate
factor-ization
hi-erarchy
sind meiner Meinung nach falsch
Könnte mir jemand sagen wie ich eine korrekte silbentrennung für alle englischen wörter hinbekomme bzw. wo ich nachschauen kann?
Danke euch
ich bemerke gerade dass Latex in meiner englisch geschriebenen Arbeit die Worttrennung falsch macht. Leider kann ich die riesige preambel nicht einbinden.
Hier nur ein so wie ich denke wichtiger Ausschnit::
\documentclass[a4paper,11pt,twoside,chapterprefix]{scrbook}
\usepackage[
centertags, % (default) center tags vertically
%tbtags, % 'Top-or-bottom tags': For a split equation, place equation numbers level
% with the last (resp. first) line, if numbers are on the right (resp. left).
sumlimits, %(default) Place the subscripts and superscripts of summation
% symbols above and below
%nosumlimits, % Always place the subscripts and superscripts of summation-type
% symbols to the side, even in displayed equations.
intlimits, % Like sumlimits, but for integral symbols.
%nointlimits, % (default) Opposite of intlimits.
namelimits, % (default) Like sumlimits, but for certain 'operator names' such as
% det, inf, lim, max, min, that traditionally have subscripts placed underneath
% when they occur in a displayed equation.
%nonamelimits, % Opposite of namelimits.
%leqno, % Place equation numbers on the left.
%reqno, % Place equation numbers on the right.
%fleqn, % Position equations at a fixed indent from the left margin
% rather than centered in the text column.
]{amsmath}
\usepackage[
% german,
ngerman,
USenglish,
% french,
]{babel}
\usepackage{marginnote}
\usepackage[T1]{fontenc} % T1 Schrift Encoding
\usepackage{textcomp} % Zusatzliche Symbole (Text Companion font extension)
\usepackage[fixamsmath,disallowspaces]{mathtools}
\usepackage[
all,
warning
]{onlyamsmath}
\usepackage{icomma}
\usepackage{empheq}
\usepackage{cancel}
\usepackage[breaklinks,plainpages=false,pagebackref=true]{hyperref}
\usepackage[Symbolsmallscale]{upgreek}
\usepackage[upmu]{gensymb}
\usepackage{booktabs}
\usepackage{multirow}
\usepackage{dcolumn}
\usepackage{wasysym}
\usepackage[normalem]{ulem}
\usepackage{soul}
\usepackage{url}
\usepackage[
bottom, % Footnotes appear always on bottom. This is necessary
% especially when floats are used
stable, % Make footnotes stable in section titles
%perpage, % Reset on each page
%para, % Place footnotes side by side of in one paragraph.
%side, % Place footnotes in the margin
ragged, % Use RaggedRight
%norule, % suppress rule above footnotes
multiple, % rearrange multiple footnotes intelligent in the text.
%symbol, % use symbols instead of numbers
]{footmisc}
\usepackage{enumitem}
\usepackage[%
babel, % the style of all quotation marks will be adapted
% to the document language as chosen by 'babel'
german=quotes, % Styles of quotes in each language
english=british,
french=guillemets
]{csquotes}
\usepackage{flafter}
\usepackage[
section % "\section" command will be redefined with "\FloatBarrier"
]{placeins}
\usepackage{wrapfig}
\setlength{\intextsep}{0.5\baselineskip}
\usepackage[%
% outercaption,% (default) caption is placed always on the outside side
% innercaption,% caption placed on the inner side
% leftcaption,% caption placed on the left side
rightcaption,% caption placed on the right side
% wide,% caption of float my extend into the margin if necessary
% margincaption,% caption set into margin
ragged,% caption is set ragged
]{sidecap}
\usepackage[
footnote, % Full names appear in the footnote
smaller, % Print acronym in smaller fontsize
printonlyused %
]{acronym}
\usepackage{units}
\usepackage{multicol}
\usepackage{setspace}
\usepackage[figure,table]{hypcap}
\usepackage{pdfpages} % Include pages from external PDF documents in LaTeX documents
\listfiles
\usepackage{amssymb}
\usepackage{float,epsfig,longtable,rotating}
\usepackage{pdftricks}
\begin{psinputs}
\usepackage{pstricks,pst-node,pst-coil,pst-plot}
\end{psinputs}
\usepackage[hang]{subfigure}
\usepackage{parskip,latexsym}
\usepackage[scanall]{psfrag}
\usepackage{array,dcolumn}
\usepackage{moreverb}
\usepackage{multicol}
\usepackage{fancybox,framed}
\usepackage[figure,table]{hypcap}
\usepackage{thumbpdf}
\usepackage{lscape,afterpage}
\usepackage{pdflscape}
\usepackage{mathrsfs}
\usepackage{graphicx}
\usepackage{algorithmic}
\usepackage{makeidx}
\usepackage[ruled,lined]{algorithm2e}
\usepackage{epstopdf}
\usepackage{lmodern}
\usepackage[utf8]{inputenc}
\usepackage{calc}
\usepackage{eufrak}
\usepackage{pifont}
\usepackage{marvosym}
\usepackage{picins}
\usepackage{pgfplots}
\usepackage[a4paper,textwidth=140mm,twoside,hmarginratio=5:4,v centering]{geometry}
\usepackage{chngcntr}
\counterwithout{footnote}{chapter}
Worttrennungen wie
approx-imate
factor-ization
hi-erarchy
sind meiner Meinung nach falsch
Könnte mir jemand sagen wie ich eine korrekte silbentrennung für alle englischen wörter hinbekomme bzw. wo ich nachschauen kann?
Danke euch