--- title: 'LATEX User Guidelines' disqus: hackmd --- ###### tags:`ICGEC-2026` LATEX User Guidelines === ## Table of Contents [TOC] ## Why LaTeX? If you're new to LaTeX, don't worry! LaTeX (pronounced "LAH-tek") was created in the 1980s to simplify document preparation for academic and technical writing. ### Advantages over Microsoft Word - **Professional Typesetting**: Automatic formatting produces publication-quality documents with consistent spacing and layout - **Mathematical Notation**: Excellent rendering of complex equations, formulas, and symbols—essential for technical papers - **Reference Management**: Built-in citation and bibliography tools simplify handling references - **Template Compliance**: Springer templates ensure your paper automatically meets formatting requirements - **Consistency**: Automatic numbering of figures, tables, equations, and sections prevents errors ## Getting Started with LaTeX: Overleaf You don't need to install any software! **Overleaf** is a free, browser-based LaTeX editor that makes it easy to create professional documents: 1. **Open the Template**: Click <a href="https://www.overleaf.com/latex/templates/springer-nature-latex-template/myxmhdsbzkyd" target="_blank" rel="noopener noreferrer">this link</a> to open the Springer Nature LaTeX template directly in Overleaf 2. **Create a Free Account**: If you don't have an account, sign up for free at Overleaf (no credit card required) 3. **Open as Template**: Click "Open as Template" to create your own copy of the template 4. **Edit Online**: Overleaf provides a split-screen view—edit your LaTeX code on the left, see the compiled PDF on the right 5. **Real-Time Preview**: Changes compile automatically, so you can see your paper take shape as you write 6. **Collaboration**: Overleaf supports real-time collaboration, perfect for co-authored papers 7. **Export PDF**: When ready, simply download your PDF for submission ### Tips for LaTeX Beginners - Start with the template—it's already set up correctly - Use Overleaf's comment feature if you get stuck - LaTeX uses commands (like `\section{}` for sections, `\cite{}` for citations) - The template includes examples you can follow - Most formatting is handled automatically—focus on your content! ### LATEX Mathematical Symbols -Please refer to this document: https://www.cmor-faculty.rice.edu/~heinken/latex/symbols.pdf