Skip to content

Commit

Permalink
20230705 - remove content
Browse files Browse the repository at this point in the history
  • Loading branch information
isaactpetersen committed Jul 6, 2023
1 parent 0613d96 commit e331314
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 54 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/deploy_bookdown.yml
Expand Up @@ -32,19 +32,10 @@ jobs:

- name: Install tinytex
uses: r-lib/actions/setup-tinytex@v2 # update

#- name: Install additional LaTeX packages
# run: |
#tlmgr install url
#tlmgr install underscore

- name: Install package dependencies
uses: r-lib/actions/setup-r-dependencies@v2 # update

#- name: Install remote packages
# run: |
# Rscript -e 'remotes::install_github("DevPsyLab/petersenlab")'

- name: Render Book
run: Rscript -e 'bookdown::render_book("index.Rmd", output_format = c("all"))'

Expand Down
3 changes: 0 additions & 3 deletions _output.yml
@@ -1,5 +1,4 @@
bookdown::gitbook:
css: css/style.css
pandoc_args: [ "--csl", "apa.csl" ]
bookdown::pdf_book:
includes:
Expand All @@ -18,7 +17,5 @@ bookdown::pdf_book:
quote_footer: ["\\VA{", "}{}"]
highlight_bw: true
bookdown::epub_book:
stylesheet: css/style.css
pandoc_args: [ "--csl", "apa.csl" ]
toc: TRUE
toc_depth: 2
18 changes: 5 additions & 13 deletions book.bib
@@ -1,8 +1,8 @@
@Article{Anderson2017,
author = {Anderson, Sara and Phillips, Deborah},
journal = {Developmental Psychology},
title = {Is pre-K classroom quality associated with kindergarten and middle-school academic skills?},
year = {2017},
@Article{Author2023,
author = {LastName, FirstName},
journal = {Journal Name},
title = {Article title},
year = {2023},
number = {6},
pages = {1063--1078},
volume = {53},
Expand All @@ -16,11 +16,3 @@ @Manual{R-bookdown
year = {2022},
url = {https://CRAN.R-project.org/package=bookdown},
}

@Comment{jabref-meta: databaseType:bibtex;}

@Comment{jabref-meta: saveActions:enabled;
all[escapeAmpersands]
all-text-fields[identity]
pages[normalize_page_numbers]
;}
23 changes: 0 additions & 23 deletions css/style.css

This file was deleted.

6 changes: 0 additions & 6 deletions latex/before_body.tex
@@ -1,13 +1,7 @@
% you may need to leave a few empty pages before the dedication page

%\cleardoublepage\newpage\thispagestyle{empty}\null
%\cleardoublepage\newpage\thispagestyle{empty}\null
%\cleardoublepage\newpage
\thispagestyle{empty}

\begin{center}
INSERT DEDICATION
%\includegraphics{images/dedication.pdf}
\end{center}

\setlength{\abovedisplayskip}{-5pt}
Expand Down

0 comments on commit e331314

Please sign in to comment.