|
From: Ethan M. <merritt@u.washington.edu> - 2006-10-04 16:36:07
|
On Wednesday 04 October 2006 07:40 am, Reiner Steib wrote:
> Hi,
>
> I tried to install gnuplot-4.2.rc1 on GNU/Linux (SUSE 9.2).
>
> tutorial/eg7.tex uses \inputencoding{latin1}
I cannot reproduce this.
There is no mention of latin1 or inputencoding in any of the files
in .../tutorial as distributed. The example *.plt files do not
specify any particular encoding, and eg7.tex contains no such line
when generated by the TeX installation here.
Are you sure this isn't being added by some local TeX configuration
option on your machine?
> , but the master file
> (tutorial.tex or header.tex) fails to add \usepackage[...]{inputenc}.
> The following patch fixed the problem for me (TeX system is TeX Live
> 2005):
>
> --8<---------------cut here---------------start------------->8---
> --- tutorial/header.tex.orig 2006-10-04 16:05:55.042788254 +0200
> +++ tutorial/header.tex 2006-10-04 15:38:22.030701292 +0200
> @@ -73,6 +73,8 @@
> \usepackage{graphicx}
> \usepackage{color}
>
> +\usepackage[latin1]{inputenc}
> +
> % Margins
> \sloppy
> \setlength{\textwidth}{6.5in}
> --8<---------------cut here---------------end--------------->8---
>
> Bye, Reiner.
--
Ethan A Merritt
Biomolecular Structure Center
University of Washington, Seattle WA
|