mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
linguistics.lyx: document how to insert footnotes in glosses.
This commit is contained in:
parent
f996cf74b8
commit
77d6028586
@ -1,7 +1,8 @@
|
||||
#LyX 2.2 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 488
|
||||
\lyxformat 493
|
||||
\begin_document
|
||||
\begin_header
|
||||
\origin /home/jspitz/lyx/lyx-devel/lib/examples/de/
|
||||
\textclass article
|
||||
\begin_preamble
|
||||
%% Kommentieren Sie das Folgende aus, um Tableaux-Überschriften zu erzeugen:
|
||||
@ -872,6 +873,35 @@ textwidth
|
||||
im Beispielcode) ändern, damit sie zur Seitenbreite Ihres Dokuments passt.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsubsection*
|
||||
Fußnoten in Glossen
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Sie können zwar eine Fußnote in eine
|
||||
\emph on
|
||||
Glosse
|
||||
\emph default
|
||||
einfügen, dies führt aber zu einem LaTeX-Fehler.
|
||||
Wenn Sie Fußnoten benötigen, schreiben Sie an der Stelle, an der das Fußnotenze
|
||||
ichen erscheinen soll, im TeX-Modus
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
footnotemark
|
||||
\family default
|
||||
in die Glosse.
|
||||
Direkt nach (und außerhalb) der Glosse schreiben Sie, ebenfalls im TeX-Modus,
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
footnotetext{Die Fußnote ...}
|
||||
\family default
|
||||
.
|
||||
Sollten Sie mehrere Fußnoten brauchen, geben Sie einfach mehrere dieser
|
||||
Befehlspaare ein.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsubsection*
|
||||
Glossen (und Beispiele) in Beamer-Präsentationen
|
||||
\end_layout
|
||||
@ -915,15 +945,18 @@ inline false
|
||||
status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
Provides covington 1
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
AddToPreamble
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
let
|
||||
\backslash
|
||||
@ -934,6 +967,7 @@ relax
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
let
|
||||
\backslash
|
||||
@ -944,6 +978,7 @@ relax
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
let
|
||||
\backslash
|
||||
@ -954,6 +989,7 @@ relax
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
let
|
||||
\backslash
|
||||
@ -964,11 +1000,13 @@ relax
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
usepackage{covington}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
EndPreamble
|
||||
\end_layout
|
||||
|
||||
@ -1377,12 +1415,14 @@ status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
floatstyle{plaintop}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
restylefloat{tableau}
|
||||
\end_layout
|
||||
@ -1405,12 +1445,14 @@ status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
floatstyle{komaabove}
|
||||
\end_layout
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
restylefloat{tableau}
|
||||
\end_layout
|
||||
@ -1519,6 +1561,7 @@ status open
|
||||
|
||||
\begin_layout Plain Layout
|
||||
|
||||
|
||||
\backslash
|
||||
renewcommand
|
||||
\backslash
|
||||
|
@ -1,7 +1,8 @@
|
||||
#LyX 2.2 created this file. For more info see http://www.lyx.org/
|
||||
\lyxformat 488
|
||||
\lyxformat 493
|
||||
\begin_document
|
||||
\begin_header
|
||||
\origin /home/jspitz/lyx/lyx-devel/lib/examples/
|
||||
\textclass article
|
||||
\begin_preamble
|
||||
%% Uncomment the following for Tableaux captions on top:
|
||||
@ -874,6 +875,37 @@ textwidth
|
||||
in the example code) to fit the glosses to your actual page width.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsubsection*
|
||||
Footnotes in Glosses
|
||||
\end_layout
|
||||
|
||||
\begin_layout Standard
|
||||
Although you can insert a footnote in a
|
||||
\emph on
|
||||
Glosse
|
||||
\emph default
|
||||
inset, LaTeX compilation will not succeed.
|
||||
If you need footnotes, put
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
footnotemark
|
||||
\family default
|
||||
in TeX mode in the glosse at the point where the footnote number should
|
||||
appear, and
|
||||
\family typewriter
|
||||
|
||||
\backslash
|
||||
footnotetext{Actual footnote ...}
|
||||
\family default
|
||||
, also in TeX mode, right behind the
|
||||
\emph on
|
||||
Glosse
|
||||
\emph default
|
||||
inset.
|
||||
If you need several footnotes, just insert multiple of these constructs.
|
||||
\end_layout
|
||||
|
||||
\begin_layout Subsubsection*
|
||||
Using Glosses (and Examples) in a Beamer Presentation
|
||||
\end_layout
|
||||
|
Loading…
Reference in New Issue
Block a user