added files for LaTeX compilation (second part of the patch 551210)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15385 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
28
docs/latex/wx/Makefile
Normal file
28
docs/latex/wx/Makefile
Normal file
@@ -0,0 +1,28 @@
|
||||
FIGS_GIF = \
|
||||
sizer00.gif sizer01.gif sizer02.gif sizer03.gif sizer04.gif \
|
||||
sizer05.gif sizer06.gif sizer07.gif sizer08.gif sizer09.gif \
|
||||
sizer10.gif sizer11.gif
|
||||
|
||||
FIGS_EPS = $(FIGS_GIF:.gif=.eps)
|
||||
LATEX = hugelatex
|
||||
MAKEINDEX = makeindex
|
||||
DVIPS = dvips
|
||||
|
||||
all: manual.ps
|
||||
|
||||
manual.ps: manual.dvi
|
||||
$(DVIPS) $< -o $@
|
||||
|
||||
manual.dvi: manual.tex $(FIGS_EPS)
|
||||
$(LATEX) manual.tex
|
||||
$(MAKEINDEX) -s manual.ist manual
|
||||
$(LATEX) manual.tex
|
||||
$(MAKEINDEX) -s manual.ist manual
|
||||
$(LATEX) manual.tex
|
||||
|
||||
|
||||
$(FIGS_EPS): %.eps : %.gif
|
||||
giftopnm $< | pnmtops -noturn > $@
|
||||
|
||||
clean:
|
||||
-rm -f *.dvi *.aux *.idx *.ilg *.ind *.log *.toc $(FIGS_EPS) *~
|
1
docs/latex/wx/ltx.tex
Normal file
1
docs/latex/wx/ltx.tex
Normal file
@@ -0,0 +1 @@
|
||||
\newcommand{\gifsep}{\hspace{1cm}}
|
1
docs/latex/wx/manual.ist
Normal file
1
docs/latex/wx/manual.ist
Normal file
@@ -0,0 +1 @@
|
||||
level '|'
|
Reference in New Issue
Block a user