LINUX.IE, website of the Irish Linux Users' Group
Tux rules!

   
Home
New Users
Articles
Download
Projects
Community
Vendors

  Print Version
Email to...
 
Archives:


planetILUG

Recent News

News Archive


Join the
ILUG
on FaceBook


Join the
ILUG
on LinkedIn


Join the
ILUG SETI
Group



















 
 :: Mailing Lists

[ILUG] Latex Q

[ILUG] Latex Q

Caolan McNamara Caolan.McNamara at ul.ie
Tue Jun 8 16:40:45 IST 1999


On 08-Jun-99 John P. Looney wrote:
> Anyone know how to get Latex to use an A4 page size, instead of something
>else, like Letter ?
>
> I start all my docs with: 
>
>\documentclass{article}
>\begin{document}
> 
> Is this right ?
>
>Kate

\documentclass[a4paper]{article}
\begin{document}
some test text
\end{document}

or for "verysmall margins", which are just about right for me use

\documentclass{article}
\usepackage{a4wide}
\begin{document}
some test text
\end{document}


you can also use the geometry package to get more fine grained control
\documentclass{article}
\usepackage{geometry}
\geometry{verbose,a4paper,tmargin=5mm,bmargin=10mm,lmargin=15mm,rmargin=20mm}
\begin{document}
test
\end{document}

where the margins are 
top 5mm
bottom 10mm
left 15mm
right 20mm

C.

P.S. does anyone know a good mechanism to convert an arbitrary unicode/utf-8 
character into a latex character ?, i know that there is a chinese tex so there
must be some way to at least convert european letters and chinese and maybe
others ? into latex automagically.


Real Life: Caolan McNamara           *  Doing: MSc in HCI
Work: Caolan.McNamara at ul.ie          *  Phone: +353-61-202699
URL: http://www.csn.ul.ie/~caolan    *  Sig: an oblique strategy
char*s="char*s=%c%s%c;main(){printf(s,34,s,34);}";main(){printf(s,34,s,34);}
Take a break




More information about the ILUG mailing list
Read this without the formatting.
                                                                                                    

 

Hosted by HEAnet


Maintained by the ILUG website team. The aim of Linux.ie is to support and help commercial and private users of Linux in Ireland. You can display ILUG news in your own webpages, read backend information to find out how. Networking services kindly provided by HEAnet, server kindly donated by Dell. Linux is a trademark of Linus Torvalds, used with permission. No penguins were harmed in the production or maintenance of this highly praised website. Looking for the Indian Linux Users' Group? Try here. If you've read all this and aren't a lawyer: you should be!
RSS Version
Powered by Dell