mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
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:
parent
0a701fb254
commit
d60aff6c00
@ -17,10 +17,7 @@
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{%
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier} }
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs in pdf output
|
||||
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
|
||||
|
@ -10,12 +10,7 @@
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}
|
||||
{\usepackage{lmodern}} % if it exists
|
||||
{% if it exists not
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier}
|
||||
} % end if it exists not
|
||||
{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs
|
||||
% in pdf output
|
||||
|
@ -13,12 +13,7 @@
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}
|
||||
{\usepackage{lmodern}} % if it exists
|
||||
{% if it exists not
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier}
|
||||
} % end if it exists not
|
||||
{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs
|
||||
% in pdf output
|
||||
|
142
lib/doc/FAQ.lyx
142
lib/doc/FAQ.lyx
@ -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
|
||||
\begin_document
|
||||
\begin_header
|
||||
@ -17,12 +17,16 @@
|
||||
\paperfontsize default
|
||||
\spacing single
|
||||
\papersize default
|
||||
\use_geometry false
|
||||
\use_geometry true
|
||||
\use_amsmath 0
|
||||
\use_esint 0
|
||||
\cite_engine basic
|
||||
\use_bibtopic false
|
||||
\paperorientation portrait
|
||||
\leftmargin 3cm
|
||||
\topmargin 2cm
|
||||
\rightmargin 3cm
|
||||
\bottommargin 3cm
|
||||
\secnumdepth 3
|
||||
\tocdepth 3
|
||||
\paragraph_separation indent
|
||||
@ -33,6 +37,7 @@
|
||||
\paperpagestyle default
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\author ""
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
@ -63,27 +68,20 @@ This is the list of Frequently Asked Questions for LyX, the Open Source
|
||||
for producing high quality documents.
|
||||
For further help, you may wish to contact the LyX User Group mailing list
|
||||
at
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
lyx-users@lists.lyx.org
|
||||
\family default
|
||||
|
||||
\emph default
|
||||
|
||||
\emph on
|
||||
after
|
||||
\emph default
|
||||
you have read through the docs.
|
||||
|
||||
\emph default
|
||||
|
||||
\emph on
|
||||
|
||||
\end_layout
|
||||
|
||||
\begin_layout Abstract
|
||||
\begin_inset LatexCommand tableofcontents
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -149,14 +147,10 @@ So, line- and page-breaks aren't your problem anymore.
|
||||
Recalling what font you used for all of your section headings isn't your
|
||||
problem anymore.
|
||||
You tell LyX (and LaTeX) what
|
||||
\emph default
|
||||
|
||||
\emph on
|
||||
kind
|
||||
\emph default
|
||||
of document you're editing and what
|
||||
\emph default
|
||||
|
||||
\emph on
|
||||
type
|
||||
\emph default
|
||||
@ -164,16 +158,12 @@ type
|
||||
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
|
||||
|
||||
\emph default
|
||||
|
||||
\emph on
|
||||
is
|
||||
\emph default
|
||||
, not what it should look like.
|
||||
So, we like to say that LyX gives you WYSIWYM editing (What You See Is
|
||||
What You
|
||||
\emph default
|
||||
|
||||
\emph on
|
||||
Mean
|
||||
\emph default
|
||||
@ -206,6 +196,7 @@ Dissertations (260 pages in a single document, longer using include files)
|
||||
for example,
|
||||
\begin_inset LatexCommand url
|
||||
target "http://www.fee.uva.nl/scholar/mdw/leuven/thesis.pdf"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -238,6 +229,7 @@ Books
|
||||
see
|
||||
\begin_inset LatexCommand url
|
||||
target "http://www.postgresql.org/docs/awbook.html"
|
||||
|
||||
\end_inset
|
||||
|
||||
for an example on PostgreSQL
|
||||
@ -300,6 +292,7 @@ Where do I start?
|
||||
The website
|
||||
\begin_inset LatexCommand url
|
||||
target "www.lyx.org"
|
||||
|
||||
\end_inset
|
||||
|
||||
is the first place to go for anything related to LyX.
|
||||
@ -318,6 +311,7 @@ Tutorial
|
||||
Another basic introductory guide may be found at
|
||||
\begin_inset LatexCommand url
|
||||
target "www.bilkent.edu.tr/~robin/lyxguide.pdf"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -329,17 +323,8 @@ Does LyX run on my computer?
|
||||
|
||||
\begin_layout Standard
|
||||
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
|
||||
\emph on
|
||||
|
||||
\emph default
|
||||
|
||||
installed
|
||||
\emph on
|
||||
|
||||
\emph default
|
||||
|
||||
and running on these systems.
|
||||
OS/2 and Win32 ports exist, but you need to have an Xserver installed and
|
||||
running on these systems.
|
||||
LyX is known to run on the following platforms (and probably a zillion
|
||||
others):
|
||||
\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
|
||||
\begin_inset LatexCommand url
|
||||
target "http://savannah.nongnu.org/download/xforms/xforms-1.0.tar.gz"
|
||||
|
||||
\end_inset
|
||||
|
||||
, 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_inset LatexCommand url
|
||||
target "www.lyx.org"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -424,6 +411,7 @@ target "www.lyx.org"
|
||||
\begin_layout Itemize
|
||||
\begin_inset LatexCommand url
|
||||
target "bugzilla.lyx.org"
|
||||
|
||||
\end_inset
|
||||
|
||||
, if you want to report a bug in LyX.
|
||||
@ -432,6 +420,7 @@ target "bugzilla.lyx.org"
|
||||
\begin_layout Itemize
|
||||
\begin_inset LatexCommand url
|
||||
target "www.devel.lyx.org"
|
||||
|
||||
\end_inset
|
||||
|
||||
, if you are interested in the real blood and guts.
|
||||
@ -445,6 +434,7 @@ Known mirror sites include:
|
||||
\begin_layout Itemize
|
||||
\begin_inset LatexCommand url
|
||||
target "www.mx.lyx.org"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -453,6 +443,7 @@ target "www.mx.lyx.org"
|
||||
\begin_layout Itemize
|
||||
\begin_inset LatexCommand url
|
||||
target "www.no.lyx.org"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -461,6 +452,7 @@ target "www.no.lyx.org"
|
||||
\begin_layout Itemize
|
||||
\begin_inset LatexCommand url
|
||||
target "www.it.lyx.org"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -543,6 +535,7 @@ docs
|
||||
; definitely see
|
||||
\begin_inset LatexCommand url
|
||||
target "http://www.lyx.org/internet/mailing.php3"
|
||||
|
||||
\end_inset
|
||||
|
||||
for the full details.
|
||||
@ -565,6 +558,7 @@ Okay, wise guy! Where are they archived?
|
||||
Announce:
|
||||
\begin_inset LatexCommand url
|
||||
target "http://www.mail-archive.com/lyx-announce@lists.lyx.org/"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -574,6 +568,7 @@ target "http://www.mail-archive.com/lyx-announce@lists.lyx.org/"
|
||||
Users:
|
||||
\begin_inset LatexCommand url
|
||||
target "http://www.mail-archive.com/lyx-users@lists.lyx.org/"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -583,6 +578,7 @@ target "http://www.mail-archive.com/lyx-users@lists.lyx.org/"
|
||||
Devel:
|
||||
\begin_inset LatexCommand url
|
||||
target "http://www.mail-archive.com/lyx-devel@lists.lyx.org/"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -600,8 +596,6 @@ Can I read/write LaTeX files?
|
||||
Yes.
|
||||
LyX outputs LaTeX files that are either machine or human friendly.
|
||||
The
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
tex2lyx
|
||||
\family default
|
||||
@ -651,8 +645,6 @@ wvware (found at www.wvware.com, or the abisource CVS repository for the latest)
|
||||
This was previously called msWordView.
|
||||
Very good, only tends to produce visually formatted LaTeX/HTML.
|
||||
Is however highly configurable: a config file
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
wvLaTeX.xml
|
||||
\family default
|
||||
@ -765,6 +757,7 @@ Most of the above packages are available as precompiled binaries for a variety
|
||||
be obtained from
|
||||
\begin_inset LatexCommand url
|
||||
target "ftp://ftp.lyx.org/pub/lyx/bin/"
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
@ -807,8 +800,6 @@ insert the following LaTeX code
|
||||
|
||||
\begin_layout Enumerate
|
||||
Click the TeX toolbar button or select
|
||||
\family default
|
||||
|
||||
\family sans
|
||||
\bar under
|
||||
I
|
||||
@ -840,8 +831,6 @@ A lot of people have been complaining about the ERT inset introduced in
|
||||
|
||||
\begin_layout Itemize
|
||||
You can collapse the ERT like any other floats by using
|
||||
\family default
|
||||
|
||||
\family sans
|
||||
\bar under
|
||||
E
|
||||
@ -854,13 +843,10 @@ l
|
||||
ose float
|
||||
\family default
|
||||
(bound to
|
||||
\family default
|
||||
|
||||
\family sans
|
||||
C-i
|
||||
\family default
|
||||
|
||||
by default)
|
||||
by default)
|
||||
\end_layout
|
||||
|
||||
\begin_layout Itemize
|
||||
@ -912,6 +898,7 @@ how do I?
|
||||
topics, see Herbert Voss' spectacular collection at
|
||||
\begin_inset LatexCommand url
|
||||
target "http://tug.org/TeXnik/"
|
||||
|
||||
\end_inset
|
||||
|
||||
.
|
||||
@ -929,8 +916,6 @@ How do I get rid of the date under the title?
|
||||
|
||||
\begin_layout Standard
|
||||
The simplest solution is to open the menu
|
||||
\family default
|
||||
|
||||
\family sans
|
||||
\bar under
|
||||
L
|
||||
@ -1009,44 +994,32 @@ Is it possible to do this for figures and tables as well?
|
||||
|
||||
\begin_layout Standard
|
||||
Replace the phrase
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
theequation
|
||||
\family default
|
||||
with
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
thetable
|
||||
\family default
|
||||
or
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
thefigure
|
||||
\family default
|
||||
and then replace
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
equation
|
||||
\family default
|
||||
with
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
table
|
||||
\family default
|
||||
or
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
figure
|
||||
\family default
|
||||
@ -1062,8 +1035,6 @@ How do I change to footnote numbers to symbols (star, dagger, etc.)?
|
||||
|
||||
\begin_layout Standard
|
||||
Add
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
@ -1189,48 +1160,36 @@ How do I insert a fixed amount of horizontal space?
|
||||
|
||||
\begin_layout Standard
|
||||
There are various ERT commands to use:
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
enspace
|
||||
\family default
|
||||
(1/2 em),
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
thinspace
|
||||
\family default
|
||||
(1/6 em),
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
negthinspace
|
||||
\family default
|
||||
(-1/6 em),
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
quad
|
||||
\family default
|
||||
(1 em),
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
qquad
|
||||
\family default
|
||||
(2 em),
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
@ -1259,40 +1218,28 @@ m
|
||||
|
||||
in the current font.
|
||||
The length argument of the
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
hspace
|
||||
\family default
|
||||
command is any valid TeX length; units can be
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
mm
|
||||
\family default
|
||||
(millimeters),
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
cm
|
||||
\family default
|
||||
(centimeters),
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
in
|
||||
\family default
|
||||
(inches),
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
pt
|
||||
\family default
|
||||
(points = 1/72 inch),
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
em
|
||||
\family default
|
||||
@ -1305,8 +1252,6 @@ m
|
||||
\end_inset
|
||||
|
||||
), or
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
ex
|
||||
\family default
|
||||
@ -1320,16 +1265,12 @@ x
|
||||
|
||||
).
|
||||
Examples:
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
hspace{1in}
|
||||
\family default
|
||||
,
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
@ -1345,8 +1286,6 @@ How can I make citations show up as [1,2,3,6] or [1-3,6] rather than [1][2][3][6
|
||||
|
||||
\begin_layout Standard
|
||||
Insert
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
@ -1429,16 +1368,12 @@ How do I get LyX to put the figure exactly where I want it?
|
||||
|
||||
\begin_layout Standard
|
||||
Select
|
||||
\family default
|
||||
|
||||
\family sans
|
||||
Layout\SpecialChar \menuseparator
|
||||
Document
|
||||
\family default
|
||||
.
|
||||
In the
|
||||
\family default
|
||||
|
||||
\family sans
|
||||
Float Placement
|
||||
\family default
|
||||
@ -1501,8 +1436,6 @@ too many unprocessed floats
|
||||
|
||||
\begin_layout Standard
|
||||
The easiest way to work around this is to insert a
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
@ -1510,8 +1443,6 @@ clearpage
|
||||
\family default
|
||||
command somewhere in the document where a pagebreak would be appropriate.
|
||||
While a pagebreak would simply start a new page,
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
@ -1520,8 +1451,6 @@ clearpage
|
||||
processes all remaining floats, then begins a new page.
|
||||
This may lead to an unsightly stack of figures in the middle of your document;
|
||||
you may need to use several
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
@ -1617,8 +1546,6 @@ 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.
|
||||
If you have the Xvfb command available, you can resort to a deeper level
|
||||
of subterfuge (under
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
bash
|
||||
\family default
|
||||
@ -1655,8 +1582,6 @@ How do I create PDF files from my LyX document?
|
||||
|
||||
\begin_layout Standard
|
||||
Read Section 5.3.6 of the
|
||||
\emph default
|
||||
|
||||
\emph on
|
||||
Extended Features
|
||||
\emph default
|
||||
@ -1665,8 +1590,6 @@ Extended Features
|
||||
|
||||
\begin_layout Subsection
|
||||
Why do the fonts in my document look so bad in
|
||||
\family default
|
||||
|
||||
\family typewriter
|
||||
acroread
|
||||
\family default
|
||||
@ -1675,8 +1598,6 @@ acroread
|
||||
|
||||
\begin_layout Standard
|
||||
The problem and the solution are also discussed in Section 5.3.6 of the
|
||||
\emph default
|
||||
|
||||
\emph on
|
||||
Extended Features
|
||||
\emph default
|
||||
@ -1702,6 +1623,7 @@ A couple of users reported that they couldn't get recent Ghostscript versions
|
||||
\begin_layout Standard
|
||||
\begin_inset LatexCommand url
|
||||
target "http://sourceforge.net/bugs/?func=detailbug&bug_id=124957&group_id=1897"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
||||
@ -1749,8 +1671,6 @@ Then RTFM, especially the Tutorial.
|
||||
The documentation really is quite good.
|
||||
(Besides, I helped write parts of it :-) If you think your problem may
|
||||
be LaTeX related, then look in
|
||||
\emph default
|
||||
|
||||
\emph on
|
||||
LaTeX, A Document Preparation System, 2nd Ed.
|
||||
|
||||
@ -1758,8 +1678,6 @@ LaTeX, A Document Preparation System, 2nd Ed.
|
||||
by Leslie Lamport (1994).
|
||||
There are also numerous example files included with LyX.
|
||||
Try
|
||||
\family default
|
||||
|
||||
\family sans
|
||||
File\SpecialChar \menuseparator
|
||||
Open\SpecialChar \menuseparator
|
||||
@ -1812,8 +1730,6 @@ Feedback is invited.
|
||||
\begin_layout Standard
|
||||
Send comments, suggested additions, world record document claims, etc.
|
||||
to
|
||||
\emph default
|
||||
|
||||
\emph on
|
||||
lyx-docs@lists.lyx.org.
|
||||
\end_layout
|
||||
|
@ -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
|
||||
\begin_document
|
||||
\begin_header
|
||||
@ -17,10 +17,7 @@
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}
|
||||
{\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier} }
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs in pdf output
|
||||
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
|
||||
|
@ -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
|
||||
\begin_document
|
||||
\begin_header
|
||||
@ -17,10 +17,7 @@
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}
|
||||
{\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier} }
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs in pdf output
|
||||
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
|
||||
|
@ -17,10 +17,7 @@
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{%
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier} }
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs in pdf output
|
||||
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
|
||||
|
@ -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
|
||||
\begin_document
|
||||
\begin_header
|
||||
@ -18,12 +18,7 @@
|
||||
|
||||
% Fonts fuer huebschere PDF-Ansichten
|
||||
\IfFileExists{lmodern.sty}
|
||||
{\usepackage{lmodern}} % if it exists
|
||||
{% wenn nicht vorhanden
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier}
|
||||
} % Ende des Nein-Zweiges
|
||||
{\usepackage{lmodern}}{}
|
||||
|
||||
% Alle Querverweise und URLs als Link darstellen
|
||||
% In der PDF-Ausgabe
|
||||
@ -150,8 +145,8 @@ Haase
|
||||
\end_layout
|
||||
|
||||
\begin_layout Date
|
||||
letzte Änderung: 1.\InsetSpace ~
|
||||
November 2007
|
||||
letzte Änderung: 22.\InsetSpace ~
|
||||
Januar 2008
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -10,12 +10,7 @@
|
||||
|
||||
% Schriften für bessere PDF-Ansichten
|
||||
\IfFileExists{lmodern.sty}
|
||||
{\usepackage{lmodern}} % wenn vorhanden
|
||||
{% wenn nicht vorhanden
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier}
|
||||
} % Ende des Nein-Zweiges
|
||||
{\usepackage{lmodern}}{}
|
||||
|
||||
% Alle Querverweise und URLs als Link darstellen
|
||||
% In der PDF-Ausgabe
|
||||
@ -307,7 +302,7 @@ Version 1.5.4
|
||||
\end_layout
|
||||
|
||||
\begin_layout Date
|
||||
letzte Änderung: 14.
|
||||
letzte Änderung: 22.
|
||||
Januar 2008
|
||||
\end_layout
|
||||
|
||||
|
@ -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
|
||||
\begin_document
|
||||
\begin_header
|
||||
@ -18,12 +18,7 @@
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}
|
||||
{\usepackage{lmodern}} % if it exists
|
||||
{% if it exists not
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier}
|
||||
} % end if it exists not
|
||||
{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs
|
||||
% in pdf output
|
||||
@ -147,8 +142,8 @@ Haase
|
||||
\end_layout
|
||||
|
||||
\begin_layout Date
|
||||
letzte Änderung: 30.
|
||||
Oktober 2007
|
||||
letzte Änderung: 22.
|
||||
Januar 2008
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -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
|
||||
\begin_document
|
||||
\begin_header
|
||||
\textclass article
|
||||
\begin_preamble
|
||||
\usepackage{a4wide}
|
||||
|
||||
\end_preamble
|
||||
\language ngerman
|
||||
\inputencoding auto
|
||||
@ -20,12 +20,16 @@
|
||||
\paperfontsize default
|
||||
\spacing single
|
||||
\papersize default
|
||||
\use_geometry false
|
||||
\use_geometry true
|
||||
\use_amsmath 0
|
||||
\use_esint 0
|
||||
\cite_engine basic
|
||||
\use_bibtopic false
|
||||
\paperorientation portrait
|
||||
\leftmargin 3cm
|
||||
\topmargin 2cm
|
||||
\rightmargin 3cm
|
||||
\bottommargin 3cm
|
||||
\secnumdepth 3
|
||||
\tocdepth 3
|
||||
\paragraph_separation skip
|
||||
@ -37,6 +41,7 @@
|
||||
\tracking_changes false
|
||||
\output_changes false
|
||||
\author ""
|
||||
\author ""
|
||||
\end_header
|
||||
|
||||
\begin_body
|
||||
@ -71,8 +76,8 @@ Peter Sütterlin.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Date
|
||||
28.\InsetSpace ~
|
||||
September 2007
|
||||
22.\InsetSpace ~
|
||||
Januar 2008
|
||||
\end_layout
|
||||
|
||||
\begin_layout Abstract
|
||||
|
@ -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
|
||||
\begin_document
|
||||
\begin_header
|
||||
@ -17,10 +17,7 @@
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}
|
||||
{\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier} }
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs in pdf output
|
||||
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
|
||||
@ -137,9 +134,9 @@ Peter Sütterlin
|
||||
\end_layout
|
||||
|
||||
\begin_layout Date
|
||||
letzte Änderung: 29.
|
||||
9.
|
||||
2007
|
||||
letzte Änderung: 22.
|
||||
1.
|
||||
2008
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -17,10 +17,7 @@
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}
|
||||
{\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier} }
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs in pdf output
|
||||
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
|
||||
@ -129,8 +126,8 @@ Peter Sütterlin
|
||||
\end_layout
|
||||
|
||||
\begin_layout Date
|
||||
letzte Änderung: 25.
|
||||
Dezember 2007
|
||||
letzte Änderung: 22.
|
||||
Januar 2008
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -18,12 +18,7 @@
|
||||
|
||||
% Fonts fuer huebschere PDF-Ansichten
|
||||
\IfFileExists{lmodern.sty}
|
||||
{\usepackage{lmodern}} % if it exists
|
||||
{% wenn nicht vorhanden
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier}
|
||||
} % Ende des Nein-Zweiges
|
||||
{\usepackage{lmodern}}{}
|
||||
|
||||
% Alle Querverweise und URLs als Link darstellen
|
||||
% In der PDF-Ausgabe
|
||||
@ -187,7 +182,7 @@ status collapsed
|
||||
\end_layout
|
||||
|
||||
\begin_layout Date
|
||||
letzte Änderung: 18.
|
||||
letzte Änderung: 22.
|
||||
Januar 2008
|
||||
\end_layout
|
||||
|
||||
|
@ -10,12 +10,7 @@
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}
|
||||
{\usepackage{lmodern}} % if it exists
|
||||
{% if it exists not
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier}
|
||||
} % end if it exists not
|
||||
{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs
|
||||
% in pdf output
|
||||
|
@ -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
|
||||
\begin_document
|
||||
\begin_header
|
||||
@ -13,12 +13,7 @@
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}
|
||||
{\usepackage{lmodern}} % if it exists
|
||||
{% if it exists not
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier}
|
||||
} % end if it exists not
|
||||
{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs
|
||||
% in pdf output
|
||||
|
@ -17,10 +17,7 @@
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}
|
||||
{\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier} }
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs in pdf output
|
||||
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
|
||||
|
@ -17,10 +17,7 @@
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}
|
||||
{\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier} }
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs in pdf output
|
||||
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
|
||||
|
@ -17,10 +17,7 @@
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{%
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier} }
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs in pdf output
|
||||
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
|
||||
@ -147,7 +144,7 @@ del t
|
||||
\newline
|
||||
|
||||
\newline
|
||||
Versión 1.5.3
|
||||
Versión 1.5.4
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
|
@ -10,12 +10,7 @@
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}
|
||||
{\usepackage{lmodern}} % if it exists
|
||||
{% if it exists not
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier}
|
||||
} % end if it exists not
|
||||
{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs
|
||||
% in pdf output
|
||||
|
@ -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
|
||||
\begin_document
|
||||
\begin_header
|
||||
@ -17,10 +17,7 @@
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}
|
||||
{\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier} }
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs in pdf output
|
||||
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
|
||||
|
@ -17,10 +17,7 @@
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}
|
||||
{\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier} }
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% link all cross references and URLs in pdf output
|
||||
\usepackage[colorlinks=true, bookmarks, bookmarksnumbered,
|
||||
|
@ -17,10 +17,8 @@
|
||||
\ifpdf % if pdflatex is used
|
||||
|
||||
% set fonts for nicer pdf view
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{%
|
||||
\usepackage[scaled=0.92]{helvet}
|
||||
\usepackage{mathptmx}
|
||||
\usepackage{courier} }
|
||||
\IfFileExists{lmodern.sty}{\usepackage{lmodern}}{}
|
||||
|
||||
% the pages of the TOC are numbered roman
|
||||
% and a pdf-bookmark for the TOC is added
|
||||
\pagenumbering{roman}
|
||||
|
Loading…
Reference in New Issue
Block a user