]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-insets.tex
tex2lyx tests adapted to cmake build
[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 \usepackage{splitidx}
24 \makeindex
25
26 \usepackage{graphicx}
27 \usepackage{longtable}
28 \usepackage{xargs}
29 \usepackage{subscript}
30 \usepackage{rotating}
31
32 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
33 \providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
34 \newcommand{\lyxline}[1][1pt]{%
35   \par\noindent%
36   \rule[.5ex]{\linewidth}{#1}\par}
37
38 \newcommand{\lyxarrow}{\leavevmode\,$\triangleright$\,\allowbreak}
39
40 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
41
42 \def\mycommand{\textquestiondown}
43
44 \begin{document}
45
46 \title{Title}
47
48 \date %stupid stuff
49 {two days ago}
50
51 \maketitle
52
53 \tableofcontents
54 \lstlistoflistings
55
56 \noindent This paragraph is not indented.
57
58 \section{References\index{References}}
59
60 Let's start with simple things: a label~\label{lab:test} and a
61 reference~\ref{lab:test}; note that I have tested ``unbreakable
62 space'' without warning (and worse than that, I just tested english
63 quotes too...).
64
65 Of course there are other kind of references, like page
66 reference~\pageref{lab:test}, but also equation
67 reference~\eqref{lab:test} (from amsmath package), or varioref's
68 equivalents~\vref{lab:test} and~\vpageref{lab:test}, without
69 forgetting pretty references like~\prettyref{lab:test}.
70
71 \section{Cites\index{Cites}}
72
73 Let's start with simple things: a \textbackslash{}cite: \cite[after]{article-crossref}
74 and two \textbackslash{}cites: \cite[after]{whole-set,article-crossref}
75
76 Now the natbib things:
77
78 \textbackslash{}citet: \citet[before][after]{article-crossref} \textbackslash{}citet{*}:
79 \citet*[before][after]{article-crossref} \textbackslash{}Citet: \Citet[before][after]{article-crossref}
80 \textbackslash{}Citet{*}: \Citet*[before][after]{article-crossref}
81
82 \textbackslash{}citep: \citep[before][after]{article-crossref} \textbackslash{}citep{*}:
83 \citep*[before][after]{article-crossref} \textbackslash{}Citep: \Citep[before][after]{article-crossref}
84 \textbackslash{}Citep{*}: \Citep*[before][after]{article-crossref}
85
86 \textbackslash{}citealt: \citealt[before][after]{article-crossref}
87 \textbackslash{}citealt{*}: \citealt*[before][after]{article-crossref}
88 \textbackslash{}Citealt: \Citealt[before][after]{article-crossref}
89 \textbackslash{}Citealt{*}: \Citealt*[before][after]{article-crossref}
90
91 \textbackslash{}citealp: \citealp[before][after]{article-crossref}
92 \textbackslash{}citealp{*}: \citealp*[before][after]{article-crossref}
93 \textbackslash{}Citealp: \Citep[before][after]{article-crossref}
94 \textbackslash{}Citealp{*}: \Citealp*[before][after]{article-crossref}
95
96 \textbackslash{}citeauthor: \citeauthor[before][after]{article-crossref}
97 \textbackslash{}citeauthor{*}: \citeauthor*[before][after]{article-crossref}
98 \textbackslash{}Citeauthor: \Citeauthor[before][after]{article-crossref}
99 \textbackslash{}Citeauthor{*}: \Citeauthor*[before][after]{article-crossref}
100
101 \textbackslash{}citeyear: \citeyear[before][after]{article-crossref}
102
103 \textbackslash{}citeyearpar: \citeyearpar[before][after]{article-crossref} 
104
105 \textbackslash{}nocite: \nocite{article-crossref}
106
107 % Remove duplicate call of \bibliography since LaTeX throws an error.
108 %\bibliographystyle{unsrt}
109 % \bibliography{xampl}
110
111 With \textbackslash{}nocite\{{*}\}:
112 \bibliographystyle{unsrt}
113 \nocite{*}
114 \bibliography{xampl}
115
116 From bug 7306:
117 \citet{gur+04} have demonstrated that authors should not have umlauts
118 in their names. It's OK to use them in the man\"{u}script, though.
119 \begin{thebibliography}{References}
120 \bibitem[{{G\"{u}rkan et~al.}(2004)}]{gur+04} Gürkan, M.~A., Freitag,
121 M., \& Rasio, F.~A. 2004, ApJ, 604, 632\end{thebibliography}
122
123
124 \section{Input files\index{Input files}}
125
126 We can input files too, like this \input{DummyDocument}, or with the include
127 variant \include{DummyDocument} % unfortunately, including the doc twice generates a multiply defined label
128
129 We can also import chess diagrams:
130
131 \loadgame{../../../lib/examples/iecc05}\showboard
132
133 Spreadsheets:
134
135 \def\inputGnumericTable{}\input{../../../lib/examples/longsheet.gnumeric}
136
137 and PDF pages:
138
139 \includepdf[pages=-,angle=22,origin=Bl,width=5cm,height=40mm,keepaspectratio]{../../../lib/examples/beamer-icsi-logo}
140
141 If you prefer verbatim input, you can choose
142 between~\verbatiminput{foo} or~\verbatiminput*{foo}.
143
144
145 \section{URLs and Hyperlinks\index{URL}\nomenclature[www]{URL}{uniform resource locator}}
146
147 An URL: \url{http://www.lyx.org} \nomenclature{URL2}{uniform resource locator}
148
149 link:\href{http://www.test.test}{www.test.test}
150
151 link2:\href{http://www.test.test}{http://www.test.test}
152
153 mail:\href{mailto:www.test.test}{name}
154
155 file:\href{file:www.test.test}{www.test.test}
156
157 ftp:\href{ftp://www.test.test}{ftp://www.test.test}
158
159 ftp2:\href{ftp://www.test.test}{www.test.test}
160
161 parser test (stupid, but valid):\href{http://www.test.test}{\}}
162
163
164 \section{Lists\index{Lists}}
165
166 \listoffigures
167 \listoftables
168
169
170 \section{Listings}
171
172 Inline: \lstinline[language={C++}]!int a=5;!\\
173 Float:
174
175 \begin{lstlisting}[caption={Example Listing float},label={lst:Example-Listing},language=Python]
176 # Example listing float
177 def func(param):
178     'this is a python function'
179     pass
180 \end{lstlisting}
181
182 Here is an example listing with left line numbering, step ``3'',
183 language ``Python'', options ``Extended character table'' and
184 ``Space~as~symbol'', range lines 3\,-\,8:
185
186 \begin{lstlisting}[extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3]
187 def func(param):
188     'this is a python function'
189     pass
190 def func(param):
191 'This is a German word: Tschüß'
192 pass
193 def func(param):
194 'this is a python function'
195 pass
196 \end{lstlisting}
197
198 Special cases:
199 \begin{lstlisting}[abovecaptionskip=2em,basicstyle={\large\ttfamily},breaklines=true,extendedchars=true,firstline=2,float=h,language={[R/3 3.1]ABAP},lastline=5,numbers=left,numberstyle={\scriptsize},showspaces=true,showstringspaces=false,stepnumber=3,tabsize=4]
200 hello
201 \end{lstlisting}
202
203 \lstinline[language=TeX]!\begin{centering} hello!
204
205
206 \section{Graphics\index{Graphics}}
207
208 There is also some basic support for graphics, in the form
209 \includegraphics{foo.eps}, or the slightly more elaborate
210 \includegraphics[bb=10bp 0bp 96bp 96bp,clip,height=1cm, width=1cm]{foo.eps}.
211
212 \section{Tables\index{Tables}}
213
214 The following example is stolen from the longtable documentation.
215 Since tex2lyx does not understand the special verbatim code that
216 was used in the original some lines have been rewritten using
217 \textbackslash textbackslash etc.
218 \let\package\textsf
219 \let\env\textsf
220 \let\code\texttt
221 \providecommand\finalclearpage{\clearpage}
222
223 \begin{longtable}{@{*}r||p{1in}@{*}}
224 KILLED & LINE!!!! \kill
225 \caption
226 [An optional table caption (used in the list of tables)]
227 {A long table\label{long}}\\
228 \hline\hline
229 \multicolumn{2}{@{*}c@{*}}%
230      {This part appears at the top of the table}\\
231 \textsc{First}&\textsc{Second}\\
232 \hline\hline
233 \endfirsthead
234 \caption[]{(continued)}\\
235 \hline\hline
236 \multicolumn{2}{@{*}c@{*}}%
237       {This part appears at the top of every other page}\\
238 \textbf{First}&\textbf{Second}\\
239 \hline\hline
240 \endhead
241 \hline
242 This goes at the&bottom.\\
243 \hline
244 \endfoot
245 \hline
246 These lines will&appear\\
247 in place of the & usual foot\\
248 at the end& of the table\\
249 \hline
250 \endlastfoot
251 \env{longtable}  columns  are specified& in the \\
252 same way as  in the \env{tabular}& environment.\\
253 \code{@\{*\}r||p\{1in\}@\{*\}}& in this case.\\
254 Each row ends with a& \code{\textbackslash\textbackslash} command.\\
255 The \code{\textbackslash\textbackslash} command  has an& optional\\
256 argument, just as in& the\\
257  \env{tabular}&environment.\\[10pt]
258 See the effect of \code{\textbackslash\textbackslash[10pt]}&?\\
259 Lots of lines& like this.\\
260 Lots of lines& like this.\\
261 Lots of lines& like this.\\
262 Lots of lines& like this.\\
263 Also \code{\textbackslash hline} may be used,&  as in \env{tabular}.\\
264 \hline
265 That  was a \code{\textbackslash hline}&.\\
266 \hline\hline
267 That  was \code{\textbackslash hline\textbackslash hline}&.\\
268 \multicolumn{2}{||c||}%
269 {This is a \code{\textbackslash multicolumn\{2\}\{||c||\}}}\\
270 If a  page break  occurs at a \code{\textbackslash hline} then& a line is drawn\\
271 at the bottom of one  page  and at the& top of the next.\\
272 \hline
273 The \code{[t] [b] [c]} argument of \env{tabular}& can  not be used.\\
274 The optional argument may be  one of& \code{[l] [r] [c]}\\
275 to specify whether  the  table  should be& adjusted\\
276 to the  left, right& or centrally.\\
277 \hline\hline
278 Lots of lines& like this.\\
279 Lots of lines& like this.\\
280 Lots of lines& like this.\\
281 Lots of lines& like this.\\
282 Lots of lines& like this.\\
283 Lots of lines& like this.\\
284 Lots of lines& like this.\\
285 Lots of lines& like this.\\
286 Lots of lines& like this.\\
287 Lots of lines& like this.\\
288 Lots of lines& like this.\\
289 Lots of lines& like this.\\
290 Lots of lines& like this.\\
291 Lots of lines& like this.\\
292 Lots of lines& like this.\\
293 Lots of lines& like this.\\
294 Lots of lines& like this.\\
295 Lots of lines& like this.\\
296 Lots of lines& like this.\\
297 Lots of lines& like this.\\
298 Some lines may take up a lot of space, like this: &
299     \raggedleft This last column is a ``p'' column so this
300     ``row'' of the table can take up several lines. Note however that
301     \TeX\ will  never break a page within such a row. Page breaks only
302     occur between rows of the table or at \code{\textbackslash hline} commands.
303     \tabularnewline
304 Lots of lines& like this.\\
305 Lots of lines& like this.\\
306 Lots of lines& like this.\\
307 Lots of lines& like this.\\
308 Lots of lines& like this.\\
309 Lots of lines& like this.\\
310 Lots of lines& like this.\\
311 \hline
312 Lots\footnote{This is a footnote.} of lines& like this.\\
313 Lots   of   lines& like this\footnote{\env{longtable} takes special
314     precautions, so that footnotes may also be used in `p' columns.}\\
315 \hline
316 Lots of lines& like this.\\
317 Lots of lines& like this.
318 \end{longtable}
319
320 From bug 7412 another example with more captions (can currently not produced in LyX):
321 \begin{longtable}{|l|l|}
322 \caption{A long table}
323 \endfirsthead
324 \caption{A long table -- continued}
325 \endhead
326 \multicolumn{2}{r}{{Continued on next page}}
327 \tabularnewline
328 \endfoot
329 \endlastfoot
330 \hline
331 \multicolumn{1}{|c|}{Something} & \multicolumn{1}{c|}{Description}\tabularnewline
332 \hline Lots of lines& like this.\\
333 \hline Lots of lines& like this.\\
334 \hline Lots of lines& like this.\\
335 \hline Lots of lines& like this.\\
336 \hline Lots of lines& like this.\\
337 \hline Lots of lines& like this.\\
338 \hline Lots of lines& like this.\\
339 \hline Lots of lines& like this.\\
340 \hline Lots of lines& like this.\\
341 \hline Lots of lines& like this.\\
342 \hline Lots of lines& like this.\\
343 \hline Lots of lines& like this.\\
344 \hline Lots of lines& like this.\\
345 \hline Lots of lines& like this.\\
346 \hline Lots of lines& like this.\\
347 \hline Lots of lines& like this.\\
348 \hline Lots of lines& like this.\\
349 \hline Lots of lines& like this.\\
350 \hline Lots of lines& like this.\\
351 \hline Lots of lines& like this.\\
352 \hline Lots of lines& like this.\\
353 \hline Lots of lines& like this.\\
354 \hline Lots of lines& like this.\\
355 \hline Lots of lines& like this.\\
356 \hline Lots of lines& like this.\\
357 \hline Lots of lines& like this.\\
358 \hline Lots of lines& like this.\\
359 \hline Lots of lines& like this.\\
360 \hline Lots of lines& like this.\\
361 \hline Lots of lines& like this.\\
362 \hline Lots of lines& like this.\\
363 \hline Lots of lines& like this.\\
364 \hline Lots of lines& like this.\\
365 \hline Lots of lines& like this.\\
366 \hline Lots of lines& like this.\\
367 \hline Lots of lines& like this.\\
368 \hline Lots of lines& like this.\\
369 \hline Lots of lines& like this.\\
370 \hline Lots of lines& like this.\\
371 \hline Lots of lines& like this.\\
372 \hline Lots of lines& like this.\\
373 \hline
374 \end{longtable}
375
376 A table*:
377
378 \begin{tabular*} % some comment
379 {0.8\columnwidth}[b]{lr}
380 two\\
381 \begin{turn}{-50}lonely\end{turn}&\begin{sideways}lines\end{sideways}
382 \end{tabular*}
383
384 A booktabs table:
385
386 \begin{table}[h]
387 \caption{\label{tab:Special-booktabs-table}Special booktabs-table}
388
389
390 \centering{}%
391 \begin{tabular}{cccc}
392 \toprule 
393 System & Chip\,1 & \multicolumn{2}{c}{Chip\,2}\tabularnewline
394 \cmidrule(r){2-2}\cmidrule(l){3-4}\morecmidrules \cmidrule{2-4}Detector
395 thickness in \textmu{}m & 300 & 300 & 700\tabularnewline
396 \midrule 
397 Edge angle in \textdegree{} & 3.55 & 2.71 & 7.99\tabularnewline
398 \addlinespace
399 Spatial resolution in \textmu{}m & 4.26 & 10.17 & 10.56\tabularnewline
400 \addlinespace
401 MTF at $f_{\mathrm{max}}$ & 0.53 & 0.37 & 0.39\tabularnewline
402 \midrule 
403 \morecmidrules \cmidrule{3-4}LSF-spatial resolution &  &  & \tabularnewline
404 in \textmu{}m & 129.7 & 52.75 & 50.78\tabularnewline
405 in \% of pixel size & 76.3 & 95.9 & 92.3\tabularnewline
406 \bottomrule
407 \end{tabular}
408 \end{table}
409
410
411 \section{Macros}
412
413 LyX supports several kinds of macros:
414 def \def\macroa#1{a #1 a}
415 global def \global\def\macrob#1{b #1 b}
416 long def \long\def\macroc#1{c #1 c}
417 global long def \global\long\def\macrod#1{d #1 d}
418 providecommand \providecommand{\macroe}[1]{e #1 e}
419 providecommand* \providecommand*{\macrof}[1]{f #1 f}
420 newcommand \newcommand{\macrog}[1]{g #1 g}
421 renewcommand \renewcommand{\macrog}[1]{h #1 h}
422 newcommand* \newcommand*{\macroi}[1]{i #1 i}
423 renewcommand* \renewcommand*{\macroi}[1]{j #1 j}
424 providecommandx \providecommandx{\macrok}[1]{k #1 k}
425 providecommandx* \providecommandx*{\macrok}[1]{l #1 l}
426 newcommandx \newcommandx{\macrom}[1]{m #1 m}
427 renewcommandx \renewcommandx{\macrom}[1]{n #1 n}
428 newcommandx* \newcommandx*{\macroo}[1]{o #1 o}
429 renewcommandx* \renewcommandx*{\macroo}[1]{p #1 p}
430 DeclareRobustCommand \DeclareRobustCommand{\macroq}[1]{q #1 q}
431 DeclareRobustCommand* \DeclareRobustCommand*{\macror}[1]{r #1 r}
432 DeclareRobustCommandx \DeclareRobustCommandx{\macros}[1]{s #1 s}
433 DeclareRobustCommandx* \DeclareRobustCommandx*{\macrot}[1]{t #1 t}
434
435 Now use them all:
436 \macroa{x} \macrob{x} \macroc{x} \macrod{x} \macroe{x} \macrof{x} \macrog{x}
437 \macroi{x} \macrok{x} \macrom{x} \macroo{x} \macroq{x} \macror{x}
438 The following tow don't work, but they should???
439 %\macros{x} \macrot{x}
440
441
442 \section{Special formattings\index{Special formattings}}
443
444 \subsection{LyX line}
445
446 test
447
448 {\tiny \lyxline{\tiny}}{\tiny \par}
449
450 test {\Huge Test} {\tiny test} test
451
452 \lyxline{\normalsize}
453
454 test
455
456 {\Huge \lyxline{\Huge}}{\Huge \par}
457
458
459 \subsection{rules}
460
461 test\rule[0.001\textwidth]{1\columnwidth}{0.05\textheight}
462
463 test
464
465 \rule[0.5ex]{1\columnwidth}{1pt}
466
467 \noindent \rule{1ex}{0.5cc}test
468
469 \textcolor{red}{\rule[-4ex]{5in}{1cm}}
470
471
472 \subsection{Phantoms}
473
474 test\phantom{Wow}test
475
476 test\hphantom{\textcolor{green}{W}\textbf{ow}\textsuperscript{Wow}}test
477
478 test\vphantom{Wow\textbackslash{}\&\%}test
479
480 $test\hphantom{Wow}test$
481
482 \[
483 test\phantom{\textcolor{green}{W}\mathbf{ow}\textsuperscript{Wow}}test
484 \]
485
486
487 $test\vphantom{Wow\&\%}test$
488
489
490 \subsection{Line breaks\sindex[breaks]{Line breaks}}
491
492 They can also or be broken by a newline\\
493 or by a starred newline \\*
494 or by a newline with space, comment and argument \\ %hu
495 [3cm]
496 or by a newline command \newline
497 or by a line break \linebreak
498 or by a defined line break \linebreak % again with a comment
499         [4]
500
501 There are even newlines with weird arguments, but these are not
502 handled by LyX\\*[1cm]
503 so we try to use ERT in this case.
504
505 \subsection{Page breaks\sindex[breaks]{Page breaks}}
506
507 They can also or be broken by a newpage \newpage
508 or by a page break \pagebreak
509 or by a defined page break \pagebreak % again with a comment
510         [4]
511
512 \section{Special characters\index{Special characters}}
513
514 Then one has those macros with a long name for a short meaning, like
515 \textasciitilde, \textasciicircum{} or \textbackslash{}, \slash{},
516 \nobreakdash- and the characters
517 that LaTeX wants to espace because they are active, like \_\&\#\$\{\}\%.
518
519 And what about special characters like hyphe\-nation mark,
520 ellipsis\ldots, and end-of-sentence\@. LyX also supports a menu
521 separator\lyxarrow{}and a spif\textcompwordmark{}fy ligature break.
522
523 LyX translates the phrases LyX, TeX, LaTeX2e and LaTeX
524 to the commands \LyX{}, \TeX{}, \LaTeXe{} and \LaTeX{}.
525 If these phrases occur as part of other words (like 1LyX or aTeX or LaTeX3)
526 they should not be put into ERT.
527
528 Test for whitespace handling of commands: The following lines should
529 result in identical output:
530
531 builtin \textasciicircum{} unicodesymbols \j{} user \mycommand{} xx\par
532 builtin \textasciicircum {} unicodesymbols \j {} user \mycommand{} xx\par
533 builtin \textasciicircum % with a comment
534 {} unicodesymbols \j % and a second one
535 {} user \mycommand % and another
536 {} xx
537
538 A sub\textsubscript{sc\emph{ript}} and super\textsuperscript{script
539 with $a^2+b^2=c^2$ math}.
540
541 \section{Mathematics\index{Mathematics}}
542
543 Let $f:\left[  a,b\right]  \rightarrow%
544 %TCIMACRO{\U{211d} }%
545 %BeginExpansion
546 \mathbb{R}
547 %EndExpansion
548 $.
549
550 \printindex{}
551
552 \printnomenclature hello
553
554 \settowidth{\nomlabelwidth}{URL2}
555 \printnomenclature{}
556
557 \printnomenclature[0.02\linewidth]{}
558
559 \end{document}