|
From: Reiner S. <rei...@im...> - 2006-10-04 14:40:34
|
Hi,
I tried to install gnuplot-4.2.rc1 on GNU/Linux (SUSE 9.2).
tutorial/eg7.tex uses \inputencoding{latin1}, 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.
--
,,,
(o o)
---ooO-(_)-Ooo--- | PGP key available | http://rsteib.home.pages.de/
|