hgbook

view ja/00book_html.tex @ 881:3df0c9cfe902

Only run updatepo when required
author Dongsheng Song <dongsheng.song@gmail.com>
date Wed Oct 21 16:21:42 2009 +0800 (2009-10-21)
parents
children
line source
1 % The use of oneside here is a temporary hack; \marginpar entries
2 % don't show up on odd pages of PDF output without it. Sigh.
3 %\documentclass[oneside]{jbook}
4 \documentclass[oneside]{book}
6 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
8 %%%%
9 %%%% output format independent part:
10 %%%%
12 %\usepackage{enumerate}
13 \usepackage{fullpage}
14 \usepackage{makeidx}
15 \usepackage{fancyvrb}
16 \usepackage{custom}
18 %%%%
19 %%%% output format specific part:
20 %%%%
22 \usepackage{graphicx}
24 % leave hyperref until last
25 \usepackage[
26 tex4ht,
27 colorlinks=true,
28 bookmarks=true,
29 bookmarksnumbered=true,
30 bookmarkstype=toc
31 ]{hyperref}
33 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
35 %%%%
36 %%%% output format independent part:
37 %%%%
39 \include{99defs}
41 %%%%
42 %%%% output format specific part:
43 %%%%
45 %\newcommand{\grafix}[1]{\includegraphics{#1}}
46 %\newcommand{\grafix}[1]{#1}
47 \newcommand{\grafix}[2][]{\Picture{#2}} % ignore #1
48 \newcommand{\grafixL}[1]{\Picture{#1}}
50 % Note: blah blah.
51 \newsavebox{\notebox}
52 \newenvironment{note}{
53 \begin{lrbox}{\notebox}
54 \begin{minipage}{0.7\textwidth}
55 \textbf{備考:}\space%
56 }{
57 \end{minipage}
58 \end{lrbox}
59 \fbox{\usebox{\notebox}}
60 }
61 \newenvironment{caution}{
62 \begin{lrbox}{\notebox}
63 \begin{minipage}{0.7\textwidth}
64 \textbf{注意:}\space%
65 }{
66 \end{minipage}
67 \end{lrbox}
68 \fbox{\usebox{\notebox}}
69 }
71 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
73 \input{00book}
75 %%% Local Variables:
76 %%% mode: latex
77 %%% TeX-master: t
78 %%% End: