]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-insets.tex
Fix several false errors "stray '}' in text" that were caused by
[lyx.git] / src / tex2lyx / test / test-insets.tex
1 %% LyX trick_preamble_code_into_believing_that_this_was_created_by_lyx created this file.  For more info, see http://www.lyx.org/.
2 %% Do not edit unless you really know what you are doing.
3 \documentclass[a4paper,12pt]{article}
4 \usepackage[T1]{fontenc}
5 \usepackage[latin9]{inputenc}
6
7 \setlength{\parindent}{3mm}
8 \usepackage{setspace}
9 \onehalfspacing
10
11 \usepackage{amsmath}
12 \usepackage{url}
13 \usepackage{verbatim}
14 \usepackage[numbers]{natbib}
15 \usepackage{nomencl}
16 % the following is useful when we have the old nomencl.sty package
17 \providecommand{\printnomenclature}{\printglossary}
18 \providecommand{\makenomenclature}{\makeglossary}
19 \makenomenclature
20 \usepackage{varioref}
21 \usepackage{prettyref}
22 \usepackage{makeidx}
23 \makeindex
24
25 \usepackage{graphicx}
26 \usepackage{longtable}
27
28 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
29 \providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
30 \newcommand{\lyxline}[1][1pt]{%
31   \par\noindent%
32   \rule[.5ex]{\linewidth}{#1}\par}
33
34 \newcommand{\lyxarrow}{\leavevmode\,$\triangleright$\,\allowbreak}
35
36 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
37 \usepackage{subscript} % user specified as long as tex2lyx
38 % produces a format less than 408
39
40 \def\mycommand{\textquestiondown}
41
42 \begin{document}
43
44 \tableofcontents
45
46 \noindent This paragraph is not indented.
47
48 \section{References\index{References}}
49
50 Let's start with simple things: a label~\label{lab:test} and a
51 reference~\ref{lab:test}; note that I have tested ``unbreakable
52 space'' without warning (and worse than that, I just tested english
53 quotes too...).
54
55 Of course there are other kind of references, like page
56 reference~\pageref{lab:test}, but also equation
57 reference~\eqref{lab:test} (from amsmath package), or varioref's
58 equivalents~\vref{lab:test} and~\vpageref{lab:test}, without
59 forgetting pretty references like~\prettyref{lab:test}.
60
61 \section{Cites\index{Cites}}
62
63 Let's start with simple things: a \textbackslash{}cite: \cite[after]{article-crossref}
64 and two \textbackslash{}cites: \cite[after]{whole-set,article-crossref}
65
66 Now the natbib things:
67
68 \textbackslash{}citet: \citet[before][after]{article-crossref} \textbackslash{}citet{*}:
69 \citet*[before][after]{article-crossref} \textbackslash{}Citet: \Citet[before][after]{article-crossref}
70 \textbackslash{}Citet{*}: \Citet*[before][after]{article-crossref}
71
72 \textbackslash{}citep: \citep[before][after]{article-crossref} \textbackslash{}citep{*}:
73 \citep*[before][after]{article-crossref} \textbackslash{}Citep: \Citep[before][after]{article-crossref}
74 \textbackslash{}Citep{*}: \Citep*[before][after]{article-crossref}
75
76 \textbackslash{}citealt: \citealt[before][after]{article-crossref}
77 \textbackslash{}citealt{*}: \citealt*[before][after]{article-crossref}
78 \textbackslash{}Citealt: \Citealt[before][after]{article-crossref}
79 \textbackslash{}Citealt{*}: \Citealt*[before][after]{article-crossref}
80
81 \textbackslash{}citealp: \citealp[before][after]{article-crossref}
82 \textbackslash{}citealp{*}: \citealp*[before][after]{article-crossref}
83 \textbackslash{}Citealp: \Citep[before][after]{article-crossref}
84 \textbackslash{}Citealp{*}: \Citealp*[before][after]{article-crossref}
85
86 \textbackslash{}citeauthor: \citeauthor[before][after]{article-crossref}
87 \textbackslash{}citeauthor{*}: \citeauthor*[before][after]{article-crossref}
88 \textbackslash{}Citeauthor: \Citeauthor[before][after]{article-crossref}
89 \textbackslash{}Citeauthor{*}: \Citeauthor*[before][after]{article-crossref}
90
91 \textbackslash{}citeyear: \citeyear[before][after]{article-crossref}
92
93 \textbackslash{}citeyearpar: \citeyearpar[before][after]{article-crossref} 
94
95 \textbackslash{}nocite: \nocite{article-crossref}
96
97 \bibliographystyle{unsrt}
98 % Remove duplicate call of \bibliography since LaTeX throws an error.
99 % \bibliography{xampl}
100
101 With \textbackslash{}nocite\{{*}\}:
102 \bibliographystyle{unsrt}
103 \nocite{*}
104 \bibliography{xampl}
105
106 \section{Input files\index{Input files}}
107
108 We can input files too, like this \input{DummyDocument}, or with the include
109 variant \include{DummyDocument} % unfortunately, including the doc twice
110 % generates a multiply defined label
111
112 If you prefer verbatim input, you can choose
113 between~\verbatiminput{foo} or~\verbatiminput*{foo}.
114
115 \section{URL\index{URL}\nomenclature[www]{URL}{uniform resource locator}}
116
117 An URL: \url{http://www.lyx.org}
118 \nomenclature{URL2}{uniform resource locator}
119
120 \section{Lists\index{Lists}}
121
122 \listoffigures
123 \listoftables
124
125 \section{Graphics\index{Graphics}}
126
127 There is also some basic support for graphics, in the form
128 \includegraphics{foo.eps}, or the slightly more elaborate
129 \includegraphics[bb=10bp 0bp 96bp 96bp,clip,height=1cm, width=1cm]{foo.eps}.
130
131 \section{Tables\index{Tables}}
132
133 The following example is stolen from the longtable documentation.
134 Since tex2lyx does not understand the special verbatim code that
135 was used in the original some lines have been rewritten using
136 \textbackslash textbackslash etc.
137 \let\package\textsf
138 \let\env\textsf
139 \let\code\texttt
140 \providecommand\finalclearpage{\clearpage}
141
142 \begin{longtable}{@{*}r||p{1in}@{*}}
143 KILLED & LINE!!!! \kill
144 \caption
145 [An optional table caption (used in the list of tables)]
146 {A long table\label{long}}\\
147 \hline\hline
148 \multicolumn{2}{@{*}c@{*}}%
149      {This part appears at the top of the table}\\
150 \textsc{First}&\textsc{Second}\\
151 \hline\hline
152 \endfirsthead
153 \caption[]{(continued)}\\
154 \hline\hline
155 \multicolumn{2}{@{*}c@{*}}%
156       {This part appears at the top of every other page}\\
157 \textbf{First}&\textbf{Second}\\
158 \hline\hline
159 \endhead
160 \hline
161 This goes at the&bottom.\\
162 \hline
163 \endfoot
164 \hline
165 These lines will&appear\\
166 in place of the & usual foot\\
167 at the end& of the table\\
168 \hline
169 \endlastfoot
170 \env{longtable}  columns  are specified& in the \\
171 same way as  in the \env{tabular}& environment.\\
172 \code{@\{*\}r||p\{1in\}@\{*\}}& in this case.\\
173 Each row ends with a& \code{\textbackslash\textbackslash} command.\\
174 The \code{\textbackslash\textbackslash} command  has an& optional\\
175 argument, just as in& the\\
176  \env{tabular}&environment.\\[10pt]
177 See the effect of \code{\textbackslash\textbackslash[10pt]}&?\\
178 Lots of lines& like this.\\
179 Lots of lines& like this.\\
180 Lots of lines& like this.\\
181 Lots of lines& like this.\\
182 Also \code{\textbackslash hline} may be used,&  as in \env{tabular}.\\
183 \hline
184 That  was a \code{\textbackslash hline}&.\\
185 \hline\hline
186 That  was \code{\textbackslash hline\textbackslash hline}&.\\
187 \multicolumn{2}{||c||}%
188 {This is a \code{\textbackslash multicolumn\{2\}\{||c||\}}}\\
189 If a  page break  occurs at a \code{\textbackslash hline} then& a line is drawn\\
190 at the bottom of one  page  and at the& top of the next.\\
191 \hline
192 The \code{[t] [b] [c]} argument of \env{tabular}& can  not be used.\\
193 The optional argument may be  one of& \code{[l] [r] [c]}\\
194 to specify whether  the  table  should be& adjusted\\
195 to the  left, right& or centrally.\\
196 \hline\hline
197 Lots of lines& like this.\\
198 Lots of lines& like this.\\
199 Lots of lines& like this.\\
200 Lots of lines& like this.\\
201 Lots of lines& like this.\\
202 Lots of lines& like this.\\
203 Lots of lines& like this.\\
204 Lots of lines& like this.\\
205 Lots of lines& like this.\\
206 Lots of lines& like this.\\
207 Lots of lines& like this.\\
208 Lots of lines& like this.\\
209 Lots of lines& like this.\\
210 Lots of lines& like this.\\
211 Lots of lines& like this.\\
212 Lots of lines& like this.\\
213 Lots of lines& like this.\\
214 Lots of lines& like this.\\
215 Lots of lines& like this.\\
216 Lots of lines& like this.\\
217 Some lines may take up a lot of space, like this: &
218     \raggedleft This last column is a ``p'' column so this
219     ``row'' of the table can take up several lines. Note however that
220     \TeX\ will  never break a page within such a row. Page breaks only
221     occur between rows of the table or at \code{\textbackslash hline} commands.
222     \tabularnewline
223 Lots of lines& like this.\\
224 Lots of lines& like this.\\
225 Lots of lines& like this.\\
226 Lots of lines& like this.\\
227 Lots of lines& like this.\\
228 Lots of lines& like this.\\
229 Lots of lines& like this.\\
230 \hline
231 Lots\footnote{This is a footnote.} of lines& like this.\\
232 Lots   of   lines& like this\footnote{\env{longtable} takes special
233     precautions, so that footnotes may also be used in `p' columns.}\\
234 \hline
235 Lots of lines& like this.\\
236 Lots of lines& like this.
237 \end{longtable}
238
239 \section{Macros}
240
241 LyX supports several kinds of macros:
242 def \def\macroa#1{a #1 a}
243 global def \global\def\macrob#1{b #1 b}
244 long def \long\def\macroc#1{c #1 c}
245 global long def \global\long\def\macrod#1{d #1 d}
246 providecommand \providecommand{\macroe}[1]{e #1 e}
247 newcommand \newcommand{\macrof}[1]{f #1 f}
248 renewcommand \renewcommand{\macrof}[1]{g #1 g}
249
250 Now use them all:
251 \macroa{x} \macrob{x} \macroc{x} \macrod{x} \macroe{x} \macrof{x}
252
253 \section{Special formattings\index{Special formattings}}
254
255 \subsection{LyX line}
256
257 test
258
259 {\tiny \lyxline{\tiny}}{\tiny \par}
260
261 test {\Huge Test} {\tiny test} test
262
263 \lyxline{\normalsize}
264
265 test
266
267 {\Huge \lyxline{\Huge}}{\Huge \par}
268
269 test
270
271 \subsection{Line breaks}
272
273 They can also or be broken by a newline\\
274 or by a starred newline \\*
275 or by a newline with space, comment and argument \\ %hu
276 [3cm]
277 or by a newline command \newline
278 or by a line break \linebreak
279 or by a defined line break \linebreak % again with a comment
280         [4]
281
282 There are even newlines with weird arguments, but these are not
283 handled by LyX\\*[1cm]
284 so we try to use ERT in this case.
285
286 \subsection{Page breaks}
287
288 They can also or be broken by a newpage \newpage
289 or by a page break \pagebreak
290 or by a defined page break \pagebreak % again with a comment
291         [4]
292
293 \section{Special characters\index{Special characters}}
294
295 Then one has those macros with a long name for a short meaning, like
296 \textasciitilde, \textasciicircum{} or \textbackslash{}, \slash{},
297 \nobreakdash- and the characters
298 that LaTeX wants to espace because they are active, like \_\&\#\$\{\}\%.
299
300 And what about special characters like hyphe\-nation mark,
301 ellipsis\ldots, and end-of-sentence\@. LyX also supports a menu
302 separator\lyxarrow{}and a spif\textcompwordmark{}fy ligature break.
303
304 LyX translates the phrases LyX, TeX, LaTeX2e and LaTeX
305 to the commands \LyX{}, \TeX{}, \LaTeXe{} and \LaTeX{}.
306 If these phrases occur as part of other words (like 1LyX or aTeX or LaTeX3)
307 they should not be put into ERT.
308
309 Test for whitespace handling of commands: The following lines should
310 result in identical output:
311
312 builtin \textasciicircum{} unicodesymbols \j{} user \mycommand{} xx\par
313 builtin \textasciicircum {} unicodesymbols \j {} user \mycommand{} xx\par
314 builtin \textasciicircum % with a comment
315 {} unicodesymbols \j % and a second one
316 {} user \mycommand % and another
317 {} xx
318
319 A sub\textsubscript{sc\emph{ript}} and super\textsuperscript{script
320 with $a^2+b^2=c^2$ math}.
321
322 \printindex{}
323
324 \printnomenclature{}
325
326 \end{document}