mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-26 19:18:50 +00:00
Fix for some etc/refcards encoding issues
* etc/refcards/cs-dired-ref.tex, etc/refcards/cs-refcard.tex: * etc/refcards/cs-survival.tex, etc/refcards/sk-dired-ref.tex: * etc/refcards/sk-refcard.tex, etc/refcards/sk-survival.tex: Input "utf8off", which seems to be needed.
This commit is contained in:
parent
b6e870b336
commit
6f8c67690b
@ -1,3 +1,10 @@
|
||||
2014-04-11 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* refcards/cs-dired-ref.tex, refcards/cs-refcard.tex:
|
||||
* refcards/cs-survival.tex, refcards/sk-dired-ref.tex:
|
||||
* refcards/sk-refcard.tex, refcards/sk-survival.tex:
|
||||
Input "utf8off", which seems to be needed.
|
||||
|
||||
2014-03-14 Rüdiger Sonderfeld <ruediger@c-plusplus.de>
|
||||
|
||||
* tutorials/TUTORIAL.de: Adapt to recent changes in TUTORIAL.
|
||||
|
@ -31,6 +31,11 @@
|
||||
% Czech hyphenation rules applied
|
||||
\chyph
|
||||
|
||||
% Without this, pdfTeX 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
|
||||
% aborts with: "! UTF-8 INPUT IS CORRUPTED !
|
||||
% May be you are using another input encoding"
|
||||
\input utf8off
|
||||
|
||||
% This file can be printed with 1, 2, or 3 columns per page.
|
||||
% Specify how many you want here.
|
||||
\newcount\columnsperpage
|
||||
|
@ -49,6 +49,11 @@
|
||||
% Czech hyphenation rules applied
|
||||
\chyph
|
||||
|
||||
% Without this, pdfTeX 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
|
||||
% aborts with: "! UTF-8 INPUT IS CORRUPTED !
|
||||
% May be you are using another input encoding"
|
||||
\input utf8off
|
||||
|
||||
% This file can be printed with 1, 2, or 3 columns per page.
|
||||
% Specify how many you want here.
|
||||
\newcount\columnsperpage
|
||||
|
@ -54,6 +54,11 @@
|
||||
% Czech hyphenation rules applied
|
||||
\chyph
|
||||
|
||||
% Without this, pdfTeX 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
|
||||
% aborts with: "! UTF-8 INPUT IS CORRUPTED !
|
||||
% May be you are using another input encoding"
|
||||
\input utf8off
|
||||
|
||||
\input emacsver.tex
|
||||
|
||||
\def\copyrightnotice{\penalty-1\vfill
|
||||
|
@ -32,6 +32,11 @@
|
||||
% Slovak hyphenation rules applied
|
||||
\shyph
|
||||
|
||||
% Without this, pdfTeX 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
|
||||
% aborts with: "! UTF-8 INPUT IS CORRUPTED !
|
||||
% May be you are using another input encoding"
|
||||
\input utf8off
|
||||
|
||||
% This file can be printed with 1, 2, or 3 columns per page.
|
||||
% Specify how many you want here.
|
||||
\newcount\columnsperpage
|
||||
|
@ -50,6 +50,11 @@
|
||||
% Slovak hyphenation rules applied
|
||||
\shyph
|
||||
|
||||
% Without this, pdfTeX 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
|
||||
% aborts with: "! UTF-8 INPUT IS CORRUPTED !
|
||||
% May be you are using another input encoding"
|
||||
\input utf8off
|
||||
|
||||
% This file can be printed with 1, 2, or 3 columns per page.
|
||||
% Specify how many you want here.
|
||||
\newcount\columnsperpage
|
||||
|
@ -55,6 +55,11 @@
|
||||
% Slovak hyphenation rules applied
|
||||
\shyph
|
||||
|
||||
% Without this, pdfTeX 3.1415926-2.5-1.40.14 (TeX Live 2013/Debian)
|
||||
% aborts with: "! UTF-8 INPUT IS CORRUPTED !
|
||||
% May be you are using another input encoding"
|
||||
\input utf8off
|
||||
|
||||
\input emacsver.tex
|
||||
|
||||
\def\copyrightnotice{\penalty-1\vfill
|
||||
|
Loading…
Reference in New Issue
Block a user