]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-insets.tex
Improve tex2lyx roundtrip of test-insets.tex:
[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 \usepackage{varioref}
20 \usepackage{prettyref}
21 \usepackage{makeidx}
22
23 \usepackage{graphicx}
24 \usepackage{longtable}
25
26 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
27 \providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
28 \newcommand{\lyxline}[1][1pt]{%
29   \par\noindent%
30   \rule[.5ex]{\linewidth}{#1}\par}
31
32 \newcommand{\lyxarrow}{\leavevmode\,$\triangleright$\,\allowbreak}
33
34 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
35 \usepackage{subscript} % user specified as long as tex2lyx
36 % produces a format less than 408
37
38 \def\mycommand{\textquestiondown}
39
40 \begin{document}
41
42 \tableofcontents
43
44 \noindent This paragraph is not indented.
45
46 \section{References\index{References}}
47
48 Let's start with simple things: a label~\label{lab:test} and a
49 reference~\ref{lab:test}; note that I have tested ``unbreakable
50 space'' without warning (and worse than that, I just tested english
51 quotes too...).
52
53 Of course there are other kind of references, like page
54 reference~\pageref{lab:test}, but also equation
55 reference~\eqref{lab:test} (from amsmath package), or varioref's
56 equivalents~\vref{lab:test} and~\vpageref{lab:test}, without
57 forgetting pretty references like~\prettyref{lab:test}.
58
59 \section{Cites\index{Cites}}
60
61 Let's start with simple things: a \textbackslash{}cite: \cite[after]{article-crossref}
62 and two \textbackslash{}cites: \cite[after]{whole-set,article-crossref}
63
64 Now the natbib things:
65
66 \textbackslash{}citet: \citet[before][after]{article-crossref} \textbackslash{}citet{*}:
67 \citet*[before][after]{article-crossref} \textbackslash{}Citet: \Citet[before][after]{article-crossref}
68 \textbackslash{}Citet{*}: \Citet*[before][after]{article-crossref}
69
70 \textbackslash{}citep: \citep[before][after]{article-crossref} \textbackslash{}citep{*}:
71 \citep*[before][after]{article-crossref} \textbackslash{}Citep: \Citep[before][after]{article-crossref}
72 \textbackslash{}Citep{*}: \Citep*[before][after]{article-crossref}
73
74 \textbackslash{}citealt: \citealt[before][after]{article-crossref}
75 \textbackslash{}citealt{*}: \citealt*[before][after]{article-crossref}
76 \textbackslash{}Citealt: \Citealt[before][after]{article-crossref}
77 \textbackslash{}Citealt{*}: \Citealt*[before][after]{article-crossref}
78
79 \textbackslash{}citealp: \citealp[before][after]{article-crossref}
80 \textbackslash{}citealp{*}: \citealp*[before][after]{article-crossref}
81 \textbackslash{}Citealp: \Citep[before][after]{article-crossref}
82 \textbackslash{}Citealp{*}: \Citealp*[before][after]{article-crossref}
83
84 \textbackslash{}citeauthor: \citeauthor[before][after]{article-crossref}
85 \textbackslash{}citeauthor{*}: \citeauthor*[before][after]{article-crossref}
86 \textbackslash{}Citeauthor: \Citeauthor[before][after]{article-crossref}
87 \textbackslash{}Citeauthor{*}: \Citeauthor*[before][after]{article-crossref}
88
89 \textbackslash{}citeyear: \citeyear[before][after]{article-crossref}
90
91 \textbackslash{}citeyearpar: \citeyearpar[before][after]{article-crossref} 
92
93 \textbackslash{}nocite: \nocite{article-crossref}
94
95 \bibliographystyle{unsrt}
96 % Remove duplicate call of \bibliography since LaTeX throws an error.
97 % \bibliography{xampl}
98
99 With \textbackslash{}nocite\{{*}\}:
100 \bibliographystyle{unsrt}
101 \nocite{*}
102 \bibliography{xampl}
103
104 \section{Input files\index{Input files}}
105
106 We can input files too, like this \input{DummyDocument}, or with the include
107 variant \include{DummyDocument} % unfortunately, including the doc twice
108 % generates a multiply defined label
109
110 If you prefer verbatim input, you can choose
111 between~\verbatiminput{foo} or~\verbatiminput*{foo}.
112
113 \section{URL\index{URL}\nomenclature[www]{URL}{uniform resource locator}}
114
115 An URL: \url{http://www.lyx.org}
116 \nomenclature{URL2}{uniform resource locator}
117
118 \section{Lists\index{Lists}}
119
120 \listoffigures
121 \listoftables
122
123 \section{Graphics\index{Graphics}}
124
125 There is also some basic support for graphics, in the form
126 \includegraphics{foo.eps}, or the slightly more elaborate
127 \includegraphics[bb=10bp 0bp 96bp 96bp,clip,height=1cm, width=1cm]{foo.eps}.
128
129 \section{Tables\index{Tables}}
130
131 The following example is stolen from the longtable documentation.
132 Since tex2lyx does not understand the special verbatim code that
133 was used in the original some lines have been rewritten using
134 \textbackslash textbackslash etc.
135 \let\package\textsf
136 \let\env\textsf
137 \let\code\texttt
138 \providecommand\finalclearpage{\clearpage}
139
140 \begin{longtable}{@{*}r||p{1in}@{*}}
141 KILLED & LINE!!!! \kill
142 \caption
143 [An optional table caption (used in the list of tables)]
144 {A long table\label{long}}\\
145 \hline\hline
146 \multicolumn{2}{@{*}c@{*}}%
147      {This part appears at the top of the table}\\
148 \textsc{First}&\textsc{Second}\\
149 \hline\hline
150 \endfirsthead
151 \caption[]{(continued)}\\
152 \hline\hline
153 \multicolumn{2}{@{*}c@{*}}%
154       {This part appears at the top of every other page}\\
155 \textbf{First}&\textbf{Second}\\
156 \hline\hline
157 \endhead
158 \hline
159 This goes at the&bottom.\\
160 \hline
161 \endfoot
162 \hline
163 These lines will&appear\\
164 in place of the & usual foot\\
165 at the end& of the table\\
166 \hline
167 \endlastfoot
168 \env{longtable}  columns  are specified& in the \\
169 same way as  in the \env{tabular}& environment.\\
170 %\code{@\{*\}r||p\{1in\}@\{*\}}& in this case.\\
171 Each row ends with a& \code{\textbackslash\textbackslash} command.\\
172 The \code{\textbackslash\textbackslash} command  has an& optional\\
173 argument, just as in& the\\
174  \env{tabular}&environment.\\[10pt]
175 See the effect of \code{\textbackslash\textbackslash[10pt]}&?\\
176 Lots of lines& like this.\\
177 Lots of lines& like this.\\
178 Lots of lines& like this.\\
179 Lots of lines& like this.\\
180 Also \code{\textbackslash hline} may be used,&  as in \env{tabular}.\\
181 \hline
182 That  was a \code{\textbackslash hline}&.\\
183 \hline\hline
184 That  was \code{\textbackslash hline\textbackslash hline}&.\\
185 \multicolumn{2}{||c||}%
186 {This is a \code{\textbackslash multicolumn\{2\}\{||c||\}}}\\
187 If a  page break  occurs at a \code{\textbackslash hline} then& a line is drawn\\
188 at the bottom of one  page  and at the& top of the next.\\
189 \hline
190 The \code{[t] [b] [c]} argument of \env{tabular}& can  not be used.\\
191 The optional argument may be  one of& \code{[l] [r] [c]}\\
192 to specify whether  the  table  should be& adjusted\\
193 to the  left, right& or centrally.\\
194 \hline\hline
195 Lots of lines& like this.\\
196 Lots of lines& like this.\\
197 Lots of lines& like this.\\
198 Lots of lines& like this.\\
199 Lots of lines& like this.\\
200 Lots of lines& like this.\\
201 Lots of lines& like this.\\
202 Lots of lines& like this.\\
203 Lots of lines& like this.\\
204 Lots of lines& like this.\\
205 Lots of lines& like this.\\
206 Lots of lines& like this.\\
207 Lots of lines& like this.\\
208 Lots of lines& like this.\\
209 Lots of lines& like this.\\
210 Lots of lines& like this.\\
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 Some lines may take up a lot of space, like this: &
216     \raggedleft This last column is a ``p'' column so this
217     ``row'' of the table can take up several lines. Note however that
218     \TeX\ will  never break a page within such a row. Page breaks only
219     occur between rows of the table or at \code{\textbackslash hline} commands.
220     \tabularnewline
221 Lots of lines& like this.\\
222 Lots of lines& like this.\\
223 Lots of lines& like this.\\
224 Lots of lines& like this.\\
225 Lots of lines& like this.\\
226 Lots of lines& like this.\\
227 Lots of lines& like this.\\
228 \hline
229 Lots\footnote{This is a footnote.} of lines& like this.\\
230 Lots   of   lines& like this\footnote{\env{longtable} takes special
231     precautions, so that footnotes may also be used in `p' columns.}\\
232 \hline
233 Lots of lines& like this.\\
234 Lots of lines& like this.
235 \end{longtable}
236
237 \section{Macros}
238
239 LyX supports several kinds of macros:
240 def \def\macroa#1{a #1 a}
241 global def \global\def\macrob#1{b #1 b}
242 long def \long\def\macroc#1{c #1 c}
243 global long def \global\long\def\macrod#1{d #1 d}
244 providecommand \providecommand{\macroe}[1]{e #1 e}
245 newcommand \newcommand{\macrof}[1]{f #1 f}
246 renewcommand \renewcommand{\macrof}[1]{g #1 g}
247
248 Now use them all:
249 \macroa{x} \macrob{x} \macroc{x} \macrod{x} \macroe{x} \macrof{x}
250
251 \section{Special formattings\index{Special formattings}}
252
253 \subsection{LyX line}
254
255 test
256
257 {\tiny \lyxline{\tiny}}{\tiny \par}
258
259 test {\Huge Test} {\tiny test} test
260
261 \lyxline{\normalsize}
262
263 test
264
265 {\Huge \lyxline{\Huge}}{\Huge \par}
266
267 test
268
269 \subsection{Line breaks}
270
271 They can also or be broken by a newline\\
272 or by a starred newline \\*
273 or by a newline with space, comment and argument \\ %hu
274 [3cm]
275 or by a newline command \newline
276 or by a line break \linebreak
277 or by a defined line break \linebreak % again with a comment
278         [4]
279
280 There are even newlines with weird arguments, but these are not
281 handled by LyX\\*[1cm]
282 so we try to use ERT in this case.
283
284 \subsection{Page breaks}
285
286 They can also or be broken by a newpage \newpage
287 or by a page break \pagebreak
288 or by a defined page break \pagebreak % again with a comment
289         [4]
290
291 \section{Special characters\index{Special characters}}
292
293 Then one has those macros with a long name for a short meaning, like
294 \textasciitilde, \textasciicircum{} or \textbackslash{}, \slash{},
295 \nobreakdash- and the characters
296 that LaTeX wants to espace because they are active, like \_\&\#\$\{\}\%.
297
298 And what about special characters like hyphe\-nation mark,
299 ellipsis\ldots, and end-of-sentence\@. LyX also supports a menu
300 separator\lyxarrow{}and a spif\textcompwordmark{}fy ligature break.
301
302 LyX translates the phrases LyX, TeX, LaTeX2e and LaTeX
303 to the commands \LyX{}, \TeX{}, \LaTeXe{} and \LaTeX{}.
304 If these phrases occur as part of other words (like 1LyX or aTeX or LaTeX3)
305 they should not be put into ERT.
306
307 Test for whitespace handling of commands: The following lines should
308 result in identical output:
309
310 builtin \textasciicircum{} unicodesymbols \j{} user \mycommand{} xx\par
311 builtin \textasciicircum {} unicodesymbols \j {} user \mycommand{} xx\par
312 builtin \textasciicircum % with a comment
313 {} unicodesymbols \j % and a second one
314 {} user \mycommand % and another
315 {} xx
316
317 A sub\textsubscript{sc\emph{ript}} and super\textsuperscript{script
318 with $a^2+b^2=c^2$ math}.
319
320 \printindex{}
321
322 \printnomenclature{}
323
324 \end{document}