Tagged Questions
2
votes
1answer
41 views
How can I reduce the left margin in the documentclass hitec?
I am quite aware of the package geometry, but it does not seem to play nice with the hitec document class. I have looked at related questions How to reduce the margins and How can I change the margins ...
19
votes
5answers
829 views
Wrong A4 measurements?
I noticed that the paper size invoked by a4paper is not working right in my examples:
\documentclass[a4paper,11pt,oneside]{article}
\begin{document}
Test
\end{document}
I checked with Preview.app ...
6
votes
2answers
279 views
Selecting A8 Paper
As I frequently use
\documentclass[a4paper,12pt]{article}
I though a simple change could select the A8 paper:
\documentclass[a8paper,12pt]{article}
But I get a warning saying the a8paper option ...
4
votes
1answer
636 views
I get an error when using `\ExecuteOptions` together with `\usepackage{geometry}`
I'm writing a custom document class. It's kinda simple, but it will use the geometry package to set page size, orientation and margins. However... Whenever I use that package, the \ExecuteOptions ...