]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-insets.tex
Fix parsing of verbatim options (bug #9113)
[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{splitidx}
22 \makeindex
23 \newindex[Index]{idx}
24 \newindex[new]{new}
25 \newindex{test}
26 \usepackage{graphicx}
27 \usepackage{longtable}
28 \usepackage{xargs}
29 \usepackage{subscript}
30 \usepackage{rotating}
31 \usepackage{listings}
32 \usepackage{hyperref}
33 \usepackage{array}
34 \usepackage{booktabs}
35 \usepackage{multirow}
36 \usepackage{hhline}
37 \usepackage{dcolumn}
38 \usepackage{pdfpages}
39 \usepackage{textcomp}
40 \usepackage{amssymb}
41 \usepackage{color}
42 \usepackage[ps,mover]{lyxskak}
43 \usepackage{tipa}
44 \usepackage{tipx}
45 \usepackage{tone}
46
47 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% LyX specific LaTeX commands.
48 \providecommand{\LyX}{L\kern-.1667em\lower.25em\hbox{Y}\kern-.125emX\@}
49 \newcommand{\lyxline}[1][1pt]{%
50   \par\noindent%
51   \rule[.5ex]{\linewidth}{#1}\par}
52
53 \newcommand{\lyxarrow}{\leavevmode\,$\triangleright$\,\allowbreak}
54
55 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% User specified LaTeX commands.
56
57 % Load refstyle before prettyref so that prettyref wins.
58 % The real refstyle tests are in test-refstyle-theorems.tex.
59 \usepackage{refstyle}
60 \AtBeginDocument{\providecommand\secref[1]{\ref{sec:#1}}}
61 \usepackage{prettyref}
62
63 \def\mycommand{\textquestiondown}
64
65 \begin{document}
66
67 \title{Title}
68
69 \date %stupid stuff
70 {two days ago}
71
72 \maketitle
73
74 \tableofcontents
75 \lstlistoflistings
76
77 \noindent This paragraph is not indented.
78
79 \section{References\index{References}}
80
81 Let's start with simple things: a label~\label{lab:test} and a
82 reference~\ref{lab:test}; note that I have tested ``unbreakable
83 space'' without warning (and worse than that, I just tested english
84 quotes too...).
85
86 Of course there are other kind of references, like page
87 reference~\pageref{lab:test}, but also equation
88 reference~\eqref{lab:test} (from amsmath package), or varioref's
89 equivalents~\vref{lab:test} and~\vpageref{lab:test}, without
90 forgetting pretty references like~\prettyref{lab:test} as well as textual
91 references like~\nameref{lab:test}.
92 The command \secref{lab:test} will be parsed in ERT, since LyX
93 does not support refstyle and prettyref natively at the same time.
94
95 \section{Cites\index{Cites}}
96
97 Let's start with simple things: a \textbackslash{}cite: \cite[after]{article-crossref}
98 and two \textbackslash{}cites: \cite[after]{whole-set,article-crossref}
99
100 Now the natbib things:
101
102 \textbackslash{}citet: \citet[before][after]{article-crossref} \textbackslash{}citet{*}:
103 \citet*[before][after]{article-crossref} \textbackslash{}Citet: \Citet[before][after]{article-crossref}
104 \textbackslash{}Citet{*}: \Citet*[before][after]{article-crossref}
105
106 \textbackslash{}citep: \citep[before][after]{article-crossref} \textbackslash{}citep{*}:
107 \citep*[before][after]{article-crossref} \textbackslash{}Citep: \Citep[before][after]{article-crossref}
108 \textbackslash{}Citep{*}: \Citep*[before][after]{article-crossref}
109
110 \textbackslash{}citealt: \citealt[before][after]{article-crossref}
111 \textbackslash{}citealt{*}: \citealt*[before][after]{article-crossref}
112 \textbackslash{}Citealt: \Citealt[before][after]{article-crossref}
113 \textbackslash{}Citealt{*}: \Citealt*[before][after]{article-crossref}
114
115 \textbackslash{}citealp: \citealp[before][after]{article-crossref}
116 \textbackslash{}citealp{*}: \citealp*[before][after]{article-crossref}
117 \textbackslash{}Citealp: \Citep[before][after]{article-crossref}
118 \textbackslash{}Citealp{*}: \Citealp*[before][after]{article-crossref}
119
120 \textbackslash{}citeauthor: \citeauthor[before][after]{article-crossref}
121 \textbackslash{}citeauthor{*}: \citeauthor*[before][after]{article-crossref}
122 \textbackslash{}Citeauthor: \Citeauthor[before][after]{article-crossref}
123 \textbackslash{}Citeauthor{*}: \Citeauthor*[before][after]{article-crossref}
124
125 \textbackslash{}citeyear: \citeyear[before][after]{article-crossref}
126
127 \textbackslash{}citeyearpar: \citeyearpar[before][after]{article-crossref} 
128
129 \textbackslash{}nocite: \nocite{article-crossref}
130
131 % Remove duplicate call of \bibliography since LaTeX throws an error.
132 %\bibliographystyle{unsrt}
133 % \bibliography{xampl}
134
135 With \textbackslash{}nocite\{{*}\}:
136 \bibliographystyle{unsrt}
137 \nocite{*}
138 \bibliography{xampl}
139
140 From bug 7306:
141 \citet{gur+04} have demonstrated that authors should not have umlauts
142 in their names. It's OK to use them in the man\"{u}script, though.
143 \begin{thebibliography}{References}
144 \bibitem[M\"{o}stl et~al.(2010)]{Mostl2010} Gürkan, M.~A., Freitag,
145 M., \& Rasio, F.~A. 2004, ApJ, 604, 632
146 \bibitem[{{G\"{u}rkan et~al.}(2004)}]{gur+04} Gürkan, M.~A., Freitag,
147 M., \& Rasio, F.~A. 2004, ApJ, 604, 632\end{thebibliography}
148
149
150 \section{Input files\index{Input files}}
151
152 We can input files too, like this \input{DummyDocument}, or with the include
153 variant (tests quoting as well):
154 \include{\string"Dummy\space Document\string".tex}
155 \include{\string"Dummy Document\string".tex}
156 \include{\string"Dummy\string~Document\string"}
157 \include{\string"Dummy\string~Document\string".tex}
158 File names containg double quotes are not legal on windows, so no test file
159 is provided. Nevertheless, they are legal on unix, so we test at least the
160 parsing. File names containing spaces can not be handled by automake
161 (make dist would fail), so no test file is provided as well.
162 Since the files do not exist, the variants without extension would
163 not work (tex2lyx can't deduce the correct extension of nonexisting files).
164 \include{\string"Dummy\string"Document\string".tex}
165
166 We can also import chess diagrams:
167
168 \loadgame{../../../lib/examples/iecc05}\showboard
169
170 Spreadsheets:
171
172 \def\inputGnumericTable{}\input{../../../lib/examples/longsheet.tex}
173
174 XFig drawings:
175
176 \input{xfigtest.pstex_t}
177
178 and PDF pages:
179
180 \includepdf[pages=-,angle=22,origin=Bl,width=5cm,height=40mm,keepaspectratio]{../../../lib/examples/beamer-icsi-logo}
181
182 If you prefer verbatim input, you can choose
183 between~\verbatiminput{foo} or~\verbatiminput*{foo}.
184
185
186 \section{URLs and Hyperlinks\index{URL}\nomenclature[www]{URL}{uniform resource locator}}
187
188 An URL: \url{http://www.lyx.org} \nomenclature{URL2}{uniform resource locator}
189
190 An URL with strange characters: \url{http://www.lyx.org/percent%dollar$}
191
192 link:\href{http://www.test.test}{www.test.test}
193
194 link2:\href{http://www.test.test}{http://www.test.test}
195
196 mail:\href{mailto:www.test.test}{name}
197
198 file:\href{file:www.test.test}{www.test.test}
199
200 ftp:\href{ftp://www.test.test}{ftp://www.test.test}
201
202 ftp2:\href{ftp://www.test.test}{www.test.test}
203
204 parser test (stupid, but valid):\href{http://www.test.test}{\}}
205
206 parser test (escaped):\href{http://www.test.test}{a brace \} and another one \{ and something}
207
208
209 \section{Lists\index{Lists}}
210
211 \listoffigures
212 \listoftables
213
214
215 \section{Listings}
216
217 Inline: \lstinline[language={C++},keywordstyle={\color{green}}]!int a=5;!\\
218 Float:
219
220 \begin{lstlisting}[caption={Example Listing float},label={lst:Example-Listing},language=Python]
221 # Example listing float
222 def func(param):
223     'this is a python function'
224     pass
225 \end{lstlisting}
226
227 Here is an example listing with left line numbering, step ``3'',
228 language ``Python'', options ``Extended character table'' and
229 ``Space~as~symbol'', range lines 3\,-\,8:
230
231 \begin{lstlisting}[extendedchars=true,firstline=3,language=Python,lastline=8,numbers=left,showspaces=true,stepnumber=3]
232 def func(param):
233     'this is a python function'
234     pass
235 def func(param):
236 'This is a German word: Tschüß'
237 pass
238 def func(param):
239 'this is a python function'
240 pass
241 \end{lstlisting}
242
243 Special cases:
244 \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]
245 hello
246 \end{lstlisting}
247
248 \lstinline[language=TeX]!\begin{centering} hello!
249
250
251 \section{Graphics\index{Graphics}}
252
253 There is also some basic support for graphics, in the form
254 \includegraphics{foo.eps}, or the slightly more elaborate
255 \includegraphics[bb=10bp 0bp 96bp 96bp,clip,height=1cm, width=1cm]{foo.eps}.
256
257 \section{Tables\index{Tables}}
258
259 The following example is stolen from the longtable documentation.
260 Since tex2lyx does not understand the special verbatim code that
261 was used in the original some lines have been rewritten using
262 \textbackslash textbackslash etc.
263 \let\package\textsf
264 \let\env\textsf
265 \let\code\texttt
266 \providecommand\finalclearpage{\clearpage}
267
268 \begin{longtable}{@{*}r||p{1in}@{*}}
269 KILLED & LINE!!!! \kill
270 \caption
271 [An optional table caption (used in the list of tables)]
272 {A long table\label{long}}\\
273 \hline\hline
274 \multicolumn{2}{@{*}c@{*}}%
275      {This part appears at the top of the table}\\
276 \textsc{First}&\textsc{Second}\\
277 \hline\hline
278 \endfirsthead
279 \caption[]{(continued)}\\
280 \hline\hline
281 \multicolumn{2}{@{*}c@{*}}%
282       {This part appears at the top of every other page}\\
283 \textbf{First}&\textbf{Second}\\
284 \hline\hline
285 \endhead
286 \caption*
287 {standard foot}\\
288 \hline
289 This goes at the&bottom.\\
290 \hline
291 \endfoot
292 \caption*{(last foot)}\\
293 \hline
294 These lines will&appear\\
295 in place of the & usual foot\\
296 at the end& of the table\\
297 \hline
298 \endlastfoot
299 \env{longtable}  columns  are specified& in the \\
300 same way as  in the \env{tabular}& environment.\\
301 \code{@\{*\}r||p\{1in\}@\{*\}}& in this case.\\
302 Each row ends with a& \code{\textbackslash\textbackslash} command.\\
303 The \code{\textbackslash\textbackslash} command  has an& optional\\
304 argument, just as in& the\\
305  \env{tabular}&environment.\\[10pt]
306 See the effect of \code{\textbackslash\textbackslash[10pt]}&?\\
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 Also \code{\textbackslash hline} may be used,&  as in \env{tabular}.\\
312 \hline
313 That  was a \code{\textbackslash hline}&.\\
314 \hline\hline
315 That  was \code{\textbackslash hline\textbackslash hline}&.\\
316 \multicolumn{2}{||c||}%
317 {This is a \code{\textbackslash multicolumn\{2\}\{||c||\}}}\\
318 If a  page break  occurs at a \code{\textbackslash hline} then& a line is drawn\\
319 at the bottom of one  page  and at the& top of the next.\\
320 \hline
321 The \code{[t] [b] [c]} argument of \env{tabular}& can  not be used.\\
322 The optional argument may be  one of& \code{[l] [r] [c]}\\
323 to specify whether  the  table  should be& adjusted\\
324 to the  left, right& or centrally.\\
325 \hline\hline
326 Lots of lines& like this.\\
327 Lots of lines& like this.\\
328 Lots of lines& like this.\\
329 Lots of lines& like this.\\
330 Lots of lines& like this.\\
331 Lots of lines& like this.\\
332 Lots of lines& like this.\\
333 Lots of lines& like this.\\
334 Lots of lines& like this.\\
335 Lots of lines& like this.\\
336 Lots of lines& like this.\\
337 Lots of lines& like this.\\
338 Lots of lines& like this.\\
339 Lots of lines& like this.\\
340 Lots of lines& like this.\\
341 Lots of lines& like this.\\
342 Lots of lines& like this.\\
343 Lots of lines& like this.\\
344 Lots of lines& like this.\\
345 Lots of lines& like this.\\
346 Some lines may take up a lot of space, like this: &
347     \raggedleft This last column is a ``p'' column so this
348     ``row'' of the table can take up several lines. Note however that
349     \TeX\ will  never break a page within such a row. Page breaks only
350     occur between rows of the table or at \code{\textbackslash hline} commands.
351     \tabularnewline
352 Lots of lines& like this.\\
353 Lots of lines& like this.\\
354 Lots of lines& like this.\\
355 Lots of lines& like this.\\
356 Lots of lines& like this.\\
357 Lots of lines& like this.\\
358 Lots of lines& like this.\\
359 \hline
360 Lots\footnote{This is a footnote.} of lines& like this.\\
361 Lots   of   lines& like this\footnote{\env{longtable} takes special
362     precautions, so that footnotes may also be used in `p' columns.}\\
363 \hline
364 Lots of lines& like this.\\
365 Lots of lines& like this.
366 \end{longtable}
367
368 From bug 7412 another example with more captions (can currently not produced in LyX):
369 \begin{longtable}{|l|l|}
370 \caption{A long table}
371 \endfirsthead
372 \caption{A long table -- continued}
373 \endhead
374 \multicolumn{2}{r}{{Continued on next page}}
375 \tabularnewline
376 \endfoot
377 \endlastfoot
378 \hline
379 \multicolumn{1}{|c|}{Something} & \multicolumn{1}{c|}{Description}\tabularnewline
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 Lots of lines& like this.\\
390 \hline Lots of lines& like this.\\
391 \hline Lots of lines& like this.\\
392 \hline Lots of lines& like this.\\
393 \hline Lots of lines& like this.\\
394 \hline Lots of lines& like this.\\
395 \hline Lots of lines& like this.\\
396 \hline Lots of lines& like this.\\
397 \hline Lots of lines& like this.\\
398 \hline Lots of lines& like this.\\
399 \hline Lots of lines& like this.\\
400 \hline Lots of lines& like this.\\
401 \hline Lots of lines& like this.\\
402 \hline Lots of lines& like this.\\
403 \hline Lots of lines& like this.\\
404 \hline Lots of lines& like this.\\
405 \hline Lots of lines& like this.\\
406 \hline Lots of lines& like this.\\
407 \hline Lots of lines& like this.\\
408 \hline Lots of lines& like this.\\
409 \hline Lots of lines& like this.\\
410 \hline Lots of lines& like this.\\
411 \hline Lots of lines& like this.\\
412 \hline Lots of lines& like this.\\
413 \hline Lots of lines& like this.\\
414 \hline Lots of lines& like this.\\
415 \hline Lots of lines& like this.\\
416 \hline Lots of lines& like this.\\
417 \hline Lots of lines& like this.\\
418 \hline Lots of lines& like this.\\
419 \hline Lots of lines& like this.\\
420 \hline Lots of lines& like this.\\
421 \hline
422 \end{longtable}
423
424 A table*:
425
426 \begin{tabular*} % some comment
427 {0.8\columnwidth}[b]{lr}
428 two\\
429 \begin{turn}{-50}lonely\end{turn}&\begin{sideways}lines\end{sideways}
430 \end{tabular*}
431
432 A booktabs table:
433
434 \begin{table}[h]
435 \caption{\label{tab:Special-booktabs-table}Special booktabs-table}
436
437
438 \centering{}%
439 \begin{tabular}{cccc}
440 \toprule 
441 System & Chip\,1 & \multicolumn{2}{c}{Chip\,2}\tabularnewline
442 \cmidrule(r){2-2}\cmidrule(l){3-4}\morecmidrules \cmidrule{2-4}Detector
443 thickness in \textmu{}m & 300 & 300 & 700\tabularnewline
444 \midrule 
445 Edge angle in \textdegree{} & 3.55 & 2.71 & 7.99\tabularnewline
446 \addlinespace
447 Spatial resolution in \textmu{}m & 4.26 & 10.17 & 10.56\tabularnewline
448 \addlinespace
449 MTF at $f_{\mathrm{max}}$ & 0.53 & 0.37 & 0.39\tabularnewline
450 \midrule 
451 \morecmidrules \cmidrule{3-4}LSF-spatial resolution &  &  & \tabularnewline
452 in \textmu{}m & 129.7 & 52.75 & 50.78\tabularnewline
453 in \% of pixel size & 76.3 & 95.9 & 92.3\tabularnewline
454 \bottomrule
455 \end{tabular}
456 \end{table}
457
458 A table using dcolumn:
459
460 \begin{table} 
461 \begin{tabular}{ccddd} 
462 One&Two& 
463 \multicolumn{1}{c}{\textrm{Three}}& 
464 \multicolumn{1}{c}{\textrm{Four}}& 
465 \multicolumn{1}{c}{\textrm{Five}}\\ 
466 \hline 
467 one&two&\mbox{three}&\mbox{four}&\mbox{five}\\ 
468 He&2& 2.77234 & 45672. & 0.69 \\ 
469 C\footnote{Some tables require footnotes.} 
470 &C\footnote{Some tables need more than one footnote.} 
471 & 12537.64 & 37.66345 & 86.37 \\ 
472 \end{tabular} 
473 \end{table}
474
475
476 \section{Macros}
477
478 LyX supports several kinds of macros:
479 def \def\macroa#1{a #1 a}
480 global def \global\def\macrob#1{b #1 b}
481 long def \long\def\macroc#1{c #1 c}
482 global long def \global\long\def\macrod#1{d #1 d}
483 providecommand \providecommand{\macroe}[1]{e #1 e}
484 providecommand* \providecommand*{\macrof}[1]{f #1 f}
485 newcommand \newcommand{\macrog}[1]{g #1 g}
486 renewcommand \renewcommand{\macrog}[1]{h #1 h}
487 newcommand* \newcommand*{\macroi}[1]{i #1 i}
488 renewcommand* \renewcommand*{\macroi}[1]{j #1 j}
489 providecommandx \providecommandx{\macrok}[1]{k #1 k}
490 providecommandx* \providecommandx*{\macrok}[1]{l #1 l}
491 newcommandx \newcommandx{\macrom}[1]{m #1 m}
492 renewcommandx \renewcommandx{\macrom}[1]{n #1 n}
493 newcommandx* \newcommandx*{\macroo}[1]{o #1 o}
494 renewcommandx* \renewcommandx*{\macroo}[1]{p #1 p}
495 DeclareRobustCommand \DeclareRobustCommand{\macroq}[1]{q #1 q}
496 DeclareRobustCommand* \DeclareRobustCommand*{\macror}[1]{r #1 r}
497 DeclareRobustCommandx \DeclareRobustCommandx{\macros}[1]{s #1 s}
498 DeclareRobustCommandx* \DeclareRobustCommandx*{\macrot}[1]{t #1 t}
499
500 Now use them all:
501 \macroa{x} \macrob{x} \macroc{x} \macrod{x} \macroe{x} \macrof{x} \macrog{x}
502 \macroi{x} \macrok{x} \macrom{x} \macroo{x} \macroq{x} \macror{x}
503 The following tow don't work, but they should???
504 %\macros{x} \macrot{x}
505
506
507 \section{Special formattings\index{Special formattings}}
508
509 \subsection{LyX line}
510
511 test
512
513 {\tiny \lyxline{\tiny}}{\tiny \par}
514
515 test {\Huge Test} {\tiny test} test
516
517 \lyxline{\normalsize}
518
519 test
520
521 {\Huge \lyxline{\Huge}}{\Huge \par}
522
523
524 \subsection{rules}
525
526 test\rule[0.001\textwidth]{1\columnwidth}{0.05\textheight}
527
528 test
529
530 \rule[0.5ex]{1\columnwidth}{1pt}
531
532 \noindent \rule{1ex}{0.5cc}test
533
534 \textcolor{red}{\rule[-4ex]{5in}{1cm}}
535
536
537 \subsection{Phantoms}
538
539 test\phantom{Wow}test
540
541 test\hphantom{\textcolor{green}{W}\textbf{ow}\textsuperscript{Wow}}test
542
543 test\vphantom{Wow\textbackslash{}\&\%}test
544
545 $test\hphantom{Wow}test$
546
547 \[
548 test\phantom{\textcolor{green}{W}\mathbf{ow}\textsuperscript{Wow}}test
549 \]
550
551
552 $test\vphantom{Wow\&\%}test$
553
554
555 \subsection{TIPA}
556
557 \begin{IPA}
558 \textsubring{e}
559 \r{e}
560 \textsubwedge{e}
561 \textsubumlaut{e}
562 \textsubtilde{e}
563 \textseagull{e}
564 \textsubbridge{e}
565 \textinvsubbridge{e}
566 \textsubsquare{e}
567 e\textsuperscript{h}
568 \textsubrhalfring{e}
569 \textsublhalfring{e}
570 \textsubplus{e}
571 \=*{e}
572 \b{e}
573 \"{e}
574 \textovercross{e}
575 \s{e}
576 \textsyllabic{e}
577 \textsubarch{e}
578 e\textrhoticity
579 e\textsuperscript{w}
580 e\textsuperscript{j}
581 e\textsuperscript{\textgamma}
582 e\textsuperscript{\textrevglotstop}
583 \textsuperimposetilde{e}
584 \textraising{e}
585 \textlowering{e}
586 \textadvancing{e}
587 \textretracting{e}
588 \~{e}
589 e\textsuperscript{n}
590 e\textsuperscript{l}
591 e\textcorner{}
592 \H{e}
593
594 \`{e}
595 \={e}
596 \'{e}
597 \textdoublegrave{e}
598 \v{e}
599 \^{e}
600 \texthighrise{e}
601 \textlowrise{e}
602 \textrisefall{e}
603 \u{e}
604 \end{IPA}
605
606 \textipa{pbtd\:t\:dc\textbardotlessj k\textscriptg q\;G}
607 \textipa{PmMn\:n\textltailn N\;N\;Br\;RR}
608 \textipa{\:rFBfvTDszSZ\:s}
609 \textipa{\:zçJxGXK\textcrh QhH\textbeltl{}}
610 \textipa{\textlyoghlig V\*r\:Rh\textturnmrleg l\:lL\;L}
611
612 \textipa{\!o|!\textdoublebarpipe ||\!b\!d\!j\!g\!Ge'}
613
614 \textipa{iy1\textbaru W\textcolor{red}{uIY}Ueø987o@E½3\textcloserevepsilon 2Oæ5a\textscoelig A6}
615
616 \textipa{\*ww4\;H\textbarrevglotstop\textbarglotstop C\textctz\textturnlonglegr\texththeng \texttoptiebar{ar}\textbottomtiebar{tz}}
617
618 \textipa{:;e\textprimstress\textsecstress \textvertline{}\textdoublevertline{}.\t*{ }}
619
620 \textipa{\tone{55}\tone{44}\tone{33}\tone{22}\tone{11}\textdownstep\textupstep \tone{15}\tone{51}\tone{45}\tone{12}\tone{454}\textglobrise \textglobfall{}}
621
622 TIPA code in math:
623 $\textipa{\tone{55}|\text{\!b{}\!d{}\!g{}\!G{}\textglobfall{}\textvertline{}\textdoublevertline{}}}$
624
625 \subsection{Line breaks\sindex[breaks]{Line breaks}}
626
627 They can also or be broken by a newline\\
628 or by a starred newline \\*
629 or by a newline with space, comment and argument \\ %hu
630 [3cm]
631 or by a newline command \newline
632 or by a line break \linebreak
633 or by a defined line break \linebreak % again with a comment
634         [4]
635
636 There are even newlines with weird arguments, but these are not
637 handled by LyX\\*[1cm]
638 so we try to use ERT in this case.
639
640 \subsection{Page breaks\sindex[breaks]{Page breaks}}
641
642 They can also or be broken by a newpage \newpage
643 or by a page break \pagebreak
644 or by a defined page break \pagebreak % again with a comment
645         [4]
646
647
648 \section{Special characters\index{Special characters}}
649
650 Then one has those macros with a long name for a short meaning, like
651 \textasciitilde, \textasciicircum{} or \textbackslash{}, \slash{},
652 \nobreakdash- and the characters
653 that LaTeX wants to espace because they are active, like \_\&\#\$\{\}\%.
654
655 And what about special characters like hyphe\-nation mark,
656 ellipsis\ldots, and end-of-sentence\@. LyX also supports a menu
657 separator\lyxarrow{}and a spif\textcompwordmark{}fy ligature break.
658
659 LyX translates the phrases LyX, TeX, LaTeX2e and LaTeX
660 to the commands \LyX{}, \TeX{}, \LaTeXe{} and \LaTeX{}.
661 If these phrases occur as part of other words (like 1LyX or aTeX or LaTeX3)
662 they should not be put into ERT.
663
664 Test for whitespace handling of commands: The following lines should
665 result in identical output:
666
667 builtin \textasciicircum{} unicodesymbols \j{} user \mycommand{} xx\par
668 builtin \textasciicircum {} unicodesymbols \j {} user \mycommand{} xx\par
669 builtin \textasciicircum % with a comment
670 {} unicodesymbols \j % and a second one
671 {} user \mycommand % and another
672 {} xx
673
674 A sub\textsubscript{sc\emph{ript}} and super\textsuperscript{script
675 with $a^2+b^2=c^2$ math}.
676
677 latex2writer outputs quotes in braces like {\textquoteright}. We swallow the,
678 but this was one broken (bug 8903).
679
680
681 \section{Mathematics\index{Mathematics}}
682
683 Let $f:\left[  a,b\right]  \rightarrow%
684 %TCIMACRO{\U{211d} }%
685 %BeginExpansion
686 \mathbb{R}
687 %EndExpansion
688 $.
689
690
691 \section{Lists/Indices}
692
693 single \textbackslash{}addcontentsline: \addcontentsline{toc}{section}{test}
694
695 with \textbackslash{}addcontentsline and \textbackslash{}phantomsection:
696
697 \bibliographystyle{test}
698 \phantomsection\addcontentsline{toc}{section}{\refname}\bibliography{xampl}
699
700
701 normal:
702
703 \bibliographystyle{test}
704 \bibliography{xampl}
705
706
707 with wrong \textbackslash{}addcontentsline:
708
709 \bibliographystyle{test} \addcontentsline{toc}{section}{test} \bibliographystyle{test}
710 \bibliography{xampl}
711
712
713 with \textbackslash{}addcontentsline and \textbackslash{}nocite\{{*}\}:
714
715 \bibliographystyle{test}
716 \addcontentsline{toc}{section}{\refname}\nocite{*}
717 \bibliography{xampl}
718
719
720 undefined index:
721
722 \printindex{}
723
724 index "idx":
725
726 \printindex[idx]{}
727
728 index "new":
729
730 \printindex[new]{}
731
732 subindex "new":
733
734 \printsubindex[idx]{}
735
736 index of all indices:
737
738 \printindex*{}
739
740 subindex of all indices:
741
742 \printsubindex*{}
743
744 normal nomenclature:
745
746 \printnomenclature hello
747
748 manually set width: \settowidth{\nomlabelwidth}{URL2} \printnomenclature{}
749
750 nomenclature with set width:
751
752 \printnomenclature[0.02\linewidth]{}
753
754 \end{document}