Sanitize Latex
# Sanitize LaTeX
Use these prompt templates to guide an LLM in cleaning up LaTeX by stripping out unnecessary spacing commands, redundant delimiters, and repeated punctuation.
## Expected output
- Clean LaTeX with minimal spacing macros
- Standard operator spacing and no trailing punctuation inside math delimiters
- Preserved equation structure and valid syntax
## Base Cleanup Prompt
**Prompt:**when to use it
Community prompt sourced from the open-source GitHub repo djeada/llm-queries (MIT). A "Sanitize Latex" style prompt — adapt the placeholders and specifics to your task. Imported as-is and not independently retested here, so check the output before relying on it.
tags
roleplaycommunitygeneral
source
djeada/llm-queries · MIT