summaryrefslogtreecommitdiff
path: root/language/korean/kotex-utf/tex4ht/dhucs.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'language/korean/kotex-utf/tex4ht/dhucs.cfg')
-rw-r--r--language/korean/kotex-utf/tex4ht/dhucs.cfg40
1 files changed, 40 insertions, 0 deletions
diff --git a/language/korean/kotex-utf/tex4ht/dhucs.cfg b/language/korean/kotex-utf/tex4ht/dhucs.cfg
new file mode 100644
index 0000000000..8c8f57f282
--- /dev/null
+++ b/language/korean/kotex-utf/tex4ht/dhucs.cfg
@@ -0,0 +1,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
+