LaTeX
Jump to navigation
Jump to search
lay-tek
Basic Structure
\documentclass[11pt, a4paper]{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{hyperref}
\title{This is the tittle}
\author{This is the otter}
\date{4/20 69}
\begin{document}
\maketitle
%Comment
\section{New Section}
\subsection{New Subsection}
\medskip
\bigskip
\noindent
\begin{enumerate}
\item \textbf{digg}
\item \url{https://hub.docker.com/_/tomcat}
\end{enumerate}
\begin{itemize}
\item \textit{schräg}
\item \texttt{teletype}
\end{itemize}
\end{document}
Commands
Packages to install:
texlive-latex-extra texlive-fonts-recommended latexmk zathura zathura-pdf-poppler
Watch in real time:
latexmk -pdf -pvc docker.tex
Export to .pdf:
pdflatex docker.tex