ATBUpdateTool/documentation/atb-update-tool.tex

136 lines
2.6 KiB
TeX
Raw Normal View History

2025-02-21 12:32:51 +01:00
\documentclass[fontsize=11
pt,a4paper,draft]{scrartcl}[2003/01/01]
\usepackage[english]{babel}
\usepackage[T1]{fontenc}
\usepackage[utf8]{inputenc}
\usepackage{textcomp}
\usepackage{blindtext}
\usepackage{mathpazo}
\usepackage{amsmath}
\usepackage{listings}
\usepackage{minted}
\usepackage{setspace}
\usepackage[acronym]{glossaries}
\usepackage{euler}
\usepackage[]{mdframed}
\usepackage{tabularx}
\usepackage{hyperref}
\usepackage{pifont}
\usepackage{float}
\usepackage{multirow}
\usepackage{uml}
\usepackage{tikz,pgfplots}
\usetikzlibrary{math}
\global\mdfdefinestyle{default}{%
linecolor=black,linewidth=1pt,%
innertopmargin=20,innerbottommargin=20
}
\lstset{emph={any-of,all-off},emphstyle=\textbf}
2025-02-21 13:10:36 +01:00
\title{ATB Update Tool(s)}
2025-02-21 12:32:51 +01:00
%\author{Gerhard Hoffmann}
2025-02-21 13:10:36 +01:00
\date{\today\\\normalsize Version 0.1.0}
2025-02-21 12:32:51 +01:00
2025-02-21 13:39:46 +01:00
% \newacronym{pnd}{PND}{\textbf{p}ay \textbf{and} \textbf{d}isplay machine}
% \newacronym{psa}{PSA}{pay and display machine}
2025-02-21 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\newglossaryentry{ISMAS}{%
name=ISMAS,
2025-02-21 13:39:46 +01:00
description={\textbf{I}ntelligentes \textbf{S}ervice
\textbf{M}anagement und \textbf{A}bbrechnungs\textbf{S}ystem}
2025-02-21 12:32:51 +01:00
}%
2025-02-21 13:10:36 +01:00
\newglossaryentry{ATBUpdateCheck}{%
name=ATBUpdateCheck,
description={Tool for checking ISMAS connectivity and for checking
the customer repository}%
2025-02-21 12:32:51 +01:00
}%
2025-02-21 13:39:46 +01:00
\newglossaryentry{ATBUpdateGit}{%
name=ATBUpdateGit,
description={}
}%
\newglossaryentry{ATBUpdateOpkg}{%
name=ATBUpdateOpkg,
description={}
}%
\newglossaryentry{ATBUpdateSync}{%
name=ATBUpdateSync,
description={}
}%
\newglossaryentry{ATBUpdateShow}{%
name=ATBUpdateShow,
description={}
}%
\newglossaryentry{ATBUpdateDC}{%
name=ATBUpdateDC,
description={}
}%
\newglossaryentry{ATBUpdateDCConfig}{%
name=ATBUpdateDCConfig,
description={}
}%
2025-02-21 12:32:51 +01:00
\makeglossaries
\begin{document}
\maketitle
\tableofcontents
\section*{History}
\begin{table}[htbp]
\centering
\begin{tabularx}{\textwidth}{|>{\hsize=.15\hsize}c|>{\hsize=.25\hsize}X|>{\hsize
=.6\hsize}X|}
\hline
\textbf{Version} & \textbf{Date} & \textbf{Comment} \\
\hline
2025-02-21 13:10:36 +01:00
0.1.0 & \today & \\ \hline
2025-02-21 12:32:51 +01:00
\end{tabularx}
\end{table}
\pagebreak
\section{Introduction}
2025-02-21 13:10:36 +01:00
\section{ATBUpdateCheck}
\gls{ATBUpdateCheck}
2025-02-21 13:39:46 +01:00
\gls{ISMAS}
2025-02-21 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\section{ATBUpdateGit}
2025-02-21 13:39:46 +01:00
\gls{ATBUpdateGit}
2025-02-21 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\section{ATBUpdateOpkg}
2025-02-21 13:39:46 +01:00
\gls{ATBUpdateOpkg}
2025-02-21 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\section{ATBUpdateSync}
2025-02-21 13:39:46 +01:00
\gls{ATBUpdateSync}
2025-02-21 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\section{ATBUpdateDCConfig}
2025-02-21 13:39:46 +01:00
\gls{ATBUpdateDCConfig}
2025-02-21 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\section{ATBUpdateDC}
2025-02-21 13:39:46 +01:00
\gls{ATBUpdateDC}
2025-02-21 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\section{ATBUpdateShow}
2025-02-21 13:39:46 +01:00
\gls{ATBUpdateShow}
2025-02-21 12:32:51 +01:00
\section{Known issues}
\pagebreak
% Print the glossary
\printglossaries
\end{document}