Skip to content

Commit

Permalink
"Supplementary materials" -> "Supporting information"
Browse files Browse the repository at this point in the history
  • Loading branch information
camillegirardtercieux committed Oct 2, 2022
1 parent eeb630d commit 3b27941
Show file tree
Hide file tree
Showing 9 changed files with 1,260 additions and 1,158 deletions.
1,077 changes: 0 additions & 1,077 deletions docs/Supplementary_EM.html

This file was deleted.

Large diffs are not rendered by default.

8 changes: 4 additions & 4 deletions make.R
Original file line number Diff line number Diff line change
Expand Up @@ -37,17 +37,17 @@ rmarkdown::render(here::here("analyses","All_analyses.Rmd"), output_format = "bo


##############################
### Supplementary material ###
### Supporting information ###
##############################

# PDF
pdf_format <- bookdown::pdf_book(toc = TRUE, toc_float = TRUE, number_sections = TRUE, includes=list(in_header=here::here("tools_latex", "header.tex"), before_body=here::here("tools_latex","doc_prefix.tex")))
rmarkdown::render(here::here("supplementary_materials","Supplementary_materials.Rmd"), output_format = pdf_format)
rmarkdown::render(here::here("supporting_information","Supporting_information.Rmd"), output_format = pdf_format)

# html
rmarkdown::render(here::here("supplementary_materials","Supplementary_materials.Rmd"), output_format = "bookdown::html_document2")
rmarkdown::render(here::here("supporting_information","Supporting_information.Rmd"), output_format = "bookdown::html_document2")
# Upload new version on the GitHub site:
file.copy(here::here("supplementary_materials", "Supplementary_materials.html"), here::here("docs", "Supplementary_materials.html"), overwrite = TRUE)
file.copy(here::here("supporting_information", "Supporting_information.html"), here::here("docs", "Supporting_information.html"), overwrite = TRUE)


#################################
Expand Down

Large diffs are not rendered by default.

1,179 changes: 1,179 additions & 0 deletions supporting_information/Supporting_information.log

Large diffs are not rendered by default.

Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion tools_latex/doc_prefix.tex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@

\begin{center}
\Large{\textbf{Supplementary Materials for}}
\Large{\textbf{Supporting Information for}}
\end{center}

\vspace{1cm}
Expand Down

0 comments on commit 3b27941

Please sign in to comment.