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