]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-insets.tex
do not hardcode packages loaded by external insets
[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 \usepackage{xargs}
28 \usepackage{subscript}
29
30 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
31 \providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
32 \newcommand{\lyxline}[1][1pt]{%
33   \par\noindent%
34   \rule[.5ex]{\linewidth}{#1}\par}
35
36 \newcommand{\lyxarrow}{\leavevmode\,$\triangleright$\,\allowbreak}
37
38 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
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 % Remove duplicate call of \bibliography since LaTeX throws an error.
98 %\bibliographystyle{unsrt}
99 % \bibliography{xampl}
100
101 With \textbackslash{}nocite\{{*}\}:
102 \bibliographystyle{unsrt}
103 \nocite{*}
104 \bibliography{xampl}
105
106 From bug 7306:
107 \citet{gur+04} have demonstrated that authors should not have umlauts
108 in their names. It's OK to use them in the man\"{u}script, though.
109 \begin{thebibliography}{References}
110 \bibitem[{{G\"{u}rkan et~al.}(2004)}]{gur+04} Gürkan, M.~A., Freitag,
111 M., \& Rasio, F.~A. 2004, ApJ, 604, 632\end{thebibliography}
112
113
114 \section{Input files\index{Input files}}
115
116 We can input files too, like this \input{DummyDocument}, or with the include
117 variant \include{DummyDocument} % unfortunately, including the doc twice generates a multiply defined label
118
119 We can also import chess diagrams:
120
121 \loadgame{../../../lib/examples/iecc05}\showboard
122
123 Spreadsheets:
124
125 \def\inputGnumericTable{}\input{../../../lib/examples/longsheet.gnumeric}
126
127 and PDF pages:
128
129 \includepdf[pages=-,angle=22,origin=Bl,width=5cm,height=40mm,keepaspectratio]{../../../lib/examples/beamer-icsi-logo}
130
131 If you prefer verbatim input, you can choose
132 between~\verbatiminput{foo} or~\verbatiminput*{foo}.
133
134
135 \section{URLs and Hyperlinks\index{URL}\nomenclature[www]{URL}{uniform resource locator}}
136
137 An URL: \url{http://www.lyx.org} \nomenclature{URL2}{uniform resource locator}
138
139 link:\href{http://www.test.test}{www.test.test}
140
141 link2:\href{http://www.test.test}{http://www.test.test}
142
143 mail:\href{mailto:www.test.test}{name}
144
145 file:\href{file:www.test.test}{www.test.test}
146
147 ftp:\href{ftp://www.test.test}{ftp://www.test.test}
148
149 ftp2:\href{ftp://www.test.test}{www.test.test}
150
151
152 \section{Lists\index{Lists}}
153
154 \listoffigures
155 \listoftables
156
157
158 \section{Graphics\index{Graphics}}
159
160 There is also some basic support for graphics, in the form
161 \includegraphics{foo.eps}, or the slightly more elaborate
162 \includegraphics[bb=10bp 0bp 96bp 96bp,clip,height=1cm, width=1cm]{foo.eps}.
163
164 \section{Tables\index{Tables}}
165
166 The following example is stolen from the longtable documentation.
167 Since tex2lyx does not understand the special verbatim code that
168 was used in the original some lines have been rewritten using
169 \textbackslash textbackslash etc.
170 \let\package\textsf
171 \let\env\textsf
172 \let\code\texttt
173 \providecommand\finalclearpage{\clearpage}
174
175 \begin{longtable}{@{*}r||p{1in}@{*}}
176 KILLED & LINE!!!! \kill
177 \caption
178 [An optional table caption (used in the list of tables)]
179 {A long table\label{long}}\\
180 \hline\hline
181 \multicolumn{2}{@{*}c@{*}}%
182      {This part appears at the top of the table}\\
183 \textsc{First}&\textsc{Second}\\
184 \hline\hline
185 \endfirsthead
186 \caption[]{(continued)}\\
187 \hline\hline
188 \multicolumn{2}{@{*}c@{*}}%
189       {This part appears at the top of every other page}\\
190 \textbf{First}&\textbf{Second}\\
191 \hline\hline
192 \endhead
193 \hline
194 This goes at the&bottom.\\
195 \hline
196 \endfoot
197 \hline
198 These lines will&appear\\
199 in place of the & usual foot\\
200 at the end& of the table\\
201 \hline
202 \endlastfoot
203 \env{longtable}  columns  are specified& in the \\
204 same way as  in the \env{tabular}& environment.\\
205 \code{@\{*\}r||p\{1in\}@\{*\}}& in this case.\\
206 Each row ends with a& \code{\textbackslash\textbackslash} command.\\
207 The \code{\textbackslash\textbackslash} command  has an& optional\\
208 argument, just as in& the\\
209  \env{tabular}&environment.\\[10pt]
210 See the effect of \code{\textbackslash\textbackslash[10pt]}&?\\
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 Also \code{\textbackslash hline} may be used,&  as in \env{tabular}.\\
216 \hline
217 That  was a \code{\textbackslash hline}&.\\
218 \hline\hline
219 That  was \code{\textbackslash hline\textbackslash hline}&.\\
220 \multicolumn{2}{||c||}%
221 {This is a \code{\textbackslash multicolumn\{2\}\{||c||\}}}\\
222 If a  page break  occurs at a \code{\textbackslash hline} then& a line is drawn\\
223 at the bottom of one  page  and at the& top of the next.\\
224 \hline
225 The \code{[t] [b] [c]} argument of \env{tabular}& can  not be used.\\
226 The optional argument may be  one of& \code{[l] [r] [c]}\\
227 to specify whether  the  table  should be& adjusted\\
228 to the  left, right& or centrally.\\
229 \hline\hline
230 Lots of lines& like this.\\
231 Lots of lines& like this.\\
232 Lots of lines& like this.\\
233 Lots of lines& like this.\\
234 Lots of lines& like this.\\
235 Lots of lines& like this.\\
236 Lots of lines& like this.\\
237 Lots of lines& like this.\\
238 Lots of lines& like this.\\
239 Lots of lines& like this.\\
240 Lots of lines& like this.\\
241 Lots of lines& like this.\\
242 Lots of lines& like this.\\
243 Lots of lines& like this.\\
244 Lots of lines& like this.\\
245 Lots of lines& like this.\\
246 Lots of lines& like this.\\
247 Lots of lines& like this.\\
248 Lots of lines& like this.\\
249 Lots of lines& like this.\\
250 Some lines may take up a lot of space, like this: &
251     \raggedleft This last column is a ``p'' column so this
252     ``row'' of the table can take up several lines. Note however that
253     \TeX\ will  never break a page within such a row. Page breaks only
254     occur between rows of the table or at \code{\textbackslash hline} commands.
255     \tabularnewline
256 Lots of lines& like this.\\
257 Lots of lines& like this.\\
258 Lots of lines& like this.\\
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 \hline
264 Lots\footnote{This is a footnote.} of lines& like this.\\
265 Lots   of   lines& like this\footnote{\env{longtable} takes special
266     precautions, so that footnotes may also be used in `p' columns.}\\
267 \hline
268 Lots of lines& like this.\\
269 Lots of lines& like this.
270 \end{longtable}
271
272 From bug 7412 another example with more captions (can currently not produced in LyX):
273 \begin{longtable}{|l|l|}
274 \caption{A long table}
275 \endfirsthead
276 \caption{A long table -- continued}
277 \endhead
278 \multicolumn{2}{r}{{Continued on next page}}
279 \tabularnewline
280 \endfoot
281 \endlastfoot
282 \hline
283 \multicolumn{1}{|c|}{Something} & \multicolumn{1}{c|}{Description}\tabularnewline
284 \hline Lots of lines& like this.\\
285 \hline Lots of lines& like this.\\
286 \hline Lots of lines& like this.\\
287 \hline Lots of lines& like this.\\
288 \hline Lots of lines& like this.\\
289 \hline Lots of lines& like this.\\
290 \hline Lots of lines& like this.\\
291 \hline Lots of lines& like this.\\
292 \hline Lots of lines& like this.\\
293 \hline Lots of lines& like this.\\
294 \hline Lots of lines& like this.\\
295 \hline Lots of lines& like this.\\
296 \hline Lots of lines& like this.\\
297 \hline Lots of lines& like this.\\
298 \hline Lots of lines& like this.\\
299 \hline Lots of lines& like this.\\
300 \hline Lots of lines& like this.\\
301 \hline Lots of lines& like this.\\
302 \hline Lots of lines& like this.\\
303 \hline Lots of lines& like this.\\
304 \hline Lots of lines& like this.\\
305 \hline Lots of lines& like this.\\
306 \hline Lots of lines& like this.\\
307 \hline Lots of lines& like this.\\
308 \hline Lots of lines& like this.\\
309 \hline Lots of lines& like this.\\
310 \hline Lots of lines& like this.\\
311 \hline Lots of lines& like this.\\
312 \hline Lots of lines& like this.\\
313 \hline Lots of lines& like this.\\
314 \hline Lots of lines& like this.\\
315 \hline Lots of lines& like this.\\
316 \hline Lots of lines& like this.\\
317 \hline Lots of lines& like this.\\
318 \hline Lots of lines& like this.\\
319 \hline Lots of lines& like this.\\
320 \hline Lots of lines& like this.\\
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
326 \end{longtable}
327
328 A table*:
329
330 \begin{tabular*} % some comment
331 {0.8\columnwidth}[b]{lr}
332 two\\
333 lonely&lines
334 \end{tabular*}
335
336 A booktabs table:
337
338 \begin{table}[h]
339 \caption{\label{tab:Special-booktabs-table}Special booktabs-table}
340
341
342 \centering{}%
343 \begin{tabular}{cccc}
344 \toprule 
345 System & Chip\,1 & \multicolumn{2}{c}{Chip\,2}\tabularnewline
346 \cmidrule(r){2-2}\cmidrule(l){3-4}\morecmidrules \cmidrule{2-4}Detector
347 thickness in \textmu{}m & 300 & 300 & 700\tabularnewline
348 \midrule 
349 Edge angle in \textdegree{} & 3.55 & 2.71 & 7.99\tabularnewline
350 \addlinespace
351 Spatial resolution in \textmu{}m & 4.26 & 10.17 & 10.56\tabularnewline
352 \addlinespace
353 MTF at $f_{\mathrm{max}}$ & 0.53 & 0.37 & 0.39\tabularnewline
354 \midrule 
355 \morecmidrules \cmidrule{3-4}LSF-spatial resolution &  &  & \tabularnewline
356 in \textmu{}m & 129.7 & 52.75 & 50.78\tabularnewline
357 in \% of pixel size & 76.3 & 95.9 & 92.3\tabularnewline
358 \bottomrule
359 \end{tabular}
360 \end{table}
361
362
363 \section{Macros}
364
365 LyX supports several kinds of macros:
366 def \def\macroa#1{a #1 a}
367 global def \global\def\macrob#1{b #1 b}
368 long def \long\def\macroc#1{c #1 c}
369 global long def \global\long\def\macrod#1{d #1 d}
370 providecommand \providecommand{\macroe}[1]{e #1 e}
371 providecommand* \providecommand*{\macrof}[1]{f #1 f}
372 newcommand \newcommand{\macrog}[1]{g #1 g}
373 renewcommand \renewcommand{\macrog}[1]{h #1 h}
374 newcommand* \newcommand*{\macroi}[1]{i #1 i}
375 renewcommand* \renewcommand*{\macroi}[1]{j #1 j}
376 providecommandx \providecommandx{\macrok}[1]{k #1 k}
377 providecommandx* \providecommandx*{\macrok}[1]{l #1 l}
378 newcommandx \newcommandx{\macrom}[1]{m #1 m}
379 renewcommandx \renewcommandx{\macrom}[1]{n #1 n}
380 newcommandx* \newcommandx*{\macroo}[1]{o #1 o}
381 renewcommandx* \renewcommandx*{\macroo}[1]{p #1 p}
382 DeclareRobustCommand \DeclareRobustCommand{\macroq}[1]{q #1 q}
383 DeclareRobustCommand* \DeclareRobustCommand*{\macror}[1]{r #1 r}
384 DeclareRobustCommandx \DeclareRobustCommandx{\macros}[1]{s #1 s}
385 DeclareRobustCommandx* \DeclareRobustCommandx*{\macrot}[1]{t #1 t}
386
387 Now use them all:
388 \macroa{x} \macrob{x} \macroc{x} \macrod{x} \macroe{x} \macrof{x} \macrog{x}
389 \macroi{x} \macrok{x} \macrom{x} \macroo{x} \macroq{x} \macror{x}
390 The following tow don't work, but they should???
391 %\macros{x} \macrot{x}
392
393
394 \section{Special formattings\index{Special formattings}}
395
396 \subsection{LyX line}
397
398 test
399
400 {\tiny \lyxline{\tiny}}{\tiny \par}
401
402 test {\Huge Test} {\tiny test} test
403
404 \lyxline{\normalsize}
405
406 test
407
408 {\Huge \lyxline{\Huge}}{\Huge \par}
409
410
411 \subsection{rules}
412
413 test\rule[0.001\textwidth]{1\columnwidth}{0.05\textheight}
414
415 test
416
417 \rule[0.5ex]{1\columnwidth}{1pt}
418
419 \noindent \rule{1ex}{0.5cc}test
420
421 \textcolor{red}{\rule[-4ex]{5in}{1cm}}
422
423
424 \subsection{Phantoms}
425
426 test\phantom{Wow}test
427
428 test\hphantom{\textcolor{green}{W}\textbf{ow}\textsuperscript{Wow}}test
429
430 test\vphantom{Wow\textbackslash{}\&\%}test
431
432 $test\hphantom{Wow}test$
433
434 \[
435 test\phantom{\textcolor{green}{W}\mathbf{ow}\textsuperscript{Wow}}test
436 \]
437
438
439 $test\vphantom{Wow\&\%}test$
440
441
442 \subsection{Line breaks}
443
444 They can also or be broken by a newline\\
445 or by a starred newline \\*
446 or by a newline with space, comment and argument \\ %hu
447 [3cm]
448 or by a newline command \newline
449 or by a line break \linebreak
450 or by a defined line break \linebreak % again with a comment
451         [4]
452
453 There are even newlines with weird arguments, but these are not
454 handled by LyX\\*[1cm]
455 so we try to use ERT in this case.
456
457 \subsection{Page breaks}
458
459 They can also or be broken by a newpage \newpage
460 or by a page break \pagebreak
461 or by a defined page break \pagebreak % again with a comment
462         [4]
463
464 \section{Special characters\index{Special characters}}
465
466 Then one has those macros with a long name for a short meaning, like
467 \textasciitilde, \textasciicircum{} or \textbackslash{}, \slash{},
468 \nobreakdash- and the characters
469 that LaTeX wants to espace because they are active, like \_\&\#\$\{\}\%.
470
471 And what about special characters like hyphe\-nation mark,
472 ellipsis\ldots, and end-of-sentence\@. LyX also supports a menu
473 separator\lyxarrow{}and a spif\textcompwordmark{}fy ligature break.
474
475 LyX translates the phrases LyX, TeX, LaTeX2e and LaTeX
476 to the commands \LyX{}, \TeX{}, \LaTeXe{} and \LaTeX{}.
477 If these phrases occur as part of other words (like 1LyX or aTeX or LaTeX3)
478 they should not be put into ERT.
479
480 Test for whitespace handling of commands: The following lines should
481 result in identical output:
482
483 builtin \textasciicircum{} unicodesymbols \j{} user \mycommand{} xx\par
484 builtin \textasciicircum {} unicodesymbols \j {} user \mycommand{} xx\par
485 builtin \textasciicircum % with a comment
486 {} unicodesymbols \j % and a second one
487 {} user \mycommand % and another
488 {} xx
489
490 A sub\textsubscript{sc\emph{ript}} and super\textsuperscript{script
491 with $a^2+b^2=c^2$ math}.
492
493 \printindex{}
494
495 \printnomenclature hello
496
497 \settowidth{\nomlabelwidth}{URL2}
498 \printnomenclature{}
499
500 \printnomenclature[0.02\linewidth]{}
501
502 \end{document}