ATBUpdateTool/documentation/atb-update-tool.tex

99 lines
1.8 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
\newacronym{pnd}{PND}{\textbf{p}ay \textbf{and} \textbf{d}isplay machine}
\newacronym{psa}{PSA}{pay and display machine}
2025-02-21 13:10:36 +01:00
\newglossaryentry{ISMAS}{%
name=ISMAS,
description={}%
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
}%
\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 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\section{ATBUpdateGit}
2025-02-21 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\section{ATBUpdateOpkg}
2025-02-21 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\section{ATBUpdateSync}
2025-02-21 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\section{ATBUpdateDCConfig}
2025-02-21 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\section{ATBUpdateDC}
2025-02-21 12:32:51 +01:00
2025-02-21 13:10:36 +01:00
\section{ATBUpdateShow}
2025-02-21 12:32:51 +01:00
\section{Known issues}
\pagebreak
% Print the glossary
\printglossaries
\end{document}