summaryrefslogtreecommitdiff
path: root/chktex/encoding.patch
blob: d247648a46b58d137619bf3aea123fb997c1e97d (plain)
    1 $NetBSD: patch-ChkTeX.tex.in,v 1.1 2018/05/16 12:42:19 markd Exp $
    2 
    3 Specify the input encoding, fixing build with TeX Live 2018
    4 debian bug 896178
    5 
    6 --- ChkTeX.tex.in.orig	2016-02-03 05:18:36.000000000 +0000
    7 +++ ChkTeX.tex.in
    8 @@ -37,6 +37,7 @@
    9  
   10  \documentclass[a4paper]{article}
   11  %latex
   12 +\usepackage[latin1]{inputenc}
   13  \usepackage{array, tabularx, verbatim, multicol}
   14  \usepackage[T1]{fontenc}
   15  \nonfrenchspacing

Generated by cgit