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