]> git.lyx.org Git - lyx.git/blob - src/tex2lyx/test/test-insets.tex
Fix #9764, combining diacritical characters for line below (part 2).
[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{Line breaks\sindex[breaks]{Line breaks}}
643
644 They can also or be broken by a newline\\
645 or by a starred newline \\*
646 or by a newline with space, comment and argument \\ %hu
647 [3cm]
648 or by a newline command \newline
649 or by a line break \linebreak
650 or by a defined line break \linebreak % again with a comment
651         [4]
652
653 There are even newlines with weird arguments, but these are not
654 handled by LyX\\*[1cm]
655 so we try to use ERT in this case.
656
657 \subsection{Page breaks\sindex[breaks]{Page breaks}}
658
659 They can also or be broken by a newpage \newpage
660 or by a page break \pagebreak
661 or by a defined page break \pagebreak % again with a comment
662         [4]
663
664
665 \section{Special characters\index{Special characters}}
666
667 Then one has those macros with a long name for a short meaning, like
668 \textasciitilde, \textasciicircum{} or \textbackslash{}, \slash{},
669 \nobreakdash- and the characters
670 that LaTeX wants to espace because they are active, like \_\&\#\$\{\}\%.
671
672 And what about special characters like hyphe\-nation mark,
673 ellipsis\ldots, and end-of-sentence\@. LyX also supports a menu
674 separator\lyxarrow{}and a spif\textcompwordmark{}fy ligature break.
675
676 There are dashes: endash in short form -- and long form \textendash,
677 emdash is alike: --- and \textemdash. If we really want several hyphens
678 in a row, we need to separate them: -{}-, -{}-{}-, -{}-{}-{}- etc.
679
680 LyX translates the phrases LyX, TeX, LaTeX2e and LaTeX
681 to the commands \LyX{}, \TeX{}, \LaTeXe{} and \LaTeX{}.
682 If these phrases occur as part of other words (like 1LyX or aTeX or LaTeX3)
683 they should not be put into ERT.
684
685 Test for whitespace handling of commands: The following lines should
686 result in identical output:
687
688 builtin \textasciicircum{} unicodesymbols \j{} user \mycommand{} xx\par
689 builtin \textasciicircum {} unicodesymbols \j {} user \mycommand{} xx\par
690 builtin \textasciicircum % with a comment
691 {} unicodesymbols \j % and a second one
692 {} user \mycommand % and another
693 {} xx
694
695 A sub\textsubscript{sc\emph{ript}} and super\textsuperscript{script
696 with $a^2+b^2=c^2$ math}.
697
698 latex2writer outputs quotes in braces like {\textquoteright}. We swallow the,
699 but this was one broken (bug 8903).
700
701
702 \section{Mathematics\index{Mathematics}}
703
704 Let $f:\left[  a,b\right]  \rightarrow%
705 %TCIMACRO{\U{211d} }%
706 %BeginExpansion
707 \mathbb{R}
708 %EndExpansion
709 $.
710
711 \[
712 \begin{array}{rclccc}
713 1 + 2 & = & 3 
714 \multicolumn{3}{c}{4 < 5 \leq 6 }
715 \end{array}
716 \]
717
718
719 \section{Lists/Indices}
720
721 single \textbackslash{}addcontentsline: \addcontentsline{toc}{section}{test}
722
723 with \textbackslash{}addcontentsline and \textbackslash{}phantomsection:
724
725 \bibliographystyle{test}
726 \phantomsection\addcontentsline{toc}{section}{\refname}\bibliography{xampl}
727
728
729 normal:
730
731 \bibliographystyle{test}
732 \bibliography{xampl}
733
734
735 with wrong \textbackslash{}addcontentsline:
736
737 \bibliographystyle{test} \addcontentsline{toc}{section}{test} \bibliographystyle{test}
738 \bibliography{xampl}
739
740
741 with \textbackslash{}addcontentsline and \textbackslash{}nocite\{{*}\}:
742
743 \bibliographystyle{test}
744 \addcontentsline{toc}{section}{\refname}\nocite{*}
745 \bibliography{xampl}
746
747
748 undefined index:
749
750 \printindex{}
751
752 index "idx":
753
754 \printindex[idx]{}
755
756 index "new":
757
758 \printindex[new]{}
759
760 subindex "new":
761
762 \printsubindex[idx]{}
763
764 index of all indices:
765
766 \printindex*{}
767
768 subindex of all indices:
769
770 \printsubindex*{}
771
772 normal nomenclature:
773
774 \printnomenclature hello
775
776 manually set width: \settowidth{\nomlabelwidth}{URL2} \printnomenclature{}
777
778 nomenclature with set width:
779
780 \printnomenclature[0.02\linewidth]{}
781
782 \end{document}