# Example Documents for TSYSDevStack Toolboxes Docs This directory contains example documents and workflow scripts that demonstrate the capabilities of the document production workhorse container. ## 📄 Document Examples ### 1. Basic Markdown to PDF - `basic-markdown.md` - Simple markdown document for conversion to PDF - `basic-markdown.pdf` - Output PDF generated from the markdown ### 2. Resume/CV Generation - `resume-template.tex` - LaTeX template for ATS-optimized resumes - `resume.md` - Markdown source for a resume - `resume.pdf` - Generated PDF resume ### 3. Project Documentation - `project-plan.md` - Example project plan in markdown - `project-plan.pdf` - Generated PDF project plan ### 4. Joplin Notes Conversion - `joplin-note.md` - Example Joplin note markdown - `joplin-note.pdf` - Converted PDF preserving formatting ### 5. mdBook Example - `mybook/` - Complete mdBook project example - `mybook/src/SUMMARY.md` - Book structure - `mybook/src/chapter_1.md` - Sample chapter ### 6. Typst Document - `scientific-document.typ` - Example Typst document - `scientific-document.pdf` - Generated PDF ### 7. Marp Presentation - `presentation.md` - Example Marp presentation - `presentation.pdf` - Generated PDF slides ### 8. Quarto Document - `analysis.qmd` - Example Quarto document with code execution - `analysis.pdf` - Generated analysis document ## 🛠️ Workflow Scripts ### 1. Batch Conversion Script - `batch-convert.sh` - Script to convert multiple markdown files to PDF ### 2. Document Pipeline - `document-pipeline.sh` - Complete pipeline from source to final document ### 3. Quality Assurance - `qa-check.sh` - Script to verify document quality and consistency ### 4. Custom Styling - `custom-templates/` - Directory containing custom templates for various document types