Common questions about LaTeX Cloud Studio, LaTeX typesetting, and document creation
What is LaTeX Cloud Studio?
Do I need to install anything to use LaTeX Cloud Studio?
Is LaTeX Cloud Studio free to use?
How do I collaborate with others?
Can I work offline?
I'm new to LaTeX. Where should I start?
What's the difference between LaTeX and Word?
How do I convert my Word document to LaTeX?
How do I insert images in LaTeX?
How do I create tables in LaTeX?
How do I write mathematical equations?
$E = mc^2$
produces Display math:How do I manage bibliography and citations?
.bib
file with your references\cite{key}
\bibliography{references}
Why won't my document compile?
\usepackage{}
commands are in the preamble{}
or brackets []
&
, %
, $
with backslashHow do I fix 'Undefined control sequence' errors?
\textbf
not \txetbf
)Why are my figures appearing in the wrong place?
[h]
(here), [t]
(top), [b]
(bottom)[H]
with the float
package for strict placement\clearpage
to force all floats to appearCan I create presentations in LaTeX?
How do I use custom fonts in LaTeX?
\usepackage{times}
for Times Roman\usepackage{helvet}
for Helvetica\usepackage{palatino}
for PalatinoCan I use LaTeX for languages other than English?
How do I export my project?
Is my data secure on LaTeX Cloud Studio?
Can I use LaTeX Cloud Studio for commercial projects?