-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path9_quick_guide_psn.tex
executable file
·58 lines (49 loc) · 1.41 KB
/
9_quick_guide_psn.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
58
\documentclass[a4,10pt]{article} \usepackage[pdftex]{graphicx}
\usepackage{setspace}
%\usepackage{lineno}
\usepackage{color}
\usepackage{hyperref}
\hypersetup{
colorlinks,%
citecolor=black,%
filecolor=black,%
linkcolor=black,%
urlcolor=blue
}
\definecolor{PiranaOrange}{rgb}{0.9,0.4,0.1}
\definecolor{Blue}{rgb}{0.0,0.0,0.7}
\definecolor{Red}{rgb}{0.7,0.0,0.0}
\definecolor{Grey}{rgb}{0.2,0.2,0.2}
\definecolor{grey2}{rgb}{.92, .92, .92}
\pdfinfo{
/Author (Ron Keizer, Coen van Hasselt, Pirana Software & Consulting BV)
/Title (Pirana Quick Guide)
}
\bibliographystyle{unsrt}%Choose a bibliograhpic style}
%\usepackage{utopia} %\usepackage{charter} %\usepackage{palatino}
%\usepackage{bookman} %\usepackage{newcent} %\usepackage{times}
%\usepackage[options]{natbib} \sloppy
\renewcommand{\familydefault}{\sfdefault}
\renewcommand{\emph}[1]{\textbf{\textcolor{Grey}{#1}}}
\oddsidemargin 1cm
\textwidth 14cm
\textheight 20cm
\begin{document}
{\centering
\vspace{-100pt}
\textbf{
\textcolor{PiranaOrange}{\Large Pirana}
}\\
\vspace{5pt} \scriptsize \textcolor{Grey}{The flexible modeling
environment for NONMEM} \\ \normalsize
\vspace{12pt}
\hspace{5pt}\includegraphics[scale=0.14]{images/pirana_logo.jpg}\\
\vspace{18pt}
{\large
\emph{Quick Guide: Using PsN from Pirana} \vspace{10pt} \\
Version 1.1
}
}
\vspace{25pt}
\input{9_quick_guide_psn_body.tex}
\end{document}