Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
4
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Switch to GitLab Next
Sign in / Register
Toggle navigation
M
manifesto
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
27
Issues
27
List
Boards
Labels
Service Desk
Milestones
Iterations
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Test Cases
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rostools
manifesto
Commits
cdc21904
Commit
cdc21904
authored
Aug 10, 2019
by
Luke Johnston
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'latex-preamble' into 'master'
First pass at LaTeX preamble See merge request
!5
parents
6a0a8895
90dafc03
Pipeline
#75732073
failed with stage
in 1 minute and 27 seconds
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
21 additions
and
4 deletions
+21
-4
_build.R
_build.R
+2
-2
_output.yml
_output.yml
+4
-2
index.Rmd
index.Rmd
+2
-0
preamble.tex
preamble.tex
+13
-0
No files found.
_build.R
View file @
cdc21904
# bookdown::render_book('index.Rmd', 'bookdown::html_book')
bookdown
::
render_book
(
'index.Rmd'
,
'bookdown::gitbook'
)
#
bookdown::render_book('index.Rmd', 'bookdown::pdf_book')
#
bookdown::render_book('index.Rmd', 'bookdown::gitbook')
bookdown
::
render_book
(
'index.Rmd'
,
'bookdown::pdf_book'
)
_output.yml
View file @
cdc21904
...
...
@@ -11,5 +11,7 @@ bookdown::gitbook:
text
:
"
Edit"
download
:
[
"
pdf"
]
sharing
:
no
#bookdown::pdf_book:
# latex_engine: xelatex
bookdown::pdf_book:
latex_engine
:
xelatex
includes
:
in_header
:
preamble.tex
index.Rmd
View file @
cdc21904
...
...
@@ -17,6 +17,8 @@ description: "Heavily Opinionated Manifesto on Reproducible and Open Science Pro
# Overview
\mainmatter
```{r, include=FALSE, eval=FALSE}
# automatically create a bib database for R packages
knitr::write_bib(c(
...
...
preamble.tex
0 → 100644
View file @
cdc21904
\usepackage
[none]
{
hyphenat
}
\frontmatter
\newcommand
{
\horrule
}
[1]
{
\rule
{
\linewidth
}{
#1
}}
\title
{
\normalfont
\horrule
{
1pt
}
\\
[0.4cm]
\huge
A Generalized and Structured Analytical Workflow (GSAW) for Reproducible and Openly Scientific (ROS) Projects
\horrule
{
1pt
}
\\
[0.5cm]
}
\author
{
Luke Johnston, Joel Östblom, Ahmed Hasan
}
\date
{
2019
}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment