docbook_article.lyx: fix wrong image paths

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_5_X@27121 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Uwe Stöhr 2008-10-25 22:53:06 +00:00
parent 0371107a47
commit e17854cabf
3 changed files with 17 additions and 13 deletions

View File

@ -42,6 +42,7 @@ Function UpdateModifiedFiles
SetOutPath "$INSTDIR\Resources\doc\uk"
File "${PRODUCT_SOURCEDIR}\Resources\doc\uk\Intro.lyx"
SetOutPath "$INSTDIR\Resources\examples"
File "${PRODUCT_SOURCEDIR}\Resources\examples\docbook_article.lyx"
File "${PRODUCT_SOURCEDIR}\Resources\examples\modernCV.lyx"
SetOutPath "$INSTDIR\Resources\examples\ca"
File "${PRODUCT_SOURCEDIR}\Resources\examples\ca\ItemizeBullets.lyx"

View File

@ -1,4 +1,4 @@
#LyX 1.5.0svn created this file. For more info see http://www.lyx.org/
#LyX 1.5.7svn created this file. For more info see http://www.lyx.org/
\lyxformat 276
\begin_document
\begin_header
@ -33,7 +33,8 @@
\paperpagestyle default
\tracking_changes false
\output_changes false
\author "Jose' Matos"
\author ""
\author ""
\end_header
\begin_body
@ -258,23 +259,23 @@ status open
\begin_layout Standard
\begin_inset Graphics
filename ../doc/platypus.eps
filename ../doc/clipart/platypus.eps
display grayscale
width 2cm
height 3cm
scaleBeforeRotation
rotateAngle 45
rotateOrigin center
scaleBeforeRotation
\end_inset
\end_layout
\begin_layout
\begin_layout Standard
\begin_inset Caption
\begin_layout
\begin_layout Standard
Nice platypus
\end_layout
@ -301,24 +302,24 @@ status open
\begin_layout Standard
\begin_inset Graphics
filename ../doc/platypus.eps
filename ../doc/clipart/platypus.eps
display grayscale
width 2cm
height 3cm
scaleBeforeRotation
rotateAngle 45
rotateOrigin center
scaleBeforeRotation
\end_inset
\end_layout
\begin_layout
\begin_layout Standard
\begin_inset Caption
\begin_layout
long, very long...
\begin_layout Standard
long, very long\SpecialChar \ldots{}
:-)
\end_layout
@ -502,10 +503,10 @@ Plataform 2
\end_layout
\begin_layout
\begin_layout Standard
\begin_inset Caption
\begin_layout
\begin_layout Standard
Nice Formal Table
\end_layout

View File

@ -179,6 +179,8 @@ What's new
- The tex2lyx man page reflects the current state (bug 2770).
- Fix wrong image paths in the example file "docbook_article.lyx".
* BUILD/INSTALLATION