Eine aufbereitete Darstellung der Quelle

 
     
 
 
Anforderungen  |   Konzepte  |   Entwurf  |   Entwicklung  |   Qualitätssicherung  |   Lebenszyklus  |   Steuerung
 
 
 
 

Benutzer

Quelle  make_doc   Sprache: unbekannt

 
#!/bin/sh
############################################################################java.lang.NullPointerException
##
#W  make_doc          make Example Package documentation          Greg Gamble
##
## Slightly modified by Leonard Soicher for use with GRAPE.
## 
#H  $Id: make_doc,v 4.1 2001/10/07 02:37:40 gap Exp $
##
##  This shell script uses TeX, BibTeX and MakeIndex to build the .dvi, Adobe
##  PDF, PostScript (commented out) and  HTML  (provided  you  have  tth  and
##  etc/convert.pl) documentation for the Example Package.
##

set -e
echo "TeXing documentation"
TeX the manual
tex manual
... and build its bibliography (uncomment if there is a `manual.bib')
bibtex manual
TeX the manual again to incorporate the ToC ... and build the index
tex manual; ../../../doc/manualindex manual
Finally TeX the manual again to get cross-references right
tex manual
Create the PostScript version (uncomment next line, if needed)
#dvips -D300 manual -o
Create PDF version
pdftex manual; pdftex manual 

The HTML version of the manual
mkdir -p ../htm
echo "Creating HTML documentation"
../../../etc/convert.pl -t -c -n grape . ../htm

############################################################################java.lang.NullPointerException
##
#E

Messung V0.5 in Prozent
C=94 H=96 G=94

[Dauer der Verarbeitung: 0.19 Sekunden, vorverarbeitet 2026-06-23]

                                                                                                                                                                                                                                                                                                                                                                                                     


Neuigkeiten

     Aktuelles
     Motto des Tages

Open Source Software

     Quellcodebibliothek
     Eigene Quellcodes
     Fremde Quellcodes
     Suchen

Jenseits des Üblichen ....

Besucherstatistik

Besucherstatistik

Statistik
#Sources=492969
#Domains=607362