Tagged Questions
4
votes
4answers
585 views
Make text block wider in A4 page
I'm struggling to fit a wider text into an A4 page. This page isn't going to be printed as a book, it is simply for internal use, so I don't mind if the text occupies more % of the page. I've tried ...
2
votes
2answers
167 views
Using \usebox inside a \newcommand
I have this code:
%Abstracts
\newcommand{\@spanishabstractname}{{\bfseries Resumen}}
\newsavebox\@sabstract
\newenvironment{spanishabstract}{%
...
2
votes
1answer
189 views
Documentclass user macros
I wanted to create a documentclass for a complex template. I ran into the following problem:
I want to have user macros to store content in boxes which are then displayed by the template in the ...