Skip to content

Commit

Permalink
Merge pull request #208 from r-devel/image
Browse files Browse the repository at this point in the history
Add Scriberia image
  • Loading branch information
hturner authored Dec 3, 2024
2 parents 13368a1 + 97fa8ce commit 82259e0
Show file tree
Hide file tree
Showing 9 changed files with 20 additions and 5 deletions.
3 changes: 1 addition & 2 deletions _output.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,6 @@ bookdown::gitbook:
twitter: false
toc:
collapse: subsection
before: |
<img src="img/cover_page.png" style="width:150px;padding:10px 0px 0px 10px;display: block;margin:auto;"></img>
after: |
<li><a href="https://github.com/rstudio/bookdown" target="blank">Published with bookdown</a></li>
download: ["pdf", "epub"]
Expand All @@ -21,6 +19,7 @@ bookdown::gitbook:
bookdown::pdf_book:
includes:
in_header: preamble.tex
before_body: frontpage.tex
latex_engine: xelatex
citation_package: natbib
keep_tex: yes
Expand Down
5 changes: 5 additions & 0 deletions frontpage.tex
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
\includepdf[pages={1}, scale=1]{img/cover_page_scriberia.pdf}
\newpage

\let\maketitle\oldmaketitle
\maketitle
Binary file added img/cover_page_scriberia.pdf
Binary file not shown.
Binary file added img/cover_page_scriberia.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/cover_page_scriberia.pptx
Binary file not shown.
Binary file added img/r-dev-guide-without-text.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added img/r-development-guide.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
7 changes: 4 additions & 3 deletions index.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ biblio-style: apalike
link-citations: yes
github-repo: r-devel/rdevguide
url: https://contributor.r-project.org/rdevguide
cover-image: "img/cover_page.png"
cover-image: "img/cover_page_scriberia.png"
favicon: "img/Rlogo.svg"
description: "This guide is a comprehensive resource for contributing to base R for both new and experienced contributors."
description: "This guide is a comprehensive resource for contributors (from all levels, beginners, intermediate, and seasoned) to the R project, facilitating their onboarding and helping them navigate the contribution process."

---

# {-}

![R Logo](img/Rlogo.png){height=400px width=500px}
![R Development Guide. This illustration is created by Scriberia with The Turing Way community, used under a CC-BY 4.0 licence. DOI:= https://zenodo.org/records/13882307](img/r-development-guide.jpg){height=400px width=550px}

# Acknowledgement {-}

Expand Down
10 changes: 10 additions & 0 deletions preamble.tex
Original file line number Diff line number Diff line change
@@ -1 +1,11 @@
\usepackage{booktabs}
\usepackage{pdfpages}
\usepackage{amsthm}
\makeatletter
\def\thm@space@setup{%
\thm@preskip=8pt plus 2pt minus 4pt
\thm@postskip=\thm@preskip
}
\makeatother
\let\oldmaketitle\maketitle
\AtBeginDocument{\let\maketitle\relax}

0 comments on commit 82259e0

Please sign in to comment.