mirror of
https://github.com/MartinThoma/LaTeX-examples.git
synced 2025-04-19 11:38:05 +02:00
The commands find . -type f -name '*.md' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ and find . -type f -name '*.tex' -exec sed --in-place 's/[[:space:]]\+$//' {} \+ were used to do so.
91 lines
3.2 KiB
TeX
91 lines
3.2 KiB
TeX
\documentclass[a4paper]{scrartcl}
|
|
\usepackage{amssymb, amsmath} % needed for math
|
|
\usepackage[utf8]{inputenc} % this is needed for umlauts
|
|
\usepackage[ngerman]{babel} % this is needed for umlauts
|
|
\usepackage[T1]{fontenc} % this is needed for correct output of umlauts in pdf
|
|
\usepackage[margin=2.5cm]{geometry} %layout
|
|
\usepackage{hyperref} % links im text
|
|
\usepackage{acronym}
|
|
|
|
\title{Minimal distance to a cubic function}
|
|
\author{Martin Thoma}
|
|
|
|
\hypersetup{
|
|
pdfauthor = {Martin Thoma},
|
|
pdfkeywords = {},
|
|
pdftitle = {}
|
|
}
|
|
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
% Begin document %
|
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
|
\begin{document}
|
|
\maketitle
|
|
\begin{abstract}
|
|
In this paper I want to discuss how to find the minimal distance of a
|
|
point $P = (x_p, y_p)$ to a cubic function $f: \mathbb{R} \rightarrow \mathbb{R}$,
|
|
$f(x) = a \cdot x^3 + b \cdot x^2 + c \cdot x + d$.
|
|
|
|
So I search for $x \in \mathbb{R}$ such that \dots
|
|
\end{abstract}
|
|
|
|
\section{Minimal distance constant function}
|
|
Lorem ipsum dolor sit amet, consectetur adipiscing elit. Nulla
|
|
quam elit, vestibulum nec facilisis at, condimentum id enim. Sed
|
|
iaculis lacinia quam, vel \ac{KDE} accumsan eros tempor in. Integer ipsum
|
|
metus, accumsan sit amet commodo a, egestas vitae sem. Mauris ut
|
|
orci ut dolor viverra convallis \ac{KDE} nec a erat. Aenean consequat elit
|
|
vel eros fermentum vestibulum id at ipsum. In vitae orci mauris, et
|
|
rhoncus odio. Pellentesque habitant morbi tristique senectus et netus
|
|
et malesuada fames ac turpis egestas.
|
|
\clearpage
|
|
\twocolumn
|
|
\begin{acronym}[SQL]
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\acro{KDE}{K Desktop Environment}
|
|
\acro{SQL}{Structured Query Language}
|
|
\acro{Bash}{Bourne-again shell}
|
|
\end{acronym}
|
|
\onecolumn
|
|
\end{document}
|