Skip to content

Commit

Permalink
Merge pull request #62 from ronnyhdez/T15c
Browse files Browse the repository at this point in the history
Create first page with university requirements
  • Loading branch information
ronnyhdez authored Jul 28, 2023
2 parents 67103b1 + 402506e commit eb49b1d
Show file tree
Hide file tree
Showing 2 changed files with 57 additions and 2 deletions.
24 changes: 22 additions & 2 deletions _quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,15 @@ project:

book:
title: "Assesing uncertanties related to satellite remote sensing indices to estimate Gross Primary Production"
author: "Ronny A. Hernández Mora"
date: "2023"
subtitle: "By"
author:
- name: "Ronny A. Hernández Mora"
orcid: "0000-0001-6225-7096"
affiliations:
- name: "University of Alberta"
department: "Department of Earth and Atmospheric Sciences"
date: "01 September 2023"
date-format: "MMMM YYYY"
chapters:
- abstract.qmd
- index.qmd
Expand All @@ -23,11 +30,24 @@ bibliography:

format:
pdf:
template-partials:
- before-body.tex
tbl-cap-location: top
documentclass: scrreprt
lof: true
lot: true
page-breaks: true
geometry:
- inner=3cm
- outer=4cm
- top=3cm
- bottom=4cm
- headsep=22pt
- headheight=11pt
- footskip=33pt
- ignorehead
- ignorefoot
- heightrounded
filters:
- section-refs.lua # needs pandoc version >= 2.11 to work

Expand Down
35 changes: 35 additions & 0 deletions before-body.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
$if(has-frontmatter)$
\frontmatter
$endif$
$if(title)$
\cleardoublepage
\thispagestyle{empty}
{\centering
\hbox{}\vskip 0cm plus 1fill
{\Large\bfseries $title$ \par}
$if(subtitle)$
\vspace{3ex}
{\small\bfseries $subtitle$ \par}
$endif$
\vspace{12ex}
$for(by-author)$
{\Large\bfseries $by-author.name.literal$ \par}
\vspace{3ex}
{\small ORCID: $by-author.orcid$ \par}
\vskip 0cm plus 2fill
\vspace{5ex}
{\large A thesis submitted in partial fulfillment of the requirements for the degree of \par}
{\bfseries\large Master of Science \par}
\vskip 0cm plus 2fill
\vspace{5ex}
$for(by-author.affiliations)$%
$if(it.department)$%
{\bfseries\large $it.department$ \par}
$endif$%
{\bfseries\large $it.name$ \par}
\vspace{12ex}
{\bfseries\large $date$ \par}
\vspace{12ex}
}
$endfor$$endfor$%
$endif$

0 comments on commit eb49b1d

Please sign in to comment.