Skip to content
Snippets Groups Projects
Verified Commit 37a1446b authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Initial commit

parents
No related branches found
No related tags found
No related merge requests found
pages:
image: docker.km3net.de/base/texlive:2023
script:
- make
- mkdir public
- cp km3net-dataformat-specifications.pdf public/
artifacts:
paths:
- public
\begin{center} Git release: , date . \end{center}
km3net-dataformat-specifications: GitRev.tex km3net-dataformat-specifications.tex
pdflatex $<
GitRev.tex:
./create_git_info.sh
#!/usr/bin/env bash
export GIT_VERSION=`git --no-pager describe --tags --always`
export GIT_COMMIT=`git rev-parse --verify HEAD`
export GIT_DATE=`git --no-pager show --date=format:'%Y-%m-%dT%H:%M:%S%z' --format="%ad" --name-only | head -n1`
export BUILD_DATE=`date +%Y-%m-%dT%H:%M:%S%z`
echo "\\begin{center} Git release: ${GIT_VERSION}, date ${GIT_DATE}. \\end{center}" > GitRev.tex
\documentclass[a4paper, 11pt]{article}
\usepackage{graphicx}
\usepackage{color}
\usepackage{hyperref}
\begin{document}
\title{KM3NeT Dataformat Specifications}
\author{Tamas Gal}
\date{\today}
\maketitle
\tableofcontents
\section{Detector Description (DETX, DATX)}
\end{document}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment