Contact
CoCalc Logo Icon
StoreFeaturesDocsShareSupport News AboutSign UpSign In
| Download

Examples of using latex in cocalc

Views: 1132
1
\documentclass{article}
2
3
% used in maketitle
4
\title{Title of Document}
5
\author{Name of Author}
6
7
\usepackage{graphicx}
8
9
\begin{document}
10
\maketitle
11
12
\includegraphics[width=1in]{foo}
13
14
Go ahead and write your paper here...
15
16
$$
17
x^n + y^n = z^n
18
$$
19
20
This is my text.
21
22
23
This is my text.
24
25
This is my text.
26
27
This is my text.
28
29
This is my text.as;ldjf alskdj flkasjdflkjasdfkljasdf
30
31
This is my text.
32
33
This is my text.
34
35
This is my text.
36
37
38
\end{document}
39
40
%configuration={"latex_command":"latexmk -pdf -f -g -bibtex -synctex=1 -interaction=nonstopmode 'simple.tex'"}
41