[cig-commits] [commit] master: Update cover (ded6cb5)

cig_noreply at geodynamics.org cig_noreply at geodynamics.org
Mon Jul 7 23:02:04 PDT 2014


Repository : https://github.com/geodynamics/relax

On branch  : master
Link       : https://github.com/geodynamics/relax/compare/863c1c758bb4a00540d449eb8bc735f3067eb62c...42d5ae43a4b814163d91bf0f786069857f947b53

>---------------------------------------------------------------

commit ded6cb538af146c44692efec012f75130d6d4733
Author: Eric Heien <github at heien.org>
Date:   Mon Jul 7 23:00:03 2014 -0700

    Update cover


>---------------------------------------------------------------

ded6cb538af146c44692efec012f75130d6d4733
 latex/graphics/cover_image.pdf | Bin 0 -> 3095038 bytes
 latex/relax.tex                | 100 +++++++++++++++++++++++++++++++++++++++--
 2 files changed, 97 insertions(+), 3 deletions(-)

diff --git a/latex/graphics/cover_image.pdf b/latex/graphics/cover_image.pdf
new file mode 100644
index 0000000..90f490d
Binary files /dev/null and b/latex/graphics/cover_image.pdf differ
diff --git a/latex/relax.tex b/latex/relax.tex
index b53894c..68d79aa 100644
--- a/latex/relax.tex
+++ b/latex/relax.tex
@@ -3,6 +3,7 @@
 \usepackage{times}
 \usepackage{natbib}
 \usepackage{alltt}
+\usepackage{textpos}
 \usepackage[usenames,dvipsnames]{color}
 \definecolor{orange}{rgb}{1,0.5,0}
 
@@ -54,10 +55,103 @@
 
 
 \thispagestyle{empty}
-\begin{figure}[!h]
-\centering\includegraphics[width=15.092cm]{cover.pdf}
-\end{figure}
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%% START OF CIG MANUAL COVER TEMPLATE %%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+% This should be pasted at the start of manuals and appropriate strings entered at locations indicated with FILL.
+% Be sure the TeX file includes the following packages.
+% \usepackage{graphicx}
+% \usepackage{times}
+
+\definecolor{dark_grey}{gray}{0.3}
+\definecolor{dark_green}{RGB}{37,105,40}
+
+%LINE 1%
+{
+\renewcommand{\familydefault}{\sfdefault}
+
+\pagenumbering{gobble}
+\begin{center}
+\resizebox{\textwidth}{!}{\textcolor{dark_grey}{\fontfamily{\sfdefault}\selectfont
+COMPUTATIONAL INFRASTRUCTURE FOR GEODYNAMICS (CIG)}}
+
+\hrule
+
+%LINE 2%
+\color{dark_grey}
+\rule{\textwidth}{2pt}
+
+%LINE 3%
+%\color{dark_grey}
+% FILL: additional organizations
+% e.g.: {\Large Organization 1\\Organization 2}
+%{\Large }
+\end{center}
+
+%COLOR AND CODENAME BLOCK%
+\begin{center}
+\resizebox{\textwidth}{!}{\colorbox
+% FILL: color of code name text box
+% e.g. blue
+{dark_green}{\fontfamily{\rmdefault}\selectfont \textcolor{white} {
+% FILL: name of the code
+% You may want to add \hspace to both sides of the codename to better center it, such as:
+% \newcommand{\codename}{\hspace{0.1in}CodeName\hspace{0.1in}}
+\hspace{0.14in}Relax\hspace{0.1in}
+}}}
+\end{center}
+
+%MAIN PICTURE%
+\begin{textblock*}{0in}(0.5in,-1.4in)
+% FILL: image height
+% e.g. height=6.5in
+\begin{center}
+\vspace{.5in}
+\includegraphics[height=7.0in]
+% FILL: image file name
+% e.g. cover_image.png
+{cover_image}
+\end{center}
+\end{textblock*}
+
+%USER MANUAL%
+\color{dark_grey}
+\hfill{\Huge \fontfamily{\sfdefault}\selectfont User Manual \\
+% FILL: manual version
+% e.g. 1.0
+\raggedleft \huge \fontfamily{\sfdefault}\selectfont Version {1.0.6}\\}
+
+%AUTHOR(S) & WEBSITE%
+\null
+\vfill
+\color{dark_grey}
+\Large \hfill {\raggedleft \fontfamily{\sfdefault}\selectfont
+% FILL: author list
+% e.g. Author One\\Author Two\\Author Three\\
+% be sure to have a newline (\\) after the final author
+Sylvain Barbot\\
+}
+{\fontfamily{\sfdefault}\selectfont www.geodynamics.org
+
+%\rule{\textwidth}{1pt}
+\color{dark_grey}
+\rule{\textwidth}{2pt}
+}
+}
+
 \pagebreak
+\pagenumbering{arabic}
+
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+%%%   END OF CIG MANUAL COVER TEMPLATE    %%%
+%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
+
+
+
+%\begin{figure}[!h]
+%\centering\includegraphics[width=15.092cm]{cover.pdf}
+%\end{figure}
+%\pagebreak
 
 \maketitle 
 



More information about the CIG-COMMITS mailing list