Skip to content

Commit

Permalink
add pcj extension
Browse files Browse the repository at this point in the history
  • Loading branch information
bbartholdy committed Apr 16, 2024
1 parent 903b874 commit 0de95d3
Show file tree
Hide file tree
Showing 39 changed files with 36 additions and 1,497 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,15 @@ contributes:
echo: false
pdf:
documentclass: scrartcl
classoption: [11.5pt]
papersize: a4
classoption: [11.5pt,leqno]
linestretch: 1.5
block-headings: false
keep-tex: true
#colorlinks: true
link-citations: true
urlcolor: pciblue
linkcolor: pciblue
citecolor: pciblue
#template: templates/pcj-submission.tex
include-in-header: _preamble.tex
#include-before-body: partials/before-body.tex
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,17 @@
\setlength{\parskip}{0pt plus 1pt}
\linespread{1.1}

% Adjust caption style
\usepackage[labelfont=bf,
labelsep=endash,
singlelinecheck=off,
format=plain,
margin=1.5cm,
aboveskip=12pt,
belowskip=12pt,
font=footnotesize,
justification=justified]{caption}

% Defining document colors
\usepackage{xcolor}
\definecolor{darkgray}{HTML}{808080}
Expand All @@ -22,20 +33,6 @@
\definecolor{pciblue}{HTML}{346E92}
\definecolor{opengreen}{HTML}{77933c}

\usepackage[pdfborder={0 0 0},
colorlinks=true,
linkcolor=pciblue,
urlcolor=pciblue,
citecolor=pciblue]{hyperref} % sets link border to white

%\usepackage[colorlinks=true,linkcolor=pciblue,urlcolor=pciblue,citecolor=pciblue]{hyperref} % Not working - links in pdf not changing colour.
%Probably because hyperref is no the last package to be loaded, which it needs to be.
%\urlstyle{same}

% Adjust caption style
\usepackage[aboveskip=12pt,labelfont=bf,labelsep=endash,singlelinecheck=off,format=plain,margin=1.5cm]{caption}
\captionsetup{justification=justified,font=footnotesize}

%\usepackage{graphbox} % loads graphicx ppackage with extended options for vertical alignment of figures
%\usepackage{floatrow}
%\floatsetup[figure]{capposition=\captionside} % causes error with figure: Undefined control sequence. \flrow@typ@figure ->capposition=\captionside
%\floatsetup[table]{style=plaintop}
%\usepackage[font=small,labelfont=bf,labelsep=endash,justification=justified]{caption} %center caption relative to figure/table
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
$if(submission)$
$if(pretty)$

\begin{abstract}
$abstract$
Expand Down
59 changes: 0 additions & 59 deletions analysis/paper/_extensions/pci/CC_logos/by-nc-nd.eu.svg

This file was deleted.

95 changes: 0 additions & 95 deletions analysis/paper/_extensions/pci/CC_logos/by-nc-nd.svg

This file was deleted.

57 changes: 0 additions & 57 deletions analysis/paper/_extensions/pci/CC_logos/by-nc-sa.eu.svg

This file was deleted.

57 changes: 0 additions & 57 deletions analysis/paper/_extensions/pci/CC_logos/by-nc-sa.svg

This file was deleted.

46 changes: 0 additions & 46 deletions analysis/paper/_extensions/pci/CC_logos/by-nc.eu.svg

This file was deleted.

Loading

0 comments on commit 0de95d3

Please sign in to comment.