Update documentation and add architectural approach document
This commit is contained in:
@@ -18,11 +18,11 @@ The RCEO-AIOS-Public-Tools-DocMaker-Base container is designed for lightweight d
|
||||
|
||||
### Documentation Generation
|
||||
- **Pandoc**: Universal document converter
|
||||
- **Wandmalfarbe pandoc-latex-template**: Beautiful Eisvogel LaTeX template for professional PDFs
|
||||
- **mdBook**: Create books from Markdown files
|
||||
- **mdbook-pdf**: PDF renderer for mdBook
|
||||
- **Typst**: Modern typesetting system
|
||||
- **Marp CLI**: Create presentations from Markdown
|
||||
- **Markwhen**: Interactive text-to-timeline tool
|
||||
|
||||
### LaTeX
|
||||
- **TeX Live**: Lightweight LaTeX packages for basic document typesetting
|
||||
@@ -51,6 +51,9 @@ cd /home/localuser/AIWorkspace/AIOS-Public/Docker/RCEO-AIOS-Public-Tools-DocMake
|
||||
# Example: Convert a Markdown file to PDF using pandoc
|
||||
./docker-compose-wrapper.sh run docmaker-base pandoc input.md -o output.pdf
|
||||
|
||||
# Example: Create beautiful PDF using Eisvogel template
|
||||
./docker-compose-wrapper.sh run docmaker-base pandoc input.md --template eisvogel -o output.pdf
|
||||
|
||||
# Example: Create a timeline with Markwhen
|
||||
./docker-compose-wrapper.sh run docmaker-base markwhen input.mw --output output.html
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user