Status: New
Owner: ----
Labels: Type-Defect Priority-Medium
New issue 2 by
italo...@gmail.com: "scale" option problem
http://code.google.com/p/doconce/issues/detail?id=2
What steps will reproduce the problem?
1. Include a figure for generating FORMAT=pdflatex in a <doconce file>:
FORMAT:[<figure file>, scale=50%] <legend>
2. Generate pdflatex:
doconce format pdflatex <doconce file>
3. Generated file does not scale.
What is the expected output?
\centerline{\includegraphics[width=0.5\linewidth]{<figure file>}}
What do you see instead?
\centerline{\includegraphics[width=0.9\linewidth]{<figure file>}}
What version of the product are you using? On what operating system?
doconce 0.7.3
Looking at the source code, I find "frac" option. It worked for me:
FORMAT:[<figure file>, frac=0.5] <legend>
Is this the right form to write a doconce file?
Thanks.
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings