Tagged Questions
5
votes
1answer
54 views
Access paper dimensions
How can I access the paper dimension that are in use when compiling a document? In other words, I am looking for a command that returns the width and height of the paper used (so that the returned ...
1
vote
0answers
58 views
Output a document containing a single vertical-infinite page [duplicate]
Possible Duplicate:
Automate Fixed Width Page, length > some minimum length, but only as long as needed
Is there a way to output a document containing a SINGLE page (that contains the ...
1
vote
2answers
399 views
How create a paper of x,y dimensions size?
How can I create a paper of A1 size on latex? Or a x,y (in centimeters) dimensions paper?
In \documentclass looks like there isn't this option. I need use the \documentclass{standalone} package too ...
0
votes
1answer
172 views
How should I express my length calculation to minimize rounding errors?
I have an input file as follows.
% Test.tex
\documentclass{article}
\usepackage{pstricks}
\psset
{
linewidth=0.01
}
\newcommand\All{0.1}
\newcommand\Left{-\All}
\newcommand\Right{\All}
...
2
votes
2answers
229 views
What unit should we use when working with (La)TeX and PSTricks to minimize conversion error?
I want to minimize conversion error when working with PSTricks and (La)TeX. The conversion error really affects the accuracy of bounding box, the thickness of LaTeX's \fbox and the thickness of ...