-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.json
More file actions
8 lines (8 loc) · 876 Bytes
/
config.json
File metadata and controls
8 lines (8 loc) · 876 Bytes
1
2
3
4
5
6
7
8
{
"starterFiles": {
"main.tex": "\\documentclass{article}\n\\title{My First Document}\n\\author{CodeSignal}\n\\date{\\today}\n\\begin{document}\n\\maketitle\n\nWelcome to the LaTeX editor! Edit this file on the left and see the preview update on the right.\n\n\\section{Introduction}\nLaTeX is a powerful typesetting system widely used for scientific and technical documents. You can write inline math like $E = mc^2$ directly in your text.\n\n\\section{Lists}\n\\begin{itemize}\n \\item Organize content with sections and subsections.\n \\item Use inline math like $\\alpha + \\beta$.\n \\item Add tables, figures, and more.\n\\end{itemize}\n\n\\section{Math}\nDisplay equations on their own line:\n\\[\\int_{-\\infty}^{\\infty} e^{-x^2}\\,dx = \\sqrt{\\pi}\\]\n\n\\end{document}"
},
"readOnlyFiles": [],
"activeFile": "main.tex",
"sidebarExpanded": false
}