Frequently Asked Questions
Find answers to common questions about LaTeX Cloud Studio and LaTeX document creation.LaTeX Cloud Studio Platform
What is LaTeX Cloud Studio?
What is LaTeX Cloud Studio?
Do I need to install anything to use LaTeX Cloud Studio?
Do I need to install anything to use LaTeX Cloud Studio?
Is LaTeX Cloud Studio free to use?
Is LaTeX Cloud Studio free to use?
- Unlimited public projects
- Real-time collaboration with up to 3 users
- Access to all LaTeX packages
- Basic compilation features
How do I collaborate with others?
How do I collaborate with others?
- Click the “Share” button in your project
- Invite collaborators by email
- Set permissions (view, comment, or edit)
- Work together in real-time with live cursors
Can I work offline?
Can I work offline?
- Edit documents offline
- Sync changes when reconnected
- Export projects for local editing
Getting Started with LaTeX
I'm new to LaTeX. Where should I start?
I'm new to LaTeX. Where should I start?
- Start with our LaTeX in 30 Minutes guide
- Try our Getting Started tutorial
- Use our pre-made templates for common document types
- Check out beginner-friendly tutorials
What's the difference between LaTeX and Word?
What's the difference between LaTeX and Word?
- Professional typesetting and consistent formatting
- Mathematical equations and scientific notation
- Large documents (theses, books)
- Version control and collaboration
- Cross-references and bibliographies
- Quick documents and letters
- WYSIWYG editing
- Track changes and comments
- Integration with Office suite
How do I convert my Word document to LaTeX?
How do I convert my Word document to LaTeX?
- Manual conversion: Copy text content and apply LaTeX formatting
- Pandoc: Use this tool for basic conversions
- Start fresh: Often it’s easier to recreate the document in LaTeX
Common LaTeX Questions
How do I insert images in LaTeX?
How do I insert images in LaTeX?
How do I create tables in LaTeX?
How do I create tables in LaTeX?
How do I write mathematical equations?
How do I write mathematical equations?
$E = mc^2$
produces Display math:How do I manage bibliography and citations?
How do I manage bibliography and citations?
- Create a
.bib
file with your references - Cite with
\cite{key}
- Add bibliography with
\bibliography{references}
Troubleshooting
Why won't my document compile?
Why won't my document compile?
- Missing packages: Ensure all
\usepackage{}
commands are in the preamble - Syntax errors: Check for missing braces
{}
or brackets[]
- Undefined references: Run compilation twice for cross-references
- Special characters: Escape characters like
&
,%
,$
with backslash
How do I fix 'Undefined control sequence' errors?
How do I fix 'Undefined control sequence' errors?
- Typo in command name (e.g.,
\textbf
not\txetbf
) - Missing package that defines the command
- Command used outside its valid scope
Why are my figures appearing in the wrong place?
Why are my figures appearing in the wrong place?
- Use placement specifiers:
[h]
(here),[t]
(top),[b]
(bottom) - Try
[H]
with thefloat
package for strict placement - Use
\clearpage
to force all floats to appear
Advanced Topics
Can I create presentations in LaTeX?
Can I create presentations in LaTeX?
How do I use custom fonts in LaTeX?
How do I use custom fonts in LaTeX?
\usepackage{times}
for Times Roman\usepackage{helvet}
for Helvetica\usepackage{palatino}
for Palatino
Can I use LaTeX for languages other than English?
Can I use LaTeX for languages other than English?
Platform-Specific Questions
How do I export my project?
How do I export my project?
- PDF: Click “Download PDF” after compilation
- Source files: Project menu → “Download Source”
- ZIP archive: Project menu → “Download as ZIP”
Is my data secure on LaTeX Cloud Studio?
Is my data secure on LaTeX Cloud Studio?
- All data is encrypted in transit (HTTPS) and at rest
- Regular security audits and backups
- GDPR compliant with data centers in the EU
- You retain full ownership of your documents
Can I use LaTeX Cloud Studio for commercial projects?
Can I use LaTeX Cloud Studio for commercial projects?
- Commercial documents and reports
- Published books and articles
- Client work and consulting
- Any professional use