*** empty log message ***
authorhanda <handa>
Mon, 4 Aug 2003 23:29:46 +0000 (23:29 +0000)
committerhanda <handa>
Mon, 4 Aug 2003 23:29:46 +0000 (23:29 +0000)
Makefile.am
data-usr/m17n-lib.sty
doxyfile

index 9431ddb..f156560 100644 (file)
@@ -322,6 +322,6 @@ release: dist
        cp ${distdir}.tar.gz ${FTPDIR}
 
 
        cp ${distdir}.tar.gz ${FTPDIR}
 
 
-.PRECIOUS: %/latex/m17n-lib.tex %/man/man3/m17nIntro.3m ${SRCALL}
+.PRECIOUS: usr/latex/refman.tex usr/latex/m17n-lib.tex %/man/man3/m17nIntro.3m ${SRCALL}
 
 endif
 
 endif
index bc06fbf..8fdd3e4 100644 (file)
@@ -1,5 +1,5 @@
 \ProvidesPackage{m17n-lib}
 \ProvidesPackage{m17n-lib}
-%% Don't leave the space for marginal notes.
+%% Don't leave the space for marginal notes and foot notes.
 \setlength{\textwidth}{\paperwidth}
 \addtolength{\textwidth}{-2in}
 \setlength{\textheight}{\paperheight}
 \setlength{\textwidth}{\paperwidth}
 \addtolength{\textwidth}{-2in}
 \setlength{\textheight}{\paperheight}
 \cfoot[]{}
 \def\footrule{}
 
 \cfoot[]{}
 \def\footrule{}
 
-%% Use arabic numbers in the second level `enumerate' environment.
-\renewcommand\theenumii{\@arabic\c@enumii}
-
-%% Make each section start with a new page.
-\let\origsection\section
-\def\section{\cleardoublepage\origsection}
-
 %% Hook function to print credit and add subsections to TOC.
 \def\m17nhook{
 %% Hook function to print credit and add subsections to TOC.
 \def\m17nhook{
+\newpage
 \thispagestyle{empty}
 \vspace*{\fill}
 Copyright (C) 2003\\
 \thispagestyle{empty}
 \vspace*{\fill}
 Copyright (C) 2003\\
@@ -51,15 +45,12 @@ You should have received a copy of the GNU General Public License
 along with the m17n library; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.
 along with the m17n library; see the file COPYING.  If not, write to
 the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
 Boston, MA 02111-1307, USA.
-\newpage%
-\setcounter{tocdepth}{2}%
-\setcounter{page}{1}%
 }
 
 }
 
-%% Run the above hook before printing TOC.
-\let\origtableofcontents\tableofcontents
-\def\tableofcontents{\m17nhook\origtableofcontents\clearpage}
+%% Run the above hook in the back of the title page.
+\let\origendtitlepage\endtitlepage
+\def\endtitlepage{\m17nhook\origendtitlepage}
 
 %% Add Index section to the table of contents.
 \let\origprintindex\printindex
 
 %% Add Index section to the table of contents.
 \let\origprintindex\printindex
-\def\printindex{\addcontentsline{toc}{section}{Index}\origprintindex}
+\def\printindex{\addcontentsline{toc}{chapter}{Index}\origprintindex}
index 3f470ac..c6cf021 100644 (file)
--- a/doxyfile
+++ b/doxyfile
@@ -512,7 +512,7 @@ PAPER_TYPE             = a4wide
 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
 # packages that should be included in the LaTeX output.
 
 # The EXTRA_PACKAGES tag can be to specify one or more names of LaTeX 
 # packages that should be included in the LaTeX output.
 
-EXTRA_PACKAGES         = times
+EXTRA_PACKAGES         = m17n-lib times
 
 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for 
 # the generated latex document. The header should contain everything until 
 
 # The LATEX_HEADER tag can be used to specify a personal LaTeX header for 
 # the generated latex document. The header should contain everything until