=================================================================== RCS file: /home/cvs/OpenXM_contrib/gnuplot/docs/latextut/Attic/header.tex,v retrieving revision 1.1.1.1 retrieving revision 1.1.1.2 diff -u -p -r1.1.1.1 -r1.1.1.2 --- OpenXM_contrib/gnuplot/docs/latextut/Attic/header.tex 2000/01/09 17:01:07 1.1.1.1 +++ OpenXM_contrib/gnuplot/docs/latextut/Attic/header.tex 2000/01/22 14:16:15 1.1.1.2 @@ -47,7 +47,24 @@ % To show a syntax for a gnutex command \newenvironment{syntax}{\begin{quote}\tt}{\end{quote}} -\documentstyle[titlepage,11pt]{article} +\ifx\LaTeXe\undefined +% old LaTeX version +% add `,a4' to `toc_entry' to load settings for A4-paper +% see below if you add 11pt or 12pt +\documentstyle[titlepage,a4]{article} +\else +% LaTeX2e version +% add `[a4paper]' before `{article}' to load settings for A4-paper +% see below if you add 11pt or 12pt +\documentclass[titlepage,a4paper]{article} % DSL 24 May 1995 +\usepackage{latexsym} +% If you are concerned about +% LaTeX Warning: \oval, \circle, or \line size unavailable on input line +% warnings, uncomment one of the following lines. You'll need to create +% tutorial.ps then. +%\usepackage{eepic} +%\usepackage{pspicture} +\fi % Margins \sloppy