]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-insets.tex
Cmake build: Project names *should* be uniq
[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 A table using decimal alignment:
477
478 \begin{table} 
479 \begin{tabular}{ccr@{\extracolsep{0pt}.}lr@{\extracolsep{0pt}.}lr@{\extracolsep{0pt}.}l}
480 One & Two & \multicolumn{2}{c}{Three} & \multicolumn{2}{c}{Four} & \multicolumn{2}{c}{Five}\tabularnewline
481 \hline 
482 one & two & \multicolumn{2}{c}{three} & \multicolumn{2}{c}{four} & \multicolumn{2}{c}{five}\tabularnewline
483 He & 2 & 2&77234  & 45672&  & 0&69 \tabularnewline
484 C & C & 12537&64  & 37&66345  & 86&37 \tabularnewline
485 \end{tabular}
486 \end{table}
487
488
489 \section{Macros}
490
491 LyX supports several kinds of macros:
492 def \def\macroa#1{a #1 a}
493 global def \global\def\macrob#1{b #1 b}
494 long def \long\def\macroc#1{c #1 c}
495 global long def \global\long\def\macrod#1{d #1 d}
496 providecommand \providecommand{\macroe}[1]{e #1 e}
497 providecommand* \providecommand*{\macrof}[1]{f #1 f}
498 newcommand \newcommand{\macrog}[1]{g #1 g}
499 renewcommand \renewcommand{\macrog}[1]{h #1 h}
500 newcommand* \newcommand*{\macroi}[1]{i #1 i}
501 renewcommand* \renewcommand*{\macroi}[1]{j #1 j}
502 providecommandx \providecommandx{\macrok}[1]{k #1 k}
503 providecommandx* \providecommandx*{\macrok}[1]{l #1 l}
504 newcommandx \newcommandx{\macrom}[1]{m #1 m}
505 renewcommandx \renewcommandx{\macrom}[1]{n #1 n}
506 newcommandx* \newcommandx*{\macroo}[1]{o #1 o}
507 renewcommandx* \renewcommandx*{\macroo}[1]{p #1 p}
508 DeclareRobustCommand \DeclareRobustCommand{\macroq}[1]{q #1 q}
509 DeclareRobustCommand* \DeclareRobustCommand*{\macror}[1]{r #1 r}
510 DeclareRobustCommandx \DeclareRobustCommandx{\macros}[1]{s #1 s}
511 DeclareRobustCommandx* \DeclareRobustCommandx*{\macrot}[1]{t #1 t}
512
513 Now use them all:
514 \macroa{x} \macrob{x} \macroc{x} \macrod{x} \macroe{x} \macrof{x} \macrog{x}
515 \macroi{x} \macrok{x} \macrom{x} \macroo{x} \macroq{x} \macror{x}
516 The following tow don't work, but they should???
517 %\macros{x} \macrot{x}
518
519
520 \section{Special formattings\index{Special formattings}}
521
522 \subsection{LyX line}
523
524 test
525
526 {\tiny \lyxline{\tiny}}{\tiny \par}
527
528 test {\Huge Test} {\tiny test} test
529
530 \lyxline{\normalsize}
531
532 test
533
534 {\Huge \lyxline{\Huge}}{\Huge \par}
535
536
537 \subsection{Rules}
538
539 test
540
541 {\tiny \rule[0.5ex]{1\linewidth}{1pt}}{\tiny \par}
542
543 test\rule[0.001\textwidth]{1\columnwidth}{0.05\textheight}
544
545 test
546
547 \rule[0.5ex]{1\columnwidth}{1pt}
548
549 \noindent \rule{1ex}{0.5cc}test
550
551 \textcolor{red}{\rule[-4ex]{5in}{1cm}}
552
553
554 \subsection{Phantoms}
555
556 test\phantom{Wow}test
557
558 test\hphantom{\textcolor{green}{W}\textbf{ow}\textsuperscript{Wow}}test
559
560 test\vphantom{Wow\textbackslash{}\&\%}test
561
562 $test\hphantom{Wow}test$
563
564 \[
565 test\phantom{\textcolor{green}{W}\mathbf{ow}\textsuperscript{Wow}}test
566 \]
567
568
569 $test\vphantom{Wow\&\%}test$
570
571
572 \subsection{TIPA}
573
574 \begin{IPA}
575 \textsubring{e}
576 \r{e}
577 \textsubwedge{e}
578 \textsubumlaut{e}
579 \textsubtilde{e}
580 \textseagull{e}
581 \textsubbridge{e}
582 \textinvsubbridge{e}
583 \textsubsquare{e}
584 e\textsuperscript{h}
585 \textsubrhalfring{e}
586 \textsublhalfring{e}
587 \textsubplus{e}
588 \=*{e}
589 (don't mix up with \b{e})
590 \"{e}
591 \textovercross{e}
592 \s{e}
593 \textsyllabic{e}
594 \textsubarch{e}
595 e\textrhoticity
596 e\textsuperscript{w}
597 e\textsuperscript{j}
598 e\textsuperscript{\textgamma}
599 e\textsuperscript{\textrevglotstop}
600 \textsuperimposetilde{e}
601 \textraising{e}
602 \textlowering{e}
603 \textadvancing{e}
604 \textretracting{e}
605 \~{e}
606 e\textsuperscript{n}
607 e\textsuperscript{l}
608 e\textcorner{}
609 \H{e}
610
611 \`{e}
612 \={e}
613 \'{e}
614 \textdoublegrave{e}
615 \v{e}
616 \^{e}
617 \texthighrise{e}
618 \textlowrise{e}
619 \textrisefall{e}
620 \u{e}
621 \end{IPA}
622
623 \textipa{pbtd\:t\:dc\textbardotlessj k\textscriptg q\;G}
624 \textipa{PmMn\:n\textltailn N\;N\;Br\;RR}
625 \textipa{\:rFBfvTDszSZ\:s}
626 \textipa{\:zçJxGXK\textcrh QhH\textbeltl{}}
627 \textipa{\textlyoghlig V\*r\:Rh\textturnmrleg l\:lL\;L}
628
629 \textipa{\!o|!\textdoublebarpipe ||\!b\!d\!j\!g\!Ge'}
630
631 \textipa{iy1\textbaru W\textcolor{red}{uIY}Ueø987o@E½3\textcloserevepsilon 2Oæ5a\textscoelig A6}
632
633 \textipa{\*ww4\;H\textbarrevglotstop\textbarglotstop C\textctz\textturnlonglegr\texththeng \texttoptiebar{ar}\textbottomtiebar{tz}}
634
635 \textipa{:;e\textprimstress\textsecstress \textvertline{}\textdoublevertline{}.\t*{ }}
636
637 \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{}}
638
639 TIPA code in math:
640 $\textipa{\tone{55}|\text{\!b{}\!d{}\!g{}\!G{}\textglobfall{}\textvertline{}\textdoublevertline{}}}$
641
642 \subsection{Other symbols}
643 All three should be converted to U+00C5: \AA{} \r A \r{A} (not U+212B).
644 All three should be converted to U+00E5: \aa{} \r a \r{a}.
645
646 \subsection{Line breaks\sindex[breaks]{Line breaks}}
647
648 They can also or be broken by a newline\\
649 or by a starred newline \\*
650 or by a newline with space, comment and argument \\ %hu
651 [3cm]
652 or by a newline command \newline
653 or by a line break \linebreak
654 or by a defined line break \linebreak % again with a comment
655         [4]
656
657 There are even newlines with weird arguments, but these are not
658 handled by LyX\\*[1cm]
659 so we try to use ERT in this case.
660
661 \subsection{Page breaks\sindex[breaks]{Page breaks}}
662
663 They can also or be broken by a newpage \newpage
664 or by a page break \pagebreak
665 or by a defined page break \pagebreak % again with a comment
666         [4]
667
668
669 \section{Special characters\index{Special characters}}
670
671 Then one has those macros with a long name for a short meaning, like
672 \textasciitilde, \textasciicircum{} or \textbackslash{}, \slash{},
673 \nobreakdash- and the characters
674 that LaTeX wants to espace because they are active, like \_\&\#\$\{\}\%.
675
676 And what about special characters like hyphe\-nation mark,
677 ellipsis\ldots, and end-of-sentence\@. LyX also supports a menu
678 separator\lyxarrow{}and a spif\textcompwordmark{}fy ligature break.
679
680 There are dashes: endash in short form -- and long form \textendash,
681 emdash is alike: --- and \textemdash. If we really want several hyphens
682 in a row, we need to separate them: -{}-, -{}-{}-, -{}-{}-{}- etc.
683
684 LyX translates the phrases LyX, TeX, LaTeX2e and LaTeX
685 to the commands \LyX{}, \TeX{}, \LaTeXe{} and \LaTeX{}.
686 If these phrases occur as part of other words (like 1LyX or aTeX or LaTeX3)
687 they should not be put into ERT.
688
689 Test for whitespace handling of commands: The following lines should
690 result in identical output:
691
692 builtin \textasciicircum{} unicodesymbols \j{} user \mycommand{} xx\par
693 builtin \textasciicircum {} unicodesymbols \j {} user \mycommand{} xx\par
694 builtin \textasciicircum % with a comment
695 {} unicodesymbols \j % and a second one
696 {} user \mycommand % and another
697 {} xx
698
699 A sub\textsubscript{sc\emph{ript}} and super\textsuperscript{script
700 with $a^2+b^2=c^2$ math}.
701
702 latex2writer outputs quotes in braces like {\textquoteright}. We swallow the,
703 but this was one broken (bug 8903).
704
705
706 \section{Mathematics\index{Mathematics}}
707
708 Let $f:\left[  a,b\right]  \rightarrow%
709 %TCIMACRO{\U{211d} }%
710 %BeginExpansion
711 \mathbb{R}
712 %EndExpansion
713 $.
714
715 \[
716 \begin{array}{rclccc}
717 1 + 2 & = & 3 
718 \multicolumn{3}{c}{4 < 5 \leq 6 }
719 \end{array}
720 \]
721
722
723 \section{Lists/Indices}
724
725 single \textbackslash{}addcontentsline: \addcontentsline{toc}{section}{test}
726
727 with \textbackslash{}addcontentsline and \textbackslash{}phantomsection:
728
729 \bibliographystyle{test}
730 \phantomsection\addcontentsline{toc}{section}{\refname}\bibliography{xampl}
731
732
733 normal:
734
735 \bibliographystyle{test}
736 \bibliography{xampl}
737
738
739 with wrong \textbackslash{}addcontentsline:
740
741 \bibliographystyle{test} \addcontentsline{toc}{section}{test} \bibliographystyle{test}
742 \bibliography{xampl}
743
744
745 with \textbackslash{}addcontentsline and \textbackslash{}nocite\{{*}\}:
746
747 \bibliographystyle{test}
748 \addcontentsline{toc}{section}{\refname}\nocite{*}
749 \bibliography{xampl}
750
751
752 undefined index:
753
754 \printindex{}
755
756 index "idx":
757
758 \printindex[idx]{}
759
760 index "new":
761
762 \printindex[new]{}
763
764 subindex "new":
765
766 \printsubindex[idx]{}
767
768 index of all indices:
769
770 \printindex*{}
771
772 subindex of all indices:
773
774 \printsubindex*{}
775
776 normal nomenclature:
777
778 \printnomenclature hello
779
780 manually set width: \settowidth{\nomlabelwidth}{URL2} \printnomenclature{}
781
782 nomenclature with set width:
783
784 \printnomenclature[0.02\linewidth]{}
785
786 \end{document}