Stichwortregister: automatische Markierung aller Glossarbegriffe (988 statt 456 Marker)
Neues Skript erzeuge_stichwortregister_04.py:
- Sucht alle Glossarbegriffe (Anzeigename) in den Kapiteldateien
und markiert die erste Fundstelle je Datei mit {idx:Indexmarke}
- Termliste aus glossar_eintraege_04.py + vorhandenen {idx:...}-Markern
- Idempotent: erkennt vorhandene Marker und überspringt sie
- Überspringt Codeblöcke, Inline-Code und Math
- --check und --bericht Modi
- 605 Marker eingefügt (2 Durchläufe: 597 + 8)
Zusätzlich:
- titeltexte_04.py _saeubern(): entfernt {idx:...}-Marker vor
Titeltext-Vergleich (pruefe_titeltexte schlug sonst fehl)
This commit is contained in:
parent
488c3d4368
commit
99cb85907c
107 changed files with 1529 additions and 1214 deletions
4
Notebooks_04/praxisfallen.ipynb
generated
4
Notebooks_04/praxisfallen.ipynb
generated
|
|
@ -25,7 +25,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## Falle 1 — Infeasibility\n",
|
||||
"## Falle 1 — Infeasibility{idx:Infeasibility}\n",
|
||||
"\n",
|
||||
"`Infeasibility_Diagnose.py`\n"
|
||||
]
|
||||
|
|
@ -256,7 +256,7 @@
|
|||
"cell_type": "markdown",
|
||||
"metadata": {},
|
||||
"source": [
|
||||
"## Constraint Attribution: welche Bedingung kostet wie viel?\n",
|
||||
"## Constraint Attribution{idx:Constraint Attribution}: welche Bedingung kostet wie viel?\n",
|
||||
"\n",
|
||||
"`Constraint_Attribution.py`\n"
|
||||
]
|
||||
|
|
|
|||
Loading…
Reference in a new issue