summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/latex/ydoc/ydoc.cfg
blob: 56b98ace15ff6df014a24702c731b019bc01abf5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
%%
%% This is file `ydoc.cfg',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% ydoc.dtx  (with options: `ydoc.cfg')
%% 
%% Please delete the following line on manual changes:
\ProvidesFile{ydoc.cfg}[%
    2012/05/03
    v0.6alpha
   Default config file for ydoc]
\usepackage[T1]{fontenc}
\IfFileExists{fourier.sty}{%
    \usepackage{fourier}
}{}
\IfFileExists{lmodern.sty}{
    \IfFileExists{fourier.sty}{
        \renewcommand{\ttdefault}{lmtt}
    }{
        \usepackage{lmodern}
    }
}{}
\urlstyle{sf}
\usepackage{ifpdf}
\ifpdf
\usepackage{microtype}
\fi
\usepackage{array}
\usepackage{booktabs}
\usepackage{multicol}
\usepackage{xcolor}
\usepackage{listings}
\usepackage{booktabs}
\usepackage{hyperref}
\reversemarginpar
\endinput
%%
%% End of file `ydoc.cfg'.