Skip to content
Snippets Groups Projects
Commit 7f7b0935 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Merge branch 'fix/missing_file' into 'master'

Fix: Add template file for title page

See merge request detectors/pycalibration!91
parents aa924231 29e3d70c
No related branches found
No related tags found
1 merge request!91Fix: Add template file for title page
\begin{titlepage}
\centering
\vspace*{40mm}
\textbf{\Huge {{ project }} }
\vspace{0mm}
\begin{figure}[!h]
\centering
\includegraphics[scale=0.3]{xfel.pdf}
\end{figure}
\vspace{0mm}
\Large \textbf{ Detector group }
Based on data sample: {{ data_path }}
Release : 0.1
\vspace*{0mm}
\today
\vfill
\textit{Extended version}
\end{titlepage}
......@@ -4,6 +4,7 @@ setup(
name='calTools',
version='0.1',
packages=['cal_tools',],
package_data={'': ['titlepage.tmpl']},
url='',
license='(c) European XFEL GmbH',
author='Steffen Hauf',
......
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