Tags: patch

Not sure if this is the proper format, but here's a patch that
eliminates the reported issue:

diff -ru old/book-latex.ll new/book-latex.ll
--- old/book-latex.ll   2011-11-26 12:47:31.333757967 -0800
+++ new/book-latex.ll   2011-11-26 12:32:54.000000000 -0800
@@ -729,7 +729,7 @@
   /*"\\documentstyle[twocolumn,makeidx]{book}\n"*/
   "\\pagestyle{myheadings}\n\n"
   "% Enable ISO 8859/1 charset" nl()
-  "\\usepackage{isolatin1}" nl()
+  "\\usepackage[latin1]{inputenc}" nl()
   "% Shrink the margins to use more of the page.\n"
   "% This is taken from fullpage.sty, which is on some systems.\n"
   "\\topmargin 0pt\n"
diff -ru old/register-tex.ll new/register-tex.ll
--- old/register-tex.ll 2011-11-26 12:47:04.275087508 -0800
+++ new/register-tex.ll 2011-11-26 12:46:34.000000000 -0800
@@ -77,7 +77,7 @@

     /* Print preamble.  Feel free to change this to suit your tastes. */
     "\\documentstyle[twocolumn]{article}\n"
-    "\\usepackage{isolatin1}\n\n"
+    "\\usepackage[latin1]{inputenc}\n\n"
     "\\pagestyle{myheadings}\n\n"
     "% Shrink the margins to use more of the page.\n"
     "% This is taken from fullpage.sty, which is on some systems.\n"


With this patch, I no longer see the error message complaining about not finding
the 'isolatin1.sty' file.

-- 
-jesse



-- 
To UNSUBSCRIBE, email to [email protected]
with a subject of "unsubscribe". Trouble? Contact [email protected]

Reply via email to