Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/GAP/tst/mockpkg/doc/   (GAP Algebra Version 4.15.1©)  Datei vom 18.9.2025 mit Größe 261 B image not shown  

Quelle  make_doc   Sprache: unbekannt

 
Spracherkennung für: vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

#!/bin/sh
set -e

echo "TeXing documentation"
# TeX the manual 
tex 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

[Dauer der Verarbeitung: 0.12 Sekunden, vorverarbeitet 2026-09-11]