Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F7878765
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
7 KB
Subscribers
None
View Options
Index: trunk/share/doc/book.hva
===================================================================
--- trunk/share/doc/book.hva (revision 5183)
+++ trunk/share/doc/book.hva (revision 5184)
@@ -1,29 +0,0 @@
-\ifstyleloaded\relax
-\else
-\input{bookcommon.hva}
-\@makesection
- {\part}{-2}{part}
- {\@opencell{CLASS="center"}{}{}\@open{H1}{\envclass@attr{part}}}%
- {\partname~\thepart}{\\}%
- {\@close{H1}\@closecell}
-\newstyle{.part}{margin:2ex auto;text-align:center}
-\@makesection
- {\chapter}{-1}{chapter}
- {\@open{H1}{\envclass@attr{chapter}}}{\chaptername~\thechapter}{\quad}{\@close{H1}}
-\@makesection
- {\section}{0}{section}
- {\@open{H2}{\envclass@attr{section}}}{\thesection}{\quad}{\@close{H2}}%
-\@makesection
- {\subsection}{1}{subsection}
- {\@open{H3}{\envclass@attr{subsection}}}{\thesubsection}{\quad}{\@close{H3}}%
-\@makesection
- {\subsubsection}{2}{subsubsection}
- {\@open{H4}{\envclass@attr{subsubsection}}}{\thesubsubsection}{\quad}{\@close{H4}}%
-\@makesection
- {\paragraph}{3}{paragraph}
- {\@open{H5}{\envclass@attr{paragraph}}}{\theparagraph}{\quad}{\@close{H5}}%
-\@makesection
- {\subparagraph}{4}{subparagraph}
- {\@open{H6}{\envclass@attr{subparagraph}}}{\thesubparagraph}{\quad}{\@close{H6}}%
-\styleloadedtrue
-\fi
\ No newline at end of file
Index: trunk/share/doc/mathaccents.hva
===================================================================
--- trunk/share/doc/mathaccents.hva (revision 5183)
+++ trunk/share/doc/mathaccents.hva (revision 5184)
@@ -1,10 +0,0 @@
-%% Maths accents
-\newcommand{\@mathaccent}[2]{\newcommand{#1}[1]{\mathop{##1}\limits^{#2}}}%
-\@mathaccent{\hat}{\^{}}%
-\@mathaccent{\grave}{`}%
-\@mathaccent{\acute}{'}%
-\@mathaccent{\tilde}{\~{}}%
-\@mathaccent{\dot}{.}%
-\@mathaccent{\ddot}{..}%
-\@mathaccent{\vec}{\rightarrow}%
-\@mathaccent{\bar}{\@print{-}}%
\ No newline at end of file
Index: trunk/share/doc/Makefile.am
===================================================================
--- trunk/share/doc/Makefile.am (revision 5183)
+++ trunk/share/doc/Makefile.am (revision 5184)
@@ -1,177 +1,176 @@
## Makefile.am -- Makefile for WHIZARD
##
## Process this file with automake to produce Makefile.in
#
# Copyright (C) 1999-2014 by
# Wolfgang Kilian <kilian@physik.uni-siegen.de>
# Thorsten Ohl <ohl@physik.uni-wuerzburg.de>
# Juergen Reuter <juergen.reuter@desy.de>
# Christian Speckner <cnspeckn@googlemail.com>
#
# WHIZARD is free software; you can redistribute it and/or modify it
# under the terms of the GNU General Public License as published by
# the Free Software Foundation; either version 2, or (at your option)
# any later version.
#
# WHIZARD is distributed in the hope that it will be useful, but
# WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
#
# You should have received a copy of the GNU General Public License
# along with this program; if not, write to the Free Software
# Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
#
########################################################################
## The manual source has to be distributed
dist_noinst_DATA = manual.tex $(PACKAGE).tex \
- custom.hva fancysection.hva book.hva
+ book.hva custom.hva fancysection.hva
## The primary targets
if DISTRIBUTION
if NOWEB_AVAILABLE
dist_pdf_DATA = manual.pdf $(PACKAGE).pdf gamelan_manual.pdf
else
dist_pdf_DATA = manual.pdf gamelan_manual.pdf
endif
else
dist_pdf_DATA =
endif
ps-local: manual.ps $(PACKAGE).ps gamelan_manual.ps
pdf-local: manual.pdf $(PACKAGE).pdf gamelan_manual.pdf
if DISTRIBUTION
if HEVEA_AVAILABLE
html_DATA = manual.html index.html
endif HEVEA_AVAILABLE
endif DISTRIBUTION
LATEX_STYLES = \
noweb.sty thophys.sty gamelan.sty
TEX_FLAGS = "$$TEXINPUTS:$(top_srcdir)/share/doc"
EXTRA_DIST = $(LATEX_STYLES)
## don't try to run the files in parallel (TeXLive 2009 doesn't like it)
manual.ps: $(PACKAGE).ps
manual.pdf: $(PACKAGE).pdf
$(PACKAGE).ps: gamelan_manual.ps
$(PACKAGE).pdf: gamelan_manual.pdf
gamelan_manual.pdf: gamelan.sty
## Rules for creating PS
.tex.dvi:
-TEXINPUTS=$(TEX_FLAGS) $(LATEX) $<; \
while grep 'Rerun to get cross-references right\.' $<.log; \
do TEXINPUTS=$(TEX_FLAGS) $(LATEX) $<; \
done
TEXINPUTS=$(TEX_FLAGS) $(LATEX) $<
.dvi.ps:
$(DVIPS) -o $@ $<
## Rules for creating PDF
if DISTRIBUTION
if PDFLATEX_AVAILABLE
.tex.pdf:
-TEXINPUTS=$(TEX_FLAGS) $(PDFLATEX) $<; \
while grep 'Rerun to get cross-references right\.' $<.log; \
do TEXINPUTS=$(TEX_FLAGS) $(PDFLATEX) $<; \
done
TEXINPUTS=$(TEX_FLAGS) $(PDFLATEX) $<
else
if PS2PDF_AVAILABLE
ps.pdf:
$(PS2PDF) $<.ps
else
@echo "Neither pdflatex nor ps2pdf available. The PDF manual cannot be made"
endif
endif
endif
## Rules for creating HTML
if HEVEA_AVAILABLE
HEVEAOPTS = -exec xxdate.exe -I $(top_srcdir)/share/doc \
book.hva fancysection.hva custom.hva
-# mathaccents.hva book.hva fancysection.hva custom.hva
HACHAOPTS = -tocbis
if DISTRIBUTION
index.html: manual.html
$(HACHA) $(HACHAOPTS) -o index.html manual.html
manual.html: manual.tex
$(HEVEA) -fix $(HEVEAOPTS) manual.tex
### There are no pics at the moment inside the manual.
# $(IMAGEN) manual
### There are no Feynman diagrams at the moment inside the manual.
# $(MPOST) manualpics.mp
# $(HEVEA) -fix $(HEVEAOPTS) manual.tex
else
@echo "HEVEA not available. The HTML manual cannot be made"
endif
endif
if NOWEB_AVAILABLE
$(PACKAGE).tex: $(top_srcdir)/src/whizard-core/$(PACKAGE).nw
$(NOWEAVE) -delay $< | $(CPIF) $@
gamelan.sty: $(top_srcdir)/src/gamelan/gamelan.nw
$(NOTANGLE) -R$@ $< | $(CPIF) $@
endif
## Cleanup tasks
mostlyclean-latex:
-rm -f *.aux *.log *.dvi *.toc *.idx *.out \
manual.ps manual.pdf
clean-latex:
maintainer-clean-latex:
-rm manual.ps manual.pdf
if NOWEB_AVAILABLE
mostlyclean-whizard:
-rm -f $(PACKAGE).tex $(PACKAGE).ps $(PACKAGE).pdf
maintainer-clean-whizard:
else
mostlyclean-whizard:
maintainer-clean-whizard:
endif
.PHONY: mostlyclean-latex clean-latex maintainer-clean-latex
.PHONY: mostlyclean-whizard maintainer-clean-whizard
mostlyclean-html:
-rm -f *.haux *.htoc *.css index.html contents_motif.gif \
next_motif.gif previous_motif.gif manual*.html
clean-html:
maintainer-clean-html:
-rm -f manual*.html index.html contents_motif.gif \
next_motif.gif previous_motif.gif
.PHONY: mostlyclean-html clean-html maintainer-clean-html
## Remove backup files
maintainer-clean-backup:
-rm -f *~
.PHONY: maintainer-clean-backup
## Register additional clean targets
mostlyclean-local: mostlyclean-latex mostlyclean-html mostlyclean-whizard
clean-local: clean-latex clean-html
maintainer-clean-local: maintainer-clean-latex maintainer-clean-html \
maintainer-clean-whizard maintainer-clean-backup
if !DISTRIBUTION
install-data-hook:
-$(INSTALL) -m 644 manual.pdf $(DESTDIR)$(datarootdir)/doc/whizard
-$(INSTALL) -m 644 $(PACKAGE).pdf $(DESTDIR)$(datarootdir)/doc/whizard
-$(INSTALL) -m 644 gamelan_manual.pdf $(DESTDIR)$(datarootdir)/doc/whizard
uninstall-hook:
-rm -f $(DESTDIR)/$(datarootdir)/doc/whizard/manual.pdf
-rm -f $(DESTDIR)/$(datarootdir)/doc/whizard/$(PACKAGE).pdf
-rm -f $(DESTDIR)/$(datarootdir)/doc/whizard/gamelan_manual.pdf
endif
########################################################################
## The End.
########################################################################
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Tue, Nov 19, 6:55 PM (1 d, 12 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
3805690
Default Alt Text
(7 KB)
Attached To
rWHIZARDSVN whizardsvn
Event Timeline
Log In to Comment