Contact Us!
CoCalc Logo Icon
StoreFeaturesDocsShareSupportNewsAboutSign UpSign In
sagemathinc

Real-time collaboration for Jupyter Notebooks, Linux Terminals, LaTeX, VS Code, R IDE, and more,
all in one place. Commercial Alternative to JupyterHub.

GitHub Repository: sagemathinc/cocalc-example-files
Path: blob/master/latex/multiple-files/30-komascript.tex
Views: 1031
1
\documentclass[master.tex]{subfiles}
2
3
\setcounter{chapter}{2}
4
5
\begin{document}
6
7
\chapter{KOMA-Script}
8
9
KOMA-Script~\cite{komascript} is a bundle of document classes
10
replacing article, book, letter, etc.
11
It is not required for this multiple source-file demo,
12
but still included for completeness.
13
14
\end{document}
15
%sagemathcloud={"latex_command":"make '30-komascript.pdf'"}
16