Tidy up char 127
[latex2e.git] / trunk / support / ltxdoc.cfg
blob32791f8858f684dd7692c8ce5a60a6235771f0be
1 % \iffalse meta-comment
3 % Copyright 2006, 2007, 2011 Heiko Oberdiek
4 % Copyright 2014 The LaTeX3 Project
5
6 % This file is part of the LaTeX base system.
7 % -------------------------------------------
9 % It may be distributed and/or modified under the
10 % conditions of the LaTeX Project Public License, either version 1.3c
11 % of this license or (at your option) any later version.
12 % The latest version of this license is in
13 %    http://www.latex-project.org/lppl.txt
14 % and version 1.3c or later is part of all distributions of LaTeX
15 % version 2005/12/01 or later.
17 % This file has the LPPL maintenance status "maintained".
19 % \fi
21 \ProvidesFile{ltxdoc.cfg}%
22   [2014/06/30 v2.0 ltxdoc.cls configuration (LaTeX3 Project)]
23 \PassOptionsToClass{a4paper}{article}
24 \AtEndOfClass{%
25   \RequirePackage{hypdoc}%
26   \RequirePackage{pdftexcmds}\relax
27   \ifnum\pdf@strcmp{\jobname}{inputenc}=0 %
28     \hypersetup{pdfencoding=auto}%
29     \pdfstringdefDisableCommands{%
30       \def\meta#1{% inputenc.dtx
31         \9060\010#1\9060\011%
32       }%
33     }%
34   \else
35   \fi
36   \pdfstringdefDisableCommands{%
37     \let\env\relax % longtable.dtx
38     \let\mytt\relax % tabularx.dtx
39   }%
41 \endinput