linguistics.lyx: document how to insert footnotes in glosses.

This commit is contained in:
Juergen Spitzmueller 2015-05-19 09:42:56 +02:00
parent f996cf74b8
commit 77d6028586
2 changed files with 77 additions and 2 deletions

View File

@ -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,14 +945,17 @@ 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
@ -933,6 +966,7 @@ relax
\end_layout
\begin_layout Plain Layout
\backslash
let
@ -943,6 +977,7 @@ relax
\end_layout
\begin_layout Plain Layout
\backslash
let
@ -953,6 +988,7 @@ relax
\end_layout
\begin_layout Plain Layout
\backslash
let
@ -963,12 +999,14 @@ relax
\end_layout
\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

View File

@ -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