all docs: fix font loading in the preamble

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22651 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-01-22 21:53:25 +00:00
parent 0a701fb254
commit d60aff6c00
23 changed files with 125 additions and 284 deletions

View File

@ -17,10 +17,7 @@
\ifpdf % if pdflatex is used \ifpdf % if pdflatex is used
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{% \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
% link all cross references and URLs in pdf output % link all cross references and URLs in pdf output
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered, \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,

View File

@ -10,12 +10,7 @@
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty} \IfFileExists{lmodern.sty}
{\usepackage{lmodern}} % if it exists {\usepackage{lmodern}}{}
{% if it exists not
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}
} % end if it exists not
% link all cross references and URLs % link all cross references and URLs
% in pdf output % in pdf output

View File

@ -13,12 +13,7 @@
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty} \IfFileExists{lmodern.sty}
{\usepackage{lmodern}} % if it exists {\usepackage{lmodern}}{}
{% if it exists not
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}
} % end if it exists not
% link all cross references and URLs % link all cross references and URLs
% in pdf output % in pdf output

View File

@ -1,4 +1,4 @@
#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/ #LyX 1.5.4svn created this file. For more info see http://www.lyx.org/
\lyxformat 276 \lyxformat 276
\begin_document \begin_document
\begin_header \begin_header
@ -17,12 +17,16 @@
\paperfontsize default \paperfontsize default
\spacing single \spacing single
\papersize default \papersize default
\use_geometry false \use_geometry true
\use_amsmath 0 \use_amsmath 0
\use_esint 0 \use_esint 0
\cite_engine basic \cite_engine basic
\use_bibtopic false \use_bibtopic false
\paperorientation portrait \paperorientation portrait
\leftmargin 3cm
\topmargin 2cm
\rightmargin 3cm
\bottommargin 3cm
\secnumdepth 3 \secnumdepth 3
\tocdepth 3 \tocdepth 3
\paragraph_separation indent \paragraph_separation indent
@ -33,6 +37,7 @@
\paperpagestyle default \paperpagestyle default
\tracking_changes false \tracking_changes false
\output_changes false \output_changes false
\author ""
\end_header \end_header
\begin_body \begin_body
@ -62,28 +67,21 @@ This is the list of Frequently Asked Questions for LyX, the Open Source
document processor that provides a What-You-See-Is-What-You-Mean environment document processor that provides a What-You-See-Is-What-You-Mean environment
for producing high quality documents. for producing high quality documents.
For further help, you may wish to contact the LyX User Group mailing list For further help, you may wish to contact the LyX User Group mailing list
at at
\family default
\family typewriter \family typewriter
lyx-users@lists.lyx.org lyx-users@lists.lyx.org
\family default \family default
\emph default
\emph on \emph on
after after
\emph default \emph default
you have read through the docs. you have read through the docs.
\emph default
\emph on
\end_layout \end_layout
\begin_layout Abstract \begin_layout Abstract
\begin_inset LatexCommand tableofcontents \begin_inset LatexCommand tableofcontents
\end_inset \end_inset
@ -148,32 +146,24 @@ So, line- and page-breaks aren't your problem anymore.
anymore. anymore.
Recalling what font you used for all of your section headings isn't your Recalling what font you used for all of your section headings isn't your
problem anymore. problem anymore.
You tell LyX (and LaTeX) what You tell LyX (and LaTeX) what
\emph default
\emph on \emph on
kind kind
\emph default \emph default
of document you're editing and what of document you're editing and what
\emph default
\emph on \emph on
type type
\emph default \emph default
of paragraph this-or-that text is, the computer can typeset it accordingly. of paragraph this-or-that text is, the computer can typeset it accordingly.
Of course you can also still do some low-level formatting for fine-tuning. Of course you can also still do some low-level formatting for fine-tuning.
However, the proper way with LyX is to tell the computer what the text However, the proper way with LyX is to tell the computer what the text
\emph default
\emph on \emph on
is is
\emph default \emph default
, not what it should look like. , not what it should look like.
So, we like to say that LyX gives you WYSIWYM editing (What You See Is So, we like to say that LyX gives you WYSIWYM editing (What You See Is
What You What You
\emph default
\emph on \emph on
Mean Mean
\emph default \emph default
@ -206,6 +196,7 @@ Dissertations (260 pages in a single document, longer using include files)
for example, for example,
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "http://www.fee.uva.nl/scholar/mdw/leuven/thesis.pdf" target "http://www.fee.uva.nl/scholar/mdw/leuven/thesis.pdf"
\end_inset \end_inset
@ -238,6 +229,7 @@ Books
see see
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "http://www.postgresql.org/docs/awbook.html" target "http://www.postgresql.org/docs/awbook.html"
\end_inset \end_inset
for an example on PostgreSQL for an example on PostgreSQL
@ -300,6 +292,7 @@ Where do I start?
The website The website
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "www.lyx.org" target "www.lyx.org"
\end_inset \end_inset
is the first place to go for anything related to LyX. is the first place to go for anything related to LyX.
@ -318,6 +311,7 @@ Tutorial
Another basic introductory guide may be found at Another basic introductory guide may be found at
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "www.bilkent.edu.tr/~robin/lyxguide.pdf" target "www.bilkent.edu.tr/~robin/lyxguide.pdf"
\end_inset \end_inset
@ -329,17 +323,8 @@ Does LyX run on my computer?
\begin_layout Standard \begin_layout Standard
At this time, you need to have the X Window system to run LyX. At this time, you need to have the X Window system to run LyX.
OS/2 and Win32 ports exist, but you need to have an Xserver OS/2 and Win32 ports exist, but you need to have an Xserver installed and
\emph on running on these systems.
\emph default
installed
\emph on
\emph default
and running on these systems.
LyX is known to run on the following platforms (and probably a zillion LyX is known to run on the following platforms (and probably a zillion
others): others):
\end_layout \end_layout
@ -399,6 +384,7 @@ Version 1.0 of xforms is available under the LGPL and its sources (and binaries)
can be found from can be found from
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "http://savannah.nongnu.org/download/xforms/xforms-1.0.tar.gz" target "http://savannah.nongnu.org/download/xforms/xforms-1.0.tar.gz"
\end_inset \end_inset
, which however requires some tinkering to get running. , which however requires some tinkering to get running.
@ -416,6 +402,7 @@ Where should I look on the World Wide Web for LyX stuff?
\begin_layout Itemize \begin_layout Itemize
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "www.lyx.org" target "www.lyx.org"
\end_inset \end_inset
@ -424,6 +411,7 @@ target "www.lyx.org"
\begin_layout Itemize \begin_layout Itemize
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "bugzilla.lyx.org" target "bugzilla.lyx.org"
\end_inset \end_inset
, if you want to report a bug in LyX. , if you want to report a bug in LyX.
@ -432,6 +420,7 @@ target "bugzilla.lyx.org"
\begin_layout Itemize \begin_layout Itemize
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "www.devel.lyx.org" target "www.devel.lyx.org"
\end_inset \end_inset
, if you are interested in the real blood and guts. , if you are interested in the real blood and guts.
@ -445,6 +434,7 @@ Known mirror sites include:
\begin_layout Itemize \begin_layout Itemize
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "www.mx.lyx.org" target "www.mx.lyx.org"
\end_inset \end_inset
@ -453,6 +443,7 @@ target "www.mx.lyx.org"
\begin_layout Itemize \begin_layout Itemize
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "www.no.lyx.org" target "www.no.lyx.org"
\end_inset \end_inset
@ -461,6 +452,7 @@ target "www.no.lyx.org"
\begin_layout Itemize \begin_layout Itemize
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "www.it.lyx.org" target "www.it.lyx.org"
\end_inset \end_inset
@ -543,6 +535,7 @@ docs
; definitely see ; definitely see
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "http://www.lyx.org/internet/mailing.php3" target "http://www.lyx.org/internet/mailing.php3"
\end_inset \end_inset
for the full details. for the full details.
@ -565,6 +558,7 @@ Okay, wise guy! Where are they archived?
Announce: Announce:
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "http://www.mail-archive.com/lyx-announce@lists.lyx.org/" target "http://www.mail-archive.com/lyx-announce@lists.lyx.org/"
\end_inset \end_inset
@ -574,6 +568,7 @@ target "http://www.mail-archive.com/lyx-announce@lists.lyx.org/"
Users: Users:
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "http://www.mail-archive.com/lyx-users@lists.lyx.org/" target "http://www.mail-archive.com/lyx-users@lists.lyx.org/"
\end_inset \end_inset
@ -583,6 +578,7 @@ target "http://www.mail-archive.com/lyx-users@lists.lyx.org/"
Devel: Devel:
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "http://www.mail-archive.com/lyx-devel@lists.lyx.org/" target "http://www.mail-archive.com/lyx-devel@lists.lyx.org/"
\end_inset \end_inset
@ -599,9 +595,7 @@ Can I read/write LaTeX files?
\begin_layout Standard \begin_layout Standard
Yes. Yes.
LyX outputs LaTeX files that are either machine or human friendly. LyX outputs LaTeX files that are either machine or human friendly.
The The
\family default
\family typewriter \family typewriter
tex2lyx tex2lyx
\family default \family default
@ -650,9 +644,7 @@ word2x produces LaTeX, HTML and plain text output.
wvware (found at www.wvware.com, or the abisource CVS repository for the latest). wvware (found at www.wvware.com, or the abisource CVS repository for the latest).
This was previously called msWordView. This was previously called msWordView.
Very good, only tends to produce visually formatted LaTeX/HTML. Very good, only tends to produce visually formatted LaTeX/HTML.
Is however highly configurable: a config file Is however highly configurable: a config file
\family default
\family typewriter \family typewriter
wvLaTeX.xml wvLaTeX.xml
\family default \family default
@ -765,6 +757,7 @@ Most of the above packages are available as precompiled binaries for a variety
be obtained from be obtained from
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "ftp://ftp.lyx.org/pub/lyx/bin/" target "ftp://ftp.lyx.org/pub/lyx/bin/"
\end_inset \end_inset
. .
@ -806,9 +799,7 @@ insert the following LaTeX code
\end_layout \end_layout
\begin_layout Enumerate \begin_layout Enumerate
Click the TeX toolbar button or select Click the TeX toolbar button or select
\family default
\family sans \family sans
\bar under \bar under
I I
@ -839,9 +830,7 @@ A lot of people have been complaining about the ERT inset introduced in
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
You can collapse the ERT like any other floats by using You can collapse the ERT like any other floats by using
\family default
\family sans \family sans
\bar under \bar under
E E
@ -853,14 +842,11 @@ l
\bar default \bar default
ose float ose float
\family default \family default
(bound to (bound to
\family default
\family sans \family sans
C-i C-i
\family default \family default
by default)
by default)
\end_layout \end_layout
\begin_layout Itemize \begin_layout Itemize
@ -912,6 +898,7 @@ how do I?
topics, see Herbert Voss' spectacular collection at topics, see Herbert Voss' spectacular collection at
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "http://tug.org/TeXnik/" target "http://tug.org/TeXnik/"
\end_inset \end_inset
. .
@ -928,9 +915,7 @@ How do I get rid of the date under the title?
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
The simplest solution is to open the menu The simplest solution is to open the menu
\family default
\family sans \family sans
\bar under \bar under
L L
@ -1008,45 +993,33 @@ Is it possible to do this for figures and tables as well?
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
Replace the phrase Replace the phrase
\family default
\family typewriter \family typewriter
\backslash \backslash
theequation theequation
\family default \family default
with with
\family default
\family typewriter \family typewriter
\backslash \backslash
thetable thetable
\family default \family default
or or
\family default
\family typewriter \family typewriter
\backslash \backslash
thefigure thefigure
\family default \family default
and then replace and then replace
\family default
\family typewriter \family typewriter
equation equation
\family default \family default
with with
\family default
\family typewriter \family typewriter
table table
\family default \family default
or or
\family default
\family typewriter \family typewriter
figure figure
\family default \family default
@ -1061,9 +1034,7 @@ How do I change to footnote numbers to symbols (star, dagger, etc.)?
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
Add Add
\family default
\family typewriter \family typewriter
\backslash \backslash
@ -1188,49 +1159,37 @@ How do I insert a fixed amount of horizontal space?
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
There are various ERT commands to use: There are various ERT commands to use:
\family default
\family typewriter \family typewriter
\backslash \backslash
enspace enspace
\family default \family default
(1/2 em), (1/2 em),
\family default
\family typewriter \family typewriter
\backslash \backslash
thinspace thinspace
\family default \family default
(1/6 em), (1/6 em),
\family default
\family typewriter \family typewriter
\backslash \backslash
negthinspace negthinspace
\family default \family default
(-1/6 em), (-1/6 em),
\family default
\family typewriter \family typewriter
\backslash \backslash
quad quad
\family default \family default
(1 em), (1 em),
\family default
\family typewriter \family typewriter
\backslash \backslash
qquad qquad
\family default \family default
(2 em), (2 em),
\family default
\family typewriter \family typewriter
\backslash \backslash
@ -1258,41 +1217,29 @@ m
\end_inset \end_inset
in the current font. in the current font.
The length argument of the The length argument of the
\family default
\family typewriter \family typewriter
\backslash \backslash
hspace hspace
\family default \family default
command is any valid TeX length; units can be command is any valid TeX length; units can be
\family default
\family typewriter \family typewriter
mm mm
\family default \family default
(millimeters), (millimeters),
\family default
\family typewriter \family typewriter
cm cm
\family default \family default
(centimeters), (centimeters),
\family default
\family typewriter \family typewriter
in in
\family default \family default
(inches), (inches),
\family default
\family typewriter \family typewriter
pt pt
\family default \family default
(points = 1/72 inch), (points = 1/72 inch),
\family default
\family typewriter \family typewriter
em em
\family default \family default
@ -1304,9 +1251,7 @@ m
\begin_inset Quotes erd \begin_inset Quotes erd
\end_inset \end_inset
), or ), or
\family default
\family typewriter \family typewriter
ex ex
\family default \family default
@ -1319,17 +1264,13 @@ x
\end_inset \end_inset
). ).
Examples: Examples:
\family default
\family typewriter \family typewriter
\backslash \backslash
hspace{1in} hspace{1in}
\family default \family default
, ,
\family default
\family typewriter \family typewriter
\backslash \backslash
@ -1344,9 +1285,7 @@ How can I make citations show up as [1,2,3,6] or [1-3,6] rather than [1][2][3][6
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
Insert Insert
\family default
\family typewriter \family typewriter
\backslash \backslash
@ -1428,17 +1367,13 @@ How do I get LyX to put the figure exactly where I want it?
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
Select Select
\family default
\family sans \family sans
Layout\SpecialChar \menuseparator Layout\SpecialChar \menuseparator
Document Document
\family default \family default
. .
In the In the
\family default
\family sans \family sans
Float Placement Float Placement
\family default \family default
@ -1500,18 +1435,14 @@ too many unprocessed floats
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
The easiest way to work around this is to insert a The easiest way to work around this is to insert a
\family default
\family typewriter \family typewriter
\backslash \backslash
clearpage clearpage
\family default \family default
command somewhere in the document where a pagebreak would be appropriate. command somewhere in the document where a pagebreak would be appropriate.
While a pagebreak would simply start a new page, While a pagebreak would simply start a new page,
\family default
\family typewriter \family typewriter
\backslash \backslash
@ -1519,9 +1450,7 @@ clearpage
\family default \family default
processes all remaining floats, then begins a new page. processes all remaining floats, then begins a new page.
This may lead to an unsightly stack of figures in the middle of your document; This may lead to an unsightly stack of figures in the middle of your document;
you may need to use several you may need to use several
\family default
\family typewriter \family typewriter
\backslash \backslash
@ -1616,9 +1545,7 @@ and that is all you need to do.
If you have an older version of LyX, you can use the same syntax if you If you have an older version of LyX, you can use the same syntax if you
are running X, because it will cause LyX windows to pop up onto your screen. are running X, because it will cause LyX windows to pop up onto your screen.
If you have the Xvfb command available, you can resort to a deeper level If you have the Xvfb command available, you can resort to a deeper level
of subterfuge (under of subterfuge (under
\family default
\family typewriter \family typewriter
bash bash
\family default \family default
@ -1654,9 +1581,7 @@ How do I create PDF files from my LyX document?
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
Read Section 5.3.6 of the Read Section 5.3.6 of the
\emph default
\emph on \emph on
Extended Features Extended Features
\emph default \emph default
@ -1664,9 +1589,7 @@ Extended Features
\end_layout \end_layout
\begin_layout Subsection \begin_layout Subsection
Why do the fonts in my document look so bad in Why do the fonts in my document look so bad in
\family default
\family typewriter \family typewriter
acroread acroread
\family default \family default
@ -1674,9 +1597,7 @@ acroread
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard
The problem and the solution are also discussed in Section 5.3.6 of the The problem and the solution are also discussed in Section 5.3.6 of the
\emph default
\emph on \emph on
Extended Features Extended Features
\emph default \emph default
@ -1702,6 +1623,7 @@ A couple of users reported that they couldn't get recent Ghostscript versions
\begin_layout Standard \begin_layout Standard
\begin_inset LatexCommand url \begin_inset LatexCommand url
target "http://sourceforge.net/bugs/?func=detailbug&bug_id=124957&group_id=1897" target "http://sourceforge.net/bugs/?func=detailbug&bug_id=124957&group_id=1897"
\end_inset \end_inset
@ -1748,18 +1670,14 @@ You still haven't answered my question!
Then RTFM, especially the Tutorial. Then RTFM, especially the Tutorial.
The documentation really is quite good. The documentation really is quite good.
(Besides, I helped write parts of it :-) If you think your problem may (Besides, I helped write parts of it :-) If you think your problem may
be LaTeX related, then look in be LaTeX related, then look in
\emph default
\emph on \emph on
LaTeX, A Document Preparation System, 2nd Ed. LaTeX, A Document Preparation System, 2nd Ed.
\emph default \emph default
by Leslie Lamport (1994). by Leslie Lamport (1994).
There are also numerous example files included with LyX. There are also numerous example files included with LyX.
Try Try
\family default
\family sans \family sans
File\SpecialChar \menuseparator File\SpecialChar \menuseparator
Open\SpecialChar \menuseparator Open\SpecialChar \menuseparator
@ -1811,9 +1729,7 @@ Feedback is invited.
\begin_layout Standard \begin_layout Standard
Send comments, suggested additions, world record document claims, etc. Send comments, suggested additions, world record document claims, etc.
to to
\emph default
\emph on \emph on
lyx-docs@lists.lyx.org. lyx-docs@lists.lyx.org.
\end_layout \end_layout

View File

@ -1,4 +1,4 @@
#LyX 1.5.3 created this file. For more info see http://www.lyx.org/ #LyX 1.5.4svn created this file. For more info see http://www.lyx.org/
\lyxformat 276 \lyxformat 276
\begin_document \begin_document
\begin_header \begin_header
@ -17,10 +17,7 @@
\ifpdf % if pdflatex is used \ifpdf % if pdflatex is used
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}} \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
{\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
% link all cross references and URLs in pdf output % link all cross references and URLs in pdf output
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered, \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,

View File

@ -1,4 +1,4 @@
#LyX 1.5.3 created this file. For more info see http://www.lyx.org/ #LyX 1.5.4svn created this file. For more info see http://www.lyx.org/
\lyxformat 276 \lyxformat 276
\begin_document \begin_document
\begin_header \begin_header
@ -17,10 +17,7 @@
\ifpdf % if pdflatex is used \ifpdf % if pdflatex is used
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}} \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
{\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
% link all cross references and URLs in pdf output % link all cross references and URLs in pdf output
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered, \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,

View File

@ -17,10 +17,7 @@
\ifpdf % if pdflatex is used \ifpdf % if pdflatex is used
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{% \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
% link all cross references and URLs in pdf output % link all cross references and URLs in pdf output
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered, \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,

View File

@ -1,4 +1,4 @@
#LyX 1.5.3svn created this file. For more info see http://www.lyx.org/ #LyX 1.5.4svn created this file. For more info see http://www.lyx.org/
\lyxformat 276 \lyxformat 276
\begin_document \begin_document
\begin_header \begin_header
@ -18,12 +18,7 @@
% Fonts fuer huebschere PDF-Ansichten % Fonts fuer huebschere PDF-Ansichten
\IfFileExists{lmodern.sty} \IfFileExists{lmodern.sty}
{\usepackage{lmodern}} % if it exists {\usepackage{lmodern}}{}
{% wenn nicht vorhanden
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}
} % Ende des Nein-Zweiges
% Alle Querverweise und URLs als Link darstellen % Alle Querverweise und URLs als Link darstellen
% In der PDF-Ausgabe % In der PDF-Ausgabe
@ -150,8 +145,8 @@ Haase
\end_layout \end_layout
\begin_layout Date \begin_layout Date
letzte Änderung: 1.\InsetSpace ~ letzte Änderung: 22.\InsetSpace ~
November 2007 Januar 2008
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard

View File

@ -10,12 +10,7 @@
% Schriften für bessere PDF-Ansichten % Schriften für bessere PDF-Ansichten
\IfFileExists{lmodern.sty} \IfFileExists{lmodern.sty}
{\usepackage{lmodern}} % wenn vorhanden {\usepackage{lmodern}}{}
{% wenn nicht vorhanden
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}
} % Ende des Nein-Zweiges
% Alle Querverweise und URLs als Link darstellen % Alle Querverweise und URLs als Link darstellen
% In der PDF-Ausgabe % In der PDF-Ausgabe
@ -307,7 +302,7 @@ Version 1.5.4
\end_layout \end_layout
\begin_layout Date \begin_layout Date
letzte Änderung: 14. letzte Änderung: 22.
Januar 2008 Januar 2008
\end_layout \end_layout

View File

@ -1,4 +1,4 @@
#LyX 1.5.3svn created this file. For more info see http://www.lyx.org/ #LyX 1.5.4svn created this file. For more info see http://www.lyx.org/
\lyxformat 276 \lyxformat 276
\begin_document \begin_document
\begin_header \begin_header
@ -18,12 +18,7 @@
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty} \IfFileExists{lmodern.sty}
{\usepackage{lmodern}} % if it exists {\usepackage{lmodern}}{}
{% if it exists not
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}
} % end if it exists not
% link all cross references and URLs % link all cross references and URLs
% in pdf output % in pdf output
@ -147,8 +142,8 @@ Haase
\end_layout \end_layout
\begin_layout Date \begin_layout Date
letzte Änderung: 30. letzte Änderung: 22.
Oktober 2007 Januar 2008
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard

View File

@ -1,10 +1,10 @@
#LyX 1.5.2svn created this file. For more info see http://www.lyx.org/ #LyX 1.5.4svn created this file. For more info see http://www.lyx.org/
\lyxformat 276 \lyxformat 276
\begin_document \begin_document
\begin_header \begin_header
\textclass article \textclass article
\begin_preamble \begin_preamble
\usepackage{a4wide}
\end_preamble \end_preamble
\language ngerman \language ngerman
\inputencoding auto \inputencoding auto
@ -20,12 +20,16 @@
\paperfontsize default \paperfontsize default
\spacing single \spacing single
\papersize default \papersize default
\use_geometry false \use_geometry true
\use_amsmath 0 \use_amsmath 0
\use_esint 0 \use_esint 0
\cite_engine basic \cite_engine basic
\use_bibtopic false \use_bibtopic false
\paperorientation portrait \paperorientation portrait
\leftmargin 3cm
\topmargin 2cm
\rightmargin 3cm
\bottommargin 3cm
\secnumdepth 3 \secnumdepth 3
\tocdepth 3 \tocdepth 3
\paragraph_separation skip \paragraph_separation skip
@ -37,6 +41,7 @@
\tracking_changes false \tracking_changes false
\output_changes false \output_changes false
\author "" \author ""
\author ""
\end_header \end_header
\begin_body \begin_body
@ -71,8 +76,8 @@ Peter Sütterlin.
\end_layout \end_layout
\begin_layout Date \begin_layout Date
28.\InsetSpace ~ 22.\InsetSpace ~
September 2007 Januar 2008
\end_layout \end_layout
\begin_layout Abstract \begin_layout Abstract

View File

@ -1,4 +1,4 @@
#LyX 1.5.2svn created this file. For more info see http://www.lyx.org/ #LyX 1.5.4svn created this file. For more info see http://www.lyx.org/
\lyxformat 276 \lyxformat 276
\begin_document \begin_document
\begin_header \begin_header
@ -17,10 +17,7 @@
\ifpdf % if pdflatex is used \ifpdf % if pdflatex is used
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}} \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
{\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
% link all cross references and URLs in pdf output % link all cross references and URLs in pdf output
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered, \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
@ -137,9 +134,9 @@ Peter Sütterlin
\end_layout \end_layout
\begin_layout Date \begin_layout Date
letzte Änderung: 29. letzte Änderung: 22.
9. 1.
2007 2008
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard

View File

@ -17,10 +17,7 @@
\ifpdf % if pdflatex is used \ifpdf % if pdflatex is used
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}} \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
{\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
% link all cross references and URLs in pdf output % link all cross references and URLs in pdf output
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered, \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
@ -129,8 +126,8 @@ Peter Sütterlin
\end_layout \end_layout
\begin_layout Date \begin_layout Date
letzte Änderung: 25. letzte Änderung: 22.
Dezember 2007 Januar 2008
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard

View File

@ -18,12 +18,7 @@
% Fonts fuer huebschere PDF-Ansichten % Fonts fuer huebschere PDF-Ansichten
\IfFileExists{lmodern.sty} \IfFileExists{lmodern.sty}
{\usepackage{lmodern}} % if it exists {\usepackage{lmodern}}{}
{% wenn nicht vorhanden
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}
} % Ende des Nein-Zweiges
% Alle Querverweise und URLs als Link darstellen % Alle Querverweise und URLs als Link darstellen
% In der PDF-Ausgabe % In der PDF-Ausgabe
@ -187,7 +182,7 @@ status collapsed
\end_layout \end_layout
\begin_layout Date \begin_layout Date
letzte Änderung: 18. letzte Änderung: 22.
Januar 2008 Januar 2008
\end_layout \end_layout

