Frequently Asked Questions
Common questions about LaTeX Cloud Studio, LaTeX typesetting, and document creation
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?
LaTeX Cloud Studio is a cloud-based LaTeX editor that makes professional document creation accessible to everyone. No installation required – just sign in and start creating beautiful documents with real-time collaboration, instant compilation, and AI-powered assistance.
Do I need to install anything to use LaTeX Cloud Studio?
Do I need to install anything to use LaTeX Cloud Studio?
No! LaTeX Cloud Studio runs entirely in your browser. We handle all the LaTeX installation, package management, and compilation on our servers. You just need a modern web browser and internet connection.
Is LaTeX Cloud Studio free to use?
Is LaTeX Cloud Studio free to use?
Yes, LaTeX Cloud Studio offers a free tier that includes:
- Unlimited public projects
- Real-time collaboration with up to 3 users
- Access to all LaTeX packages
- Basic compilation features
Pro plans are available for advanced features like private projects, priority compilation, and enhanced collaboration tools.
How do I collaborate with others?
How do I collaborate with others?
Collaboration is built into LaTeX Cloud Studio:
- 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
See our collaboration guide for detailed instructions.
Can I work offline?
Can I work offline?
Currently, LaTeX Cloud Studio requires an internet connection. However, we’re developing offline capabilities that will allow you to:
- 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?
Great question! We recommend:
- 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
LaTeX Cloud Studio is designed to make learning LaTeX easier with helpful error messages and AI assistance.
What's the difference between LaTeX and Word?
What's the difference between LaTeX and Word?
LaTeX and Word serve different purposes:
LaTeX excels at:
- Professional typesetting and consistent formatting
- Mathematical equations and scientific notation
- Large documents (theses, books)
- Version control and collaboration
- Cross-references and bibliographies
Word excels at:
- Quick documents and letters
- WYSIWYG editing
- Track changes and comments
- Integration with Office suite
Many academics and professionals use both, choosing the right tool for each task.
How do I convert my Word document to LaTeX?
How do I convert my Word document to LaTeX?
While there’s no perfect automatic conversion, here are your options:
- 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
See our guide: From Word to 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?
LaTeX has two math modes:
Inline math: $E = mc^2$
produces
Display math:
Learn more in our mathematics guide.
How do I manage bibliography and citations?
How do I manage bibliography and citations?
Use BibTeX or BibLaTeX:
- Create a
.bib
file with your references - Cite with
\cite{key}
- Add bibliography with
\bibliography{references}
Full tutorial: Bibliography and Citations
Troubleshooting
Why won't my document compile?
Why won't my document compile?
Common compilation issues:
- 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
Our error fixing guide covers solutions in detail.
How do I fix 'Undefined control sequence' errors?
How do I fix 'Undefined control sequence' errors?
This error means LaTeX doesn’t recognize a command. Common causes:
- Typo in command name (e.g.,
\textbf
not\txetbf
) - Missing package that defines the command
- Command used outside its valid scope
LaTeX Cloud Studio’s AI assistant can help identify and fix these errors automatically.
Why are my figures appearing in the wrong place?
Why are my figures appearing in the wrong place?
LaTeX optimizes figure placement. To control positioning:
- 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
See figure positioning guide for more control options.
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?
LaTeX Cloud Studio supports various font packages:
\usepackage{times}
for Times Roman\usepackage{helvet}
for Helvetica\usepackage{palatino}
for Palatino
For custom fonts with XeLaTeX/LuaLaTeX:
See our fonts guide for comprehensive coverage.
Can I use LaTeX for languages other than English?
Can I use LaTeX for languages other than English?
Absolutely! LaTeX has excellent multilingual support:
We support all major languages including Arabic, Chinese, Japanese, and more. See our multilingual guide.
Platform-Specific Questions
How do I export my project?
How do I export my project?
Export options in LaTeX Cloud Studio:
- PDF: Click “Download PDF” after compilation
- Source files: Project menu → “Download Source”
- ZIP archive: Project menu → “Download as ZIP”
You can also sync with GitHub for version control.
Is my data secure on LaTeX Cloud Studio?
Is my data secure on LaTeX Cloud Studio?
Yes, we take security seriously:
- 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
Read our full security policy.
Can I use LaTeX Cloud Studio for commercial projects?
Can I use LaTeX Cloud Studio for commercial projects?
Yes! You can use LaTeX Cloud Studio for:
- Commercial documents and reports
- Published books and articles
- Client work and consulting
- Any professional use
Your content is your own, and we don’t claim any rights to documents you create.
Still have questions?
Contact our support team for personalized help with your LaTeX documents