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
|
%% File `dhucs.cfg`
%%
%% Copyright (c) 2007-2013 Kangsoo Kim <karnes at ktug org>
%%
%% This work may be distributed and/or modified under the
%% conditions of the LaTeX Project Public License, either version 1.3c
%% of this license or (at your option) any later version.
%% The latest version of this license is in
%% http://www.latex-project.org/lppl.txt
%% and version 1.3c or later is part of all distributions of LaTeX
%% version 2006/05/20 or later.
%%
\Preamble{xhtml}
\Configure{charset}{charset=utf-8}
\Configure{@TITLE}{\protected\def\unihangulchar##1{\special{t4ht=&\###1;}}}
\Configure{@BODY}{\NoFonts}
\Configure{@/BODY}{\EndNoFonts}
\begin{document}
\CssFile
/* css.sty */
body {
line-height: 150%;
}
.verbatim {
font-family: monospace;
white-space: nowrap;
text-align: left;
line-height: 100%;
}
.quote {
margin-bottom: 0.25em;
margin-top: 0.25em;
margin-left: 3em;
margin-right:3em;
text-align:justify;
}
\EndCssFile
\EndPreamble
|