View File

@ -10,12 +10,7 @@
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty} \IfFileExists{lmodern.sty}
{\usepackage{lmodern}} % if it exists {\usepackage{lmodern}}{}
{% if it exists not
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}
} % end if it exists not
% link all cross references and URLs % link all cross references and URLs
% in pdf output % in pdf output

View File

@ -1,4 +1,4 @@
#LyX 1.5.2svn created this file. For more info see http://www.lyx.org/ #LyX 1.5.4svn created this file. For more info see http://www.lyx.org/
\lyxformat 276 \lyxformat 276
\begin_document \begin_document
\begin_header \begin_header
@ -13,12 +13,7 @@
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty} \IfFileExists{lmodern.sty}
{\usepackage{lmodern}} % if it exists {\usepackage{lmodern}}{}
{% if it exists not
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}
} % end if it exists not
% link all cross references and URLs % link all cross references and URLs
% in pdf output % in pdf output

View File

@ -17,10 +17,7 @@
\ifpdf % if pdflatex is used \ifpdf % if pdflatex is used
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}} \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
{\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
% link all cross references and URLs in pdf output % link all cross references and URLs in pdf output
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered, \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,

View File

@ -17,10 +17,7 @@
\ifpdf % if pdflatex is used \ifpdf % if pdflatex is used
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}} \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
{\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
% link all cross references and URLs in pdf output % link all cross references and URLs in pdf output
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered, \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,

View File

@ -17,10 +17,7 @@
\ifpdf % if pdflatex is used \ifpdf % if pdflatex is used
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{% \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
% link all cross references and URLs in pdf output % link all cross references and URLs in pdf output
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered, \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
@ -147,7 +144,7 @@ del t
\newline \newline
\newline \newline
Versión 1.5.3 Versión 1.5.4
\end_layout \end_layout
\begin_layout Standard \begin_layout Standard

View File

@ -10,12 +10,7 @@
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty} \IfFileExists{lmodern.sty}
{\usepackage{lmodern}} % if it exists {\usepackage{lmodern}}{}
{% if it exists not
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier}
} % end if it exists not
% link all cross references and URLs % link all cross references and URLs
% in pdf output % in pdf output

View File

@ -1,4 +1,4 @@
#LyX 1.5.3 created this file. For more info see http://www.lyx.org/ #LyX 1.5.4svn created this file. For more info see http://www.lyx.org/
\lyxformat 276 \lyxformat 276
\begin_document \begin_document
\begin_header \begin_header
@ -17,10 +17,7 @@
\ifpdf % if pdflatex is used \ifpdf % if pdflatex is used
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}} \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
{\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
% link all cross references and URLs in pdf output % link all cross references and URLs in pdf output
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered, \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,

View File

@ -17,10 +17,7 @@
\ifpdf % if pdflatex is used \ifpdf % if pdflatex is used
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}} \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
{\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
% link all cross references and URLs in pdf output % link all cross references and URLs in pdf output
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered, \usepackage[colorlinks=true, bookmarks, bookmarksnumbered,

View File

@ -17,10 +17,8 @@
\ifpdf % if pdflatex is used \ifpdf % if pdflatex is used
% set fonts for nicer pdf view % set fonts for nicer pdf view
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{% \IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
\usepackage[scaled=0.92]{helvet}
\usepackage{mathptmx}
\usepackage{courier} }
% the pages of the TOC are numbered roman % the pages of the TOC are numbered roman
% and a pdf-bookmark for the TOC is added % and a pdf-bookmark for the TOC is added
\pagenumbering{roman} \pagenumbering{roman}