mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Update paths in tex2lyx tests
This commit is contained in:
parent
f8aee7068e
commit
d8bdfa8462
@ -899,7 +899,7 @@ We can also import PDF pages:
|
||||
|
||||
\begin_inset External
|
||||
template PDFPages
|
||||
filename ../../../lib/examples/beamer-icsi-logo.pdf
|
||||
filename ../../../lib/examples/Presentations/beamer-icsi-logo.pdf
|
||||
extra LaTeX "pages=-"
|
||||
rotateAngle 22
|
||||
rotateOrigin baselineleft
|
||||
|
@ -155,7 +155,7 @@ variant (tests quoting as well):
|
||||
|
||||
We can also import PDF pages:
|
||||
|
||||
\includepdf[pages=-,angle=22,origin=Bl,width=5cm,height=40mm,keepaspectratio]{../../../lib/examples/beamer-icsi-logo}
|
||||
\includepdf[pages=-,angle=22,origin=Bl,width=5cm,height=40mm,keepaspectratio]{../../../lib/examples/Presentations/beamer-icsi-logo}
|
||||
|
||||
If you prefer verbatim input, you can choose
|
||||
between~\verbatiminput{DummyDocument.tex} or~\verbatiminput*{DummyDocument.tex}.
|
||||
|
@ -888,7 +888,7 @@ We can also import chess diagrams:
|
||||
|
||||
\begin_inset External
|
||||
template ChessDiagram
|
||||
filename ../../../lib/examples/iecc05.fen
|
||||
filename ../../../lib/examples/Graphics_and_Insets/iecc05.fen
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -903,7 +903,7 @@ Spreadsheets:
|
||||
|
||||
\begin_inset External
|
||||
template GnumericSpreadsheet
|
||||
filename ../../../lib/examples/longsheet.gnumeric
|
||||
filename ../../../lib/examples/External_Material/longsheet.gnumeric
|
||||
|
||||
\end_inset
|
||||
|
||||
@ -933,7 +933,7 @@ and PDF pages:
|
||||
|
||||
\begin_inset External
|
||||
template PDFPages
|
||||
filename ../../../lib/examples/beamer-icsi-logo.pdf
|
||||
filename ../../../lib/examples/Presentations/beamer-icsi-logo.pdf
|
||||
extra LaTeX "pages=-"
|
||||
rotateAngle 22
|
||||
rotateOrigin baselineleft
|
||||
|
@ -165,11 +165,11 @@ not work (tex2lyx can't deduce the correct extension of nonexisting files).
|
||||
|
||||
We can also import chess diagrams:
|
||||
|
||||
\loadgame{../../../lib/examples/iecc05}\showboard
|
||||
\loadgame{../../../lib/examples/Graphics_and_Insets/iecc05}\showboard
|
||||
|
||||
Spreadsheets:
|
||||
|
||||
\def\inputGnumericTable{}\input{../../../lib/examples/longsheet.tex}
|
||||
\def\inputGnumericTable{}\input{../../../lib/examples/External_Material/longsheet.tex}
|
||||
|
||||
XFig drawings:
|
||||
|
||||
@ -177,7 +177,7 @@ XFig drawings:
|
||||
|
||||
and PDF pages:
|
||||
|
||||
\includepdf[pages=-,angle=22,origin=Bl,width=5cm,height=40mm,keepaspectratio]{../../../lib/examples/beamer-icsi-logo}
|
||||
\includepdf[pages=-,angle=22,origin=Bl,width=5cm,height=40mm,keepaspectratio]{../../../lib/examples/Presentations/beamer-icsi-logo}
|
||||
|
||||
If you prefer verbatim input, you can choose
|
||||
between~\verbatiminput{foo} or~\verbatiminput*{foo}.
|
||||
|
Loading…
Reference in New Issue
Block a user