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