Control: tags -1 patch

On Fri, Apr 20, 2018 at 05:07:54PM +0300, Adrian Bunk wrote:
>...
> ! Package inputenc Error: Invalid UTF-8 byte 180.
> 
> See the inputenc package documentation for explanation.
> Type  H <return>  for immediate help.
>  ...                                              
>                                                   
> l.1158     ``There�
>                    s quotes and there�s quotes�� \\* % ''
> ? 
> ! Emergency stop.
>  ...                                              
>                                                   
> l.1158     ``There�
>                    s quotes and there�s quotes�� \\* % ''
> Output written on ChkTeX.dvi (16 pages, 54240 bytes).
> Transcript written on ChkTeX.log.
> make[1]: *** [Makefile:265: ChkTeX.dvi] Error 1

Fix is attached.

cu
Adrian

-- 

       "Is there not promise of rain?" Ling Tan asked suddenly out
        of the darkness. There had been need of rain for many days.
       "Only a promise," Lao Er said.
                                       Pearl S. Buck - Dragon Seed

Description: Specify the input encoding, fixing FTBFS with TeX Live 2018
Author: Adrian Bunk <b...@debian.org>
Bug-Debian: https://bugs.debian.org/896178

--- chktex-1.7.6.orig/ChkTeX.tex.in
+++ chktex-1.7.6/ChkTeX.tex.in
@@ -37,6 +37,7 @@
 
 \documentclass[a4paper]{article}
 %latex
+\usepackage[latin1]{inputenc}
 \usepackage{array, tabularx, verbatim, multicol}
 \usepackage[T1]{fontenc}
 \nonfrenchspacing

Reply via email to