hgbook
diff ja/00book_html.tex @ 1112:7764de86d22f
refined chap 2
author | Zhaoping Sun <zhaopingsun@gmail.com> |
---|---|
date | Mon Dec 28 22:58:53 2009 -0500 (2009-12-28) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/ja/00book_html.tex Mon Dec 28 22:58:53 2009 -0500 1.3 @@ -0,0 +1,78 @@ 1.4 +% The use of oneside here is a temporary hack; \marginpar entries 1.5 +% don't show up on odd pages of PDF output without it. Sigh. 1.6 +%\documentclass[oneside]{jbook} 1.7 +\documentclass[oneside]{book} 1.8 + 1.9 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1.10 + 1.11 +%%%% 1.12 +%%%% output format independent part: 1.13 +%%%% 1.14 + 1.15 +%\usepackage{enumerate} 1.16 +\usepackage{fullpage} 1.17 +\usepackage{makeidx} 1.18 +\usepackage{fancyvrb} 1.19 +\usepackage{custom} 1.20 + 1.21 +%%%% 1.22 +%%%% output format specific part: 1.23 +%%%% 1.24 + 1.25 +\usepackage{graphicx} 1.26 + 1.27 +% leave hyperref until last 1.28 +\usepackage[ 1.29 + tex4ht, 1.30 + colorlinks=true, 1.31 + bookmarks=true, 1.32 + bookmarksnumbered=true, 1.33 + bookmarkstype=toc 1.34 + ]{hyperref} 1.35 + 1.36 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1.37 + 1.38 +%%%% 1.39 +%%%% output format independent part: 1.40 +%%%% 1.41 + 1.42 +\include{99defs} 1.43 + 1.44 +%%%% 1.45 +%%%% output format specific part: 1.46 +%%%% 1.47 + 1.48 +%\newcommand{\grafix}[1]{\includegraphics{#1}} 1.49 +%\newcommand{\grafix}[1]{#1} 1.50 +\newcommand{\grafix}[2][]{\Picture{#2}} % ignore #1 1.51 +\newcommand{\grafixL}[1]{\Picture{#1}} 1.52 + 1.53 +% Note: blah blah. 1.54 +\newsavebox{\notebox} 1.55 +\newenvironment{note}{ 1.56 + \begin{lrbox}{\notebox} 1.57 + \begin{minipage}{0.7\textwidth} 1.58 + \textbf{備考:}\space% 1.59 +}{ 1.60 + \end{minipage} 1.61 + \end{lrbox} 1.62 + \fbox{\usebox{\notebox}} 1.63 +} 1.64 +\newenvironment{caution}{ 1.65 + \begin{lrbox}{\notebox} 1.66 + \begin{minipage}{0.7\textwidth} 1.67 + \textbf{注意:}\space% 1.68 +}{ 1.69 + \end{minipage} 1.70 + \end{lrbox} 1.71 + \fbox{\usebox{\notebox}} 1.72 +} 1.73 + 1.74 +%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% 1.75 + 1.76 +\input{00book} 1.77 + 1.78 +%%% Local Variables: 1.79 +%%% mode: latex 1.80 +%%% TeX-master: t 1.81 +%%% End: