mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-23 02:14:50 +00:00
tex2lyx/test/test-insets.tex: avoid 2 error messages
This commit is contained in:
parent
82c7669381
commit
410918400c
@ -759,7 +759,7 @@ We can input files too, like this
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand input
|
||||
preview false
|
||||
filename "DummyDocument.lyx.lyx"
|
||||
filename "DummyDocument.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -767,7 +767,7 @@ filename "DummyDocument.lyx.lyx"
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
preview false
|
||||
filename "Dummy Document.tex"
|
||||
filename "Dummy Document.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -775,7 +775,7 @@ filename "Dummy Document.tex"
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
preview false
|
||||
filename "Dummy Document.tex"
|
||||
filename "Dummy Document.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -783,7 +783,7 @@ filename "Dummy Document.tex"
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
preview false
|
||||
filename "Dummy~Document.lyx.lyx"
|
||||
filename "Dummy~Document.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -791,7 +791,7 @@ filename "Dummy~Document.lyx.lyx"
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand include
|
||||
preview false
|
||||
filename "Dummy~Document.lyx.lyx"
|
||||
filename "Dummy~Document.lyx"
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -882,7 +882,7 @@ If you prefer verbatim input, you can choose between
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand verbatiminput
|
||||
preview false
|
||||
filename "foo"
|
||||
filename "DummyDocument.tex"
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -895,7 +895,7 @@ filename "foo"
|
||||
\begin_inset CommandInset include
|
||||
LatexCommand verbatiminput*
|
||||
preview false
|
||||
filename "foo"
|
||||
filename "DummyDocument.tex"
|
||||
|
||||
\end_inset
|
||||
|
||||
|
@ -141,9 +141,9 @@ From bug 7306:
|
||||
\citet{gur+04} have demonstrated that authors should not have umlauts
|
||||
in their names. It's OK to use them in the man\"{u}script, though.
|
||||
\begin{thebibliography}{References}
|
||||
\bibitem[M\"{o}stl et~al.(2010)]{Mostl2010} Gürkan, M.~A., Freitag,
|
||||
\bibitem[M\"{o}stl et~al.(2010)]{Mostl2010} Gürkan, M.~A., Freitag,
|
||||
M., \& Rasio, F.~A. 2004, ApJ, 604, 632
|
||||
\bibitem[{{G\"{u}rkan et~al.}(2004)}]{gur+04} Gürkan, M.~A., Freitag,
|
||||
\bibitem[{{G\"{u}rkan et~al.}(2004)}]{gur+04} Gürkan, M.~A., Freitag,
|
||||
M., \& Rasio, F.~A. 2004, ApJ, 604, 632\end{thebibliography}
|
||||
|
||||
|
||||
@ -180,7 +180,7 @@ and PDF pages:
|
||||
\includepdf[pages=-,angle=22,origin=Bl,width=5cm,height=40mm,keepaspectratio]{../../../lib/examples/beamer-icsi-logo}
|
||||
|
||||
If you prefer verbatim input, you can choose
|
||||
between~\verbatiminput{DummyDocument} or~\verbatiminput*{DummyDocument}.
|
||||
between~\verbatiminput{DummyDocument.tex} or~\verbatiminput*{DummyDocument.tex}.
|
||||
|
||||
|
||||
\section{URLs and Hyperlinks\index{URL}\nomenclature[www]{URL}{uniform resource locator}}
|
||||
@ -233,7 +233,7 @@ def func(param):
|
||||
'this is a python function'
|
||||
pass
|
||||
def func(param):
|
||||
'This is a German word: Tschüß'
|
||||
'This is a German word: Tschüß'
|
||||
pass
|
||||
def func(param):
|
||||
'this is a python function'
|
||||
@ -606,12 +606,12 @@ e\textcorner{}
|
||||
\textipa{pbtd\:t\:dc\textbardotlessj k\textscriptg q\;G}
|
||||
\textipa{PmMn\:n\textltailn N\;N\;Br\;RR}
|
||||
\textipa{\:rFBfvTDszSZ\:s}
|
||||
\textipa{\:zçJxGXK\textcrh QhH\textbeltl{}}
|
||||
\textipa{\:zçJxGXK\textcrh QhH\textbeltl{}}
|
||||
\textipa{\textlyoghlig V\*r\:Rh\textturnmrleg l\:lL\;L}
|
||||
|
||||
\textipa{\!o|!\textdoublebarpipe ||\!b\!d\!j\!g\!Ge'}
|
||||
|
||||
\textipa{iy1\textbaru W\textcolor{red}{uIY}Ueø987o@E½3\textcloserevepsilon 2Oæ5a\textscoelig A6}
|
||||
\textipa{iy1\textbaru W\textcolor{red}{uIY}Ueø987o@E½3\textcloserevepsilon 2Oæ5a\textscoelig A6}
|
||||
|
||||
\textipa{\*ww4\;H\textbarrevglotstop\textbarglotstop C\textctz\textturnlonglegr\texththeng \texttoptiebar{ar}\textbottomtiebar{tz}}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user