]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-insets.tex
Update tex2lyx test cases
[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 XFig drawings:
148
149 \input{xfigtest.pstex_t}
150
151 and PDF pages:
152
153 \includepdf[pages=-,angle=22,origin=Bl,width=5cm,height=40mm,keepaspectratio]{../../../lib/examples/beamer-icsi-logo}
154
155 If you prefer verbatim input, you can choose
156 between~\verbatiminput{foo} or~\verbatiminput*{foo}.
157
158
159 \section{URLs and Hyperlinks\index{URL}\nomenclature[www]{URL}{uniform resource locator}}
160
161 An URL: \url{http://www.lyx.org} \nomenclature{URL2}{uniform resource locator}
162
163 link:\href{http://www.test.test}{www.test.test}
164
165 link2:\href{http://www.test.test}{http://www.test.test}
166
167 mail:\href{mailto:www.test.test}{name}
168
169 file:\href{file:www.test.test}{www.test.test}
170
171 ftp:\href{ftp://www.test.test}{ftp://www.test.test}
172
173 ftp2:\href{ftp://www.test.test}{www.test.test}
174
175 parser test (stupid, but valid):\href{http://www.test.test}{\}}
176
177 parser test (escaped):\href{http://www.test.test}{a brace \} and another one \{ and something}
178
179
180 \section{Lists\index{Lists}}
181
182 \listoffigures
183 \listoftables
184
185
186 \section{Listings}
187
188 Inline: \lstinline[language={C++},keywordstyle={\color{green}}]!int a=5;!\\
189 Float:
190
191 \begin{lstlisting}[caption={Example Listing float},label={lst:Example-Listing},language=Python]
192 # Example listing float
193 def func(param):
194     'this is a python function'
195     pass
196 \end{lstlisting}
197
198 Here is an example listing with left line numbering, step ``3'',
199 language ``Python'', options ``Extended character table'' and
200 ``Space~as~symbol'', range lines 3\,-\,8:
201
202 \begin{lstlisting}[extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3]
203 def func(param):
204     'this is a python function'
205     pass
206 def func(param):
207 'This is a German word: Tschüß'
208 pass
209 def func(param):
210 'this is a python function'
211 pass
212 \end{lstlisting}
213
214 Special cases:
215 \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]
216 hello
217 \end{lstlisting}
218
219 \lstinline[language=TeX]!\begin{centering} hello!
220
221
222 \section{Graphics\index{Graphics}}
223
224 There is also some basic support for graphics, in the form
225 \includegraphics{foo.eps}, or the slightly more elaborate
226 \includegraphics[bb=10bp 0bp 96bp 96bp,clip,height=1cm, width=1cm]{foo.eps}.
227
228 \section{Tables\index{Tables}}
229
230 The following example is stolen from the longtable documentation.
231 Since tex2lyx does not understand the special verbatim code that
232 was used in the original some lines have been rewritten using
233 \textbackslash textbackslash etc.
234 \let\package\textsf
235 \let\env\textsf
236 \let\code\texttt
237 \providecommand\finalclearpage{\clearpage}
238
239 \begin{longtable}{@{*}r||p{1in}@{*}}
240 KILLED & LINE!!!! \kill
241 \caption
242 [An optional table caption (used in the list of tables)]
243 {A long table\label{long}}\\
244 \hline\hline
245 \multicolumn{2}{@{*}c@{*}}%
246      {This part appears at the top of the table}\\
247 \textsc{First}&\textsc{Second}\\
248 \hline\hline
249 \endfirsthead
250 \caption[]{(continued)}\\
251 \hline\hline
252 \multicolumn{2}{@{*}c@{*}}%
253       {This part appears at the top of every other page}\\
254 \textbf{First}&\textbf{Second}\\
255 \hline\hline
256 \endhead
257 \hline
258 This goes at the&bottom.\\
259 \hline
260 \endfoot
261 \hline
262 These lines will&appear\\
263 in place of the & usual foot\\
264 at the end& of the table\\
265 \hline
266 \endlastfoot
267 \env{longtable}  columns  are specified& in the \\
268 same way as  in the \env{tabular}& environment.\\
269 \code{@\{*\}r||p\{1in\}@\{*\}}& in this case.\\
270 Each row ends with a& \code{\textbackslash\textbackslash} command.\\
271 The \code{\textbackslash\textbackslash} command  has an& optional\\
272 argument, just as in& the\\
273  \env{tabular}&environment.\\[10pt]
274 See the effect of \code{\textbackslash\textbackslash[10pt]}&?\\
275 Lots of lines& like this.\\
276 Lots of lines& like this.\\
277 Lots of lines& like this.\\
278 Lots of lines& like this.\\
279 Also \code{\textbackslash hline} may be used,&  as in \env{tabular}.\\
280 \hline
281 That  was a \code{\textbackslash hline}&.\\
282 \hline\hline
283 That  was \code{\textbackslash hline\textbackslash hline}&.\\
284 \multicolumn{2}{||c||}%
285 {This is a \code{\textbackslash multicolumn\{2\}\{||c||\}}}\\
286 If a  page break  occurs at a \code{\textbackslash hline} then& a line is drawn\\
287 at the bottom of one  page  and at the& top of the next.\\
288 \hline
289 The \code{[t] [b] [c]} argument of \env{tabular}& can  not be used.\\
290 The optional argument may be  one of& \code{[l] [r] [c]}\\
291 to specify whether  the  table  should be& adjusted\\
292 to the  left, right& or centrally.\\
293 \hline\hline
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 Lots of lines& like this.\\
311 Lots of lines& like this.\\
312 Lots of lines& like this.\\
313 Lots of lines& like this.\\
314 Some lines may take up a lot of space, like this: &
315     \raggedleft This last column is a ``p'' column so this
316     ``row'' of the table can take up several lines. Note however that
317     \TeX\ will  never break a page within such a row. Page breaks only
318     occur between rows of the table or at \code{\textbackslash hline} commands.
319     \tabularnewline
320 Lots of lines& like this.\\
321 Lots of lines& like this.\\
322 Lots of lines& like this.\\
323 Lots of lines& like this.\\
324 Lots of lines& like this.\\
325 Lots of lines& like this.\\
326 Lots of lines& like this.\\
327 \hline
328 Lots\footnote{This is a footnote.} of lines& like this.\\
329 Lots   of   lines& like this\footnote{\env{longtable} takes special
330     precautions, so that footnotes may also be used in `p' columns.}\\
331 \hline
332 Lots of lines& like this.\\
333 Lots of lines& like this.
334 \end{longtable}
335
336 From bug 7412 another example with more captions (can currently not produced in LyX):
337 \begin{longtable}{|l|l|}
338 \caption{A long table}
339 \endfirsthead
340 \caption{A long table -- continued}
341 \endhead
342 \multicolumn{2}{r}{{Continued on next page}}
343 \tabularnewline
344 \endfoot
345 \endlastfoot
346 \hline
347 \multicolumn{1}{|c|}{Something} & \multicolumn{1}{c|}{Description}\tabularnewline
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 Lots of lines& like this.\\
386 \hline Lots of lines& like this.\\
387 \hline Lots of lines& like this.\\
388 \hline Lots of lines& like this.\\
389 \hline
390 \end{longtable}
391
392 A table*:
393
394 \begin{tabular*} % some comment
395 {0.8\columnwidth}[b]{lr}
396 two\\
397 \begin{turn}{-50}lonely\end{turn}&\begin{sideways}lines\end{sideways}
398 \end{tabular*}
399
400 A booktabs table:
401
402 \begin{table}[h]
403 \caption{\label{tab:Special-booktabs-table}Special booktabs-table}
404
405
406 \centering{}%
407 \begin{tabular}{cccc}
408 \toprule 
409 System & Chip\,1 & \multicolumn{2}{c}{Chip\,2}\tabularnewline
410 \cmidrule(r){2-2}\cmidrule(l){3-4}\morecmidrules \cmidrule{2-4}Detector
411 thickness in \textmu{}m & 300 & 300 & 700\tabularnewline
412 \midrule 
413 Edge angle in \textdegree{} & 3.55 & 2.71 & 7.99\tabularnewline
414 \addlinespace
415 Spatial resolution in \textmu{}m & 4.26 & 10.17 & 10.56\tabularnewline
416 \addlinespace
417 MTF at $f_{\mathrm{max}}$ & 0.53 & 0.37 & 0.39\tabularnewline
418 \midrule 
419 \morecmidrules \cmidrule{3-4}LSF-spatial resolution &  &  & \tabularnewline
420 in \textmu{}m & 129.7 & 52.75 & 50.78\tabularnewline
421 in \% of pixel size & 76.3 & 95.9 & 92.3\tabularnewline
422 \bottomrule
423 \end{tabular}
424 \end{table}
425
426
427 \section{Macros}
428
429 LyX supports several kinds of macros:
430 def \def\macroa#1{a #1 a}
431 global def \global\def\macrob#1{b #1 b}
432 long def \long\def\macroc#1{c #1 c}
433 global long def \global\long\def\macrod#1{d #1 d}
434 providecommand \providecommand{\macroe}[1]{e #1 e}
435 providecommand* \providecommand*{\macrof}[1]{f #1 f}
436 newcommand \newcommand{\macrog}[1]{g #1 g}
437 renewcommand \renewcommand{\macrog}[1]{h #1 h}
438 newcommand* \newcommand*{\macroi}[1]{i #1 i}
439 renewcommand* \renewcommand*{\macroi}[1]{j #1 j}
440 providecommandx \providecommandx{\macrok}[1]{k #1 k}
441 providecommandx* \providecommandx*{\macrok}[1]{l #1 l}
442 newcommandx \newcommandx{\macrom}[1]{m #1 m}
443 renewcommandx \renewcommandx{\macrom}[1]{n #1 n}
444 newcommandx* \newcommandx*{\macroo}[1]{o #1 o}
445 renewcommandx* \renewcommandx*{\macroo}[1]{p #1 p}
446 DeclareRobustCommand \DeclareRobustCommand{\macroq}[1]{q #1 q}
447 DeclareRobustCommand* \DeclareRobustCommand*{\macror}[1]{r #1 r}
448 DeclareRobustCommandx \DeclareRobustCommandx{\macros}[1]{s #1 s}
449 DeclareRobustCommandx* \DeclareRobustCommandx*{\macrot}[1]{t #1 t}
450
451 Now use them all:
452 \macroa{x} \macrob{x} \macroc{x} \macrod{x} \macroe{x} \macrof{x} \macrog{x}
453 \macroi{x} \macrok{x} \macrom{x} \macroo{x} \macroq{x} \macror{x}
454 The following tow don't work, but they should???
455 %\macros{x} \macrot{x}
456
457
458 \section{Special formattings\index{Special formattings}}
459
460 \subsection{LyX line}
461
462 test
463
464 {\tiny \lyxline{\tiny}}{\tiny \par}
465
466 test {\Huge Test} {\tiny test} test
467
468 \lyxline{\normalsize}
469
470 test
471
472 {\Huge \lyxline{\Huge}}{\Huge \par}
473
474
475 \subsection{rules}
476
477 test\rule[0.001\textwidth]{1\columnwidth}{0.05\textheight}
478
479 test
480
481 \rule[0.5ex]{1\columnwidth}{1pt}
482
483 \noindent \rule{1ex}{0.5cc}test
484
485 \textcolor{red}{\rule[-4ex]{5in}{1cm}}
486
487
488 \subsection{Phantoms}
489
490 test\phantom{Wow}test
491
492 test\hphantom{\textcolor{green}{W}\textbf{ow}\textsuperscript{Wow}}test
493
494 test\vphantom{Wow\textbackslash{}\&\%}test
495
496 $test\hphantom{Wow}test$
497
498 \[
499 test\phantom{\textcolor{green}{W}\mathbf{ow}\textsuperscript{Wow}}test
500 \]
501
502
503 $test\vphantom{Wow\&\%}test$
504
505
506 \subsection{Line breaks\sindex[breaks]{Line breaks}}
507
508 They can also or be broken by a newline\\
509 or by a starred newline \\*
510 or by a newline with space, comment and argument \\ %hu
511 [3cm]
512 or by a newline command \newline
513 or by a line break \linebreak
514 or by a defined line break \linebreak % again with a comment
515         [4]
516
517 There are even newlines with weird arguments, but these are not
518 handled by LyX\\*[1cm]
519 so we try to use ERT in this case.
520
521 \subsection{Page breaks\sindex[breaks]{Page breaks}}
522
523 They can also or be broken by a newpage \newpage
524 or by a page break \pagebreak
525 or by a defined page break \pagebreak % again with a comment
526         [4]
527
528 \section{Special characters\index{Special characters}}
529
530 Then one has those macros with a long name for a short meaning, like
531 \textasciitilde, \textasciicircum{} or \textbackslash{}, \slash{},
532 \nobreakdash- and the characters
533 that LaTeX wants to espace because they are active, like \_\&\#\$\{\}\%.
534
535 And what about special characters like hyphe\-nation mark,
536 ellipsis\ldots, and end-of-sentence\@. LyX also supports a menu
537 separator\lyxarrow{}and a spif\textcompwordmark{}fy ligature break.
538
539 LyX translates the phrases LyX, TeX, LaTeX2e and LaTeX
540 to the commands \LyX{}, \TeX{}, \LaTeXe{} and \LaTeX{}.
541 If these phrases occur as part of other words (like 1LyX or aTeX or LaTeX3)
542 they should not be put into ERT.
543
544 Test for whitespace handling of commands: The following lines should
545 result in identical output:
546
547 builtin \textasciicircum{} unicodesymbols \j{} user \mycommand{} xx\par
548 builtin \textasciicircum {} unicodesymbols \j {} user \mycommand{} xx\par
549 builtin \textasciicircum % with a comment
550 {} unicodesymbols \j % and a second one
551 {} user \mycommand % and another
552 {} xx
553
554 A sub\textsubscript{sc\emph{ript}} and super\textsuperscript{script
555 with $a^2+b^2=c^2$ math}.
556
557 \section{Mathematics\index{Mathematics}}
558
559 Let $f:\left[  a,b\right]  \rightarrow%
560 %TCIMACRO{\U{211d} }%
561 %BeginExpansion
562 \mathbb{R}
563 %EndExpansion
564 $.
565
566 \printindex{}
567
568 \printnomenclature hello
569
570 \settowidth{\nomlabelwidth}{URL2}
571 \printnomenclature{}
572
573 \printnomenclature[0.02\linewidth]{}
574
575 \end{document}