-
Notifications
You must be signed in to change notification settings - Fork 1
/
pharmrep-template.tex
57 lines (50 loc) · 2.46 KB
/
pharmrep-template.tex
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
% \item subitem 1
% \item subitem 2
% \begin{itemize}
% \item subsubitem 1
% \item subsubitem 2
% \end{itemize}
% \item subitem 3
% \end{enumerate}
%%% master.tex file:
%%% TODO: %%%todo{a comment in the margin}Comments can be included with \verb|\todo{text}| for comments in the %margin and \verb|[inline]{text}| for comments in the text. Do % TODO: % not use \verb|\todo|-comments within other %environments (e.g. figures, tables, etc.)
%%% TODO: %%%%todo[inline, color=green]{a green inline comment}
%%% TODO: %%%%todo{differentiation between separate 'List of Abbreviations' and 'Glossary' foreseen?}
%%% TODO: %%%todo{description to convert arbitrary graphs and documents (e.g. powerpoint slides) into pdf/a %documents using printer functionality}
%%% TODO: %%%todo{other useful things for pdf/a compatibility using Acrobat Professional}
%%% TODO: %%%todo{an BB: Diesen Abschnitt bitte auf Korrektheit prüfen}
%%% TODO: %%%todo{an BJ: Subfolder mit CTD Example-Datei erzeugen und als screenshot-Figure einbinden}
%% !TeX TXS-program:bibliography = txs:///biber
%%
%% Files required for compilation:
%% literatur.bib
%% TestFlowChart.pdf
%%
%% Compilation in TeXStudio including bibliography and other lists:
%% Press keys in the following order:
%% F6 (compile document)
%% F11/F8 (compile bibliography)
%% If remove one % from the first line biber will be used automatically.
%% F6 (merge document and bibliography as well as other lists)
%%
%%---------------------------------------------
\documentclass{pharmrep}
%%% Load your own LaTeX packages (if really necessary)
\usepackage{blindtext}
%%% Declaration of user and file information
\Applicant{Testpharma Inc.}
\DrugProduct{Test Drug 500mg Tablets}
\PharmRepTitle{3.2.S.x.y Quality Documentation -- Example with usual Layout-Settings}
\eCTDno{eCTD Sequence Number 0001}
\BibFileName{literatur.bib} % Name of the bibliography file with extension .bib, e.g.
%%% define entries for glossary:
\newglossaryentry{gls:ICH}{name={ICH},description={International Conference on Harmonisation of
Technical Requirements for Registration of Pharmaceuticals for Human Use}}
\begin{document}
%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%
\section{First section}
Put your text here
\printnoidxglossary[title={List of Abbreviations}]% not printed until at least 1 abbreviation is used in text
\printbibliography% not printed until at least 1 citation is used in text
\end{document}