Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/pkg/xgap/doc/   (GAP Algebra Version 4.15.1©)  Datei vom 14.8.2025 mit Größe 714 B image not shown  

Quelle  make_doc   Sprache: unbekannt

 
#!/bin/sh
set -e

echo "TeXing documentation"
delete old stuff to avoid spurious or "hidden errors" caused by their presence
rm -f manual.aux manual.pdf manual.idx manual.ilg manual.ind manual.lab manual.log manual.six manual.toc

./buildman.pe -f buildman.config

TeX the manual
tex manual
... and build its bibliography
bibtex manual
TeX the manual again to incorporate the ToC
tex manual
... and build the index
../../../doc/manualindex manual
Finally TeX the manual again to get cross-references right
tex manual

Create PDF version
pdftex manual
pdftex manual

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

Messung V0.5 in Prozent
C=96 H=90 G=93

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-06-26]