Follow-up Comment #2, bug #21042 (project relax):
docstring.tex is created after
scons user_manual_pdf
When I compile in docslatex with command:
latex relax.tex
It complains about docstring.tex
in line 7.
In line 7 is:
includegraphics[bb=0 0 18
18]{C:WinPython27relaxrelax_dispgraphicsrelax_icons128x128align_tensor} hfill
includegraphics[bb=0 0 18
18]{C:WinPython27relaxrelax_dispgraphicsoxygen_icons128x128actionslist-add}
That is the absolute path to the image, in windows directory convention, aka.
using backslashes ""
LaTeX always uses forward slashed "/", also in windows.
This will work for test.tex in docslatex
producing a dvi file.
-----------------------
documentclass[10pt,a4paper]{article}
usepackage[english]{babel}
usepackage[dvips]{graphicx}
graphicspath{{../../graphics/relax_icons/128x128/}{../../graphics/oxygen_icons/128x128/actions/}}
begin{document}
Not working \
%includegraphics[bb=0 0 18
18]{C:WinPython27relaxrelax_dispgraphicsrelax_icons128x128align_tensor} hfill
includegraphics[bb=0 0 18
18]{C:WinPython27relaxrelax_dispgraphicsoxygen_icons128x128actionslist-add}
Not working \
%includegraphics[bb=0 0 18
18]{C:\WinPython27\relax\relax_disp\graphics\relax_icons\128x128\align_tensor}
hfill includegraphics[bb=0 0 18
18]{C:\WinPython27\relax\relax_disp\graphics\oxygen_icons\128x128\actions\list-add}
quad \
Image 1 \
includegraphics[bb=0 0 18
18]{C:/WinPython27/relax/relax_disp/graphics/relax_icons/128x128/align_tensor}
/hfill includegraphics[bb=0 0 18
18]{C:/WinPython27/relax/relax_disp/graphics/oxygen_icons/128x128/actions/list-add}
quad \
Image 2 \
includegraphics[bb=0 0 18 18]{align_tensor} /hfill includegraphics[bb=0 0 18
18]{/list-add}
end{document}
--------------
Could a possible solution be to change the function which creates the backward
slashed, or to extend the graphics path?
_______________________________________________________
Reply to this item at:
<http://gna.org/bugs/?21042>
_______________________________________________
Message sent via/by Gna!
http://gna.org/