-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
VLB Stan Part
- Loading branch information
Vianey Leos Barajas
authored
Jun 20, 2020
1 parent
cd94849
commit 6a648d5
Showing
12 changed files
with
1,742 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Version: 1.0 | ||
|
||
RestoreWorkspace: Default | ||
SaveWorkspace: Default | ||
AlwaysSaveHistory: Default | ||
|
||
EnableCodeIndexing: Yes | ||
UseSpacesForTab: Yes | ||
NumSpacesForTab: 2 | ||
Encoding: UTF-8 | ||
|
||
RnwWeave: knitr | ||
LaTeX: pdfLaTeX |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
@import url(https://fonts.googleapis.com/css?family=Yanone+Kaffeesatz); | ||
@import url(https://fonts.googleapis.com/css?family=Droid+Serif:400,700,400italic); | ||
@import url(https://fonts.googleapis.com/css?family=Source+Code+Pro:400,700); | ||
|
||
body { font-family: 'Droid Serif', 'Palatino Linotype', 'Book Antiqua', Palatino, 'Microsoft YaHei', 'Songti SC', serif; } | ||
h1, h2, h3 { | ||
font-family: 'Yanone Kaffeesatz'; | ||
font-weight: normal; | ||
} | ||
.remark-code, .remark-inline-code { font-family: 'Source Code Pro', 'Lucida Console', Monaco, monospace; } |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,72 @@ | ||
a, a > code { | ||
color: rgb(249, 38, 114); | ||
text-decoration: none; | ||
} | ||
.footnote { | ||
position: absolute; | ||
bottom: 3em; | ||
padding-right: 4em; | ||
font-size: 90%; | ||
} | ||
.remark-code-line-highlighted { background-color: #ffff88; } | ||
|
||
.inverse { | ||
background-color: #272822; | ||
color: #d6d6d6; | ||
text-shadow: 0 0 20px #333; | ||
} | ||
.inverse h1, .inverse h2, .inverse h3 { | ||
color: #f3f3f3; | ||
} | ||
/* Two-column layout */ | ||
.left-column { | ||
color: #777; | ||
width: 20%; | ||
height: 92%; | ||
float: left; | ||
} | ||
.left-column h2:last-of-type, .left-column h3:last-child { | ||
color: #000; | ||
} | ||
.right-column { | ||
width: 75%; | ||
float: right; | ||
padding-top: 1em; | ||
} | ||
.pull-left { | ||
float: left; | ||
width: 47%; | ||
} | ||
.pull-right { | ||
float: right; | ||
width: 47%; | ||
} | ||
.pull-right ~ * { | ||
clear: both; | ||
} | ||
img, video, iframe { | ||
max-width: 100%; | ||
} | ||
blockquote { | ||
border-left: solid 5px lightgray; | ||
padding-left: 1em; | ||
} | ||
.remark-slide table { | ||
margin: auto; | ||
border-top: 1px solid #666; | ||
border-bottom: 1px solid #666; | ||
} | ||
.remark-slide table thead th { border-bottom: 1px solid #ddd; } | ||
th, td { padding: 5px; } | ||
.remark-slide thead, .remark-slide tfoot, .remark-slide tr:nth-child(even) { background: #eee } | ||
|
||
@page { margin: 0; } | ||
@media print { | ||
.remark-slide-scaler { | ||
width: 100% !important; | ||
height: 100% !important; | ||
transform: scale(1) !important; | ||
top: 0 !important; | ||
left: 0 !important; | ||
} | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.