-
Notifications
You must be signed in to change notification settings - Fork 38
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update readme.md Anleitung für ein Pandoc Update hinzugefügt * Update ble_view.xml Rechtschreibfehler behoben * Update ble_options_1.0.xml Rechtschreibfehler behoben * Update ble_view.xml Rechtschreibfehler behoben
- Loading branch information
Showing
3 changed files
with
22 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -43,6 +43,25 @@ Final das Dokument aus Word heraus als docx oder pdf abspeichern. | |
Wenn Änderungen im Fragenkatalog, in Optionen oder Bedingungen vorgenommen werden, dann müssen ggf. die Views angepasst werden. | ||
|
||
|
||
### Pandoc | ||
|
||
Damit der Export in ein Word-Dokument fehlerfrei funktioniert, muss auf dem RDMO-Server Pandoc in Version 3.1.5 oder aktueller installiert sein. | ||
|
||
https://rdmo.readthedocs.io/en/latest/management/views.html#custom-pandoc-version | ||
|
||
Beispiel: | ||
|
||
/home/rdmo/rdmo-app/config/settings/local.py -> folgendes einfügen: | ||
|
||
import os | ||
|
||
os.environ.setdefault('PYPANDOC_PANDOC', '/home/rdmo/rdmo-app/env/lib/python3.8/site-packages/pandoc-3.1.5/bin/pandoc') | ||
|
||
|
||
|
||
|
||
|
||
|
||
## Rechtliches und Kontakt | ||
|
||
Der Katalog steht unter der Lizenz CC0 zur freien Verfügung. Bei Fragen und Anmerkungen wenden Sie sich bitte an [email protected] . |