Garrick Aden-Buie
|
2f4b61bbb2
|
Fix issue with bare google_font() passed to extra_fonts
|
6 лет назад |
Garrick Aden-Buie
|
7202d2ab5a
|
Fixup scale_xaringan...()
|
7 лет назад |
Garrick Aden-Buie
|
f642e56e7a
|
Fix scale_xaringan_discrete()
|
7 лет назад |
Garrick Aden-Buie
|
2c836ff3c5
|
WIP adding scale_xaringan...
not working because {colorspace} doesn't force evaluation of
input arguments to scale_color_xxx_xxx() before passing down
to sequential_hcl()
|
7 лет назад |
Garrick Aden-Buie
|
a1f275a638
|
Remove stringr dependency
|
7 лет назад |
Garrick Aden-Buie
|
9c9bdba7fe
|
note to self
|
7 лет назад |
Garrick Aden-Buie
|
9f00685e46
|
Tweak documentation of theme_xaringan_get_value()
...and renamed from get_xaringanthemer_value()
|
7 лет назад |
Garrick Aden-Buie
|
9a9d4b79c4
|
Update theme_xaringan*() examples and safer sysfonts font adder
Seems Droid Serif is no longer "in" Google Fonts
Need to remove all the warnings from docs
|
7 лет назад |
Garrick Aden-Buie
|
f67f42a5c8
|
Rename style functions to use style_ prefix
* e.g. style_duo() <- duo()
* style_xaringan <- write_xaringan_theme()
* style_extra_css <- write_extra_css()
* added NEWS entry
* updated docs and /docs
|
7 лет назад |
Garrick Aden-Buie
|
b0bce6e4f2
|
Add return values to ggplot2 theme docs
|
7 лет назад |
Garrick Aden-Buie
|
0d92aa75de
|
Fix duplicated "." in theme settings parameter descriptions
|
7 лет назад |
Garrick Aden-Buie
|
bfea283b54
|
Factor light-dark color test out of choose_dark_or_light()
|
7 лет назад |
Garrick Aden-Buie
|
5db3dce373
|
Add ggplot2 themes matching slide styles
|
7 лет назад |
Garrick Aden-Buie
|
e7a1bfb206
|
Change header_background_enable to header_background_auto for #10
|
7 лет назад |
Garrick Aden-Buie
|
0c7dd01291
|
Move theme generation helpers into package and add tests
|
7 лет назад |
Garrick Aden-Buie
|
d69a999e59
|
Fix typo with background_size_fallback
|
7 лет назад |
Garrick Aden-Buie
|
f3a6e7a9b7
|
Add header_background_enable and options for #10
|
7 лет назад |
Garrick Aden-Buie
|
356c6e5184
|
Include xaringanthemer package version in output header
|
7 лет назад |
Garrick Aden-Buie
|
e80c164657
|
Fix a couple minor issues with whisker template
|
7 лет назад |
Garrick Aden-Buie
|
bceb3d404e
|
Rewrite template in mustache and use whisker
Also allow NULL or NA for template arguments but change default to NULL
|
7 лет назад |
Garrick Aden-Buie
|
65624d823a
|
Fix #6 construct write_xaringan_theme using its argument names
|
8 лет назад |
Garrick Aden-Buie
|
d03897827d
|
Fix silly misteak
|
8 лет назад |
Garrick Aden-Buie
|
9215427281
|
Fix documentation issues
- google_font() not google_fonts()
- make ranges code to avoide link
|
8 лет назад |
Garrick Aden-Buie
|
a790290027
|
Fill in documentation for utils
|
8 лет назад |
Garrick Aden-Buie
|
7a4370a8bd
|
Add all theme functions to "themes" family
|
8 лет назад |
Garrick Aden-Buie
|
503c125301
|
Add slide background image and padding template variables
|
8 лет назад |
Garrick Aden-Buie
|
025a94c4a5
|
BREAKING - blockquote_left_border_color replaces blockquote_left_color
|
8 лет назад |
Garrick Aden-Buie
|
7a9b5b79b0
|
Use writeLines() instead of cat()
|
8 лет назад |
Garrick Aden-Buie
|
c6c9aec805
|
Use markdown instead of \code{} in params
|
8 лет назад |
Garrick Aden-Buie
|
75390330bd
|
Add affected CSS element to parameter description
|
8 лет назад |
Garrick Aden-Buie
|
3bef06b3be
|
Add footnote theme parameters
- Also reorder code params
|
8 лет назад |
Garrick Aden-Buie
|
c8a3b12754
|
Fix text_size -> text_font_size
Add "Font" to documentation: "Text Font Size"
|
8 лет назад |
Garrick Aden-Buie
|
db7f5dd977
|
Revert a25f7f32 - header text sizes in px
Header fonts are generally not the same font as text font, so linking the two requires tweaking other properties (padding, etc.) of the header.
|
8 лет назад |
Garrick Aden-Buie
|
a25f7f3295
|
Set base size as text_size in px, rest in em
|
8 лет назад |
Garrick Aden-Buie
|
d064318976
|
Add title_slide_background_color and title_slide_background_position
|
8 лет назад |
Garrick Aden-Buie
|
bd5b5ae00c
|
Add extra_fonts paramater and template variable
|
8 лет назад |
Garrick Aden-Buie
|
401b25f969
|
Rename font size arguments and make code font size relative
|
8 лет назад |
Garrick Aden-Buie
|
1372aa7a7e
|
Add write_extra_css and extra_css parameters
Also fixed an issue with `outfile` argument not getting passed back to write_xaringan_theme!
|
8 лет назад |
Garrick Aden-Buie
|
57ab178af5
|
Rename CSS output file to xaringan-themer.css
|
8 лет назад |
Garrick Aden-Buie
|
83da02301c
|
Move write_xaringan_theme to write_theme.R
|
8 лет назад |
Garrick Aden-Buie
|
1b3560d203
|
Make devtools::check() happy with documentation for all the things
|
8 лет назад |
Garrick Aden-Buie
|
504fcc60f3
|
Invert choice of slide highlights in duo_accent_inverse
|
8 лет назад |
Garrick Aden-Buie
|
2bb0fd418a
|
Separate sizes for code inline and code blocks
|
8 лет назад |
Garrick Aden-Buie
|
502459ef87
|
Change mono_accent default color to #43418A
|
8 лет назад |
Garrick Aden-Buie
|
1d2efb4267
|
Fix NA values in solarized themes
|
8 лет назад |
Garrick Aden-Buie
|
07b573ed50
|
Add text_size* template variables
|
8 лет назад |
Garrick Aden-Buie
|
42da34c7c5
|
Add solarized dark and light themes
|
8 лет назад |
Garrick Aden-Buie
|
0b97b55341
|
Add duotone themes
|
8 лет назад |
Garrick Aden-Buie
|
b99959a33b
|
Add apply_alpha and choose_dark_or_light functions
|
8 лет назад |
Garrick Aden-Buie
|
92bc56f9b2
|
Change mono_accent_inverse() default color
|
8 лет назад |