Teun van den Brand
fc0ff801e8
Compatibility with future ggplot2 ( #79 )
* use UK spelling of colour
* Increment version number to 0.4.2.9000
* docs: add NEWS item
* chore: devtools::document()
---------
Co-authored-by: Garrick Aden-Buie <garrick@adenbuie.com>
1年前
Garrick Aden-Buie
b6ed374c83
* Re-document for CRAN
3年前
github-actions[bot]
ad73c59080
Automated package maintenance ( #71 )
Co-authored-by: gadenbuie <gadenbuie@users.noreply.github.com>
4年前
Garrick Aden-Buie
ea5d1de808
Add `link_decoration` parameter to style functions ( #57 )
5年前
Garrick Aden-Buie
bdde9ca706
Set slide number font size in rem ( #54 )
Fixes #53
5年前
Garrick Aden-Buie
ff02422e23
Add text_bold_font_weight argument and css rule
Fixes #50
5年前
Garrick Aden-Buie
dd57776684
v0.3.3
5年前
Garrick Aden-Buie
2c068446e6
feat: Add header_font_family_fallback
Fixes #41
5年前
Garrick Aden-Buie
8a8ebd5e41
feat: Add inverse_link_color to styles
Fixes #44
5年前
Garrick Aden-Buie
ed45a1094e
roxygen 7.1.0
6年前
Garrick Aden-Buie
7a5472a9ae
Add missing Rd tags, namely value/@eturn
6年前
Garrick Aden-Buie
9e27e3522a
spellcheck
6年前
Garrick Aden-Buie
78d38c2400
Add xaringanthemer_font_default()
Avoids note for long argument length and allows for more consistent checking if supplied arguments are default values
6年前
Garrick Aden-Buie
4a94f7a641
Fix xaringan yaml documentation
6年前
Garrick Aden-Buie
e883552cd2
Document the CSS property accepted by the various arguments
Closes #33
6年前
Garrick Aden-Buie
efe6ec9713
Add section on usage to all style functions
6年前
Garrick Aden-Buie
b6df901b66
Add an example to each style function
6年前
Garrick Aden-Buie
254bb0802c
Fix description of css variables in argument documentation
6年前
Garrick Aden-Buie
6509095af2
Document CSS variables
6年前
Garrick Aden-Buie
71f29561e8
Document new font choices and generally improve font customization documentation
6年前
Garrick Aden-Buie
763e4dcefd
Reflow roxygen tags in style_* functions
6年前
Garrick Aden-Buie
afe51d40d2
change inline fonts to use `em` not `rem`
6年前
Garrick Aden-Buie
d1cefe7fc6
Use system font stack for fallbacks
6年前
Garrick Aden-Buie
4806fba416
Set default fonts via *_font_* instead of google_fonts
And add tests
6年前
Garrick Aden-Buie
85d637bae3
Change default fonts to Cabin (heading) and Noto Sans (body)
Closes #28
6年前
Garrick Aden-Buie
c538ce4d6c
Fix header_background template variables
header_background_padding is now learned from the slide padding so that left and right margins match
6年前
Garrick Aden-Buie
85f512caa9
Add base_font_size and convert font sizes to rem
Now, font size is inherited from `base_font_size` which should be in absolute units.
6年前
Garrick Aden-Buie
e65d7b1dcf
Feature: custom color classes
Inspired by tachyons, easily add additional colors to slides using the `colors` argument. The argument takes a named list or vector and adds a CSS variable with the color name. Also added are .<color> and .bg-<name> classes.
6年前
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
0d92aa75de
Fix duplicated "." in theme settings parameter descriptions
7年前
Garrick Aden-Buie
e7a1bfb206
Change header_background_enable to header_background_auto for #10
7年前
Garrick Aden-Buie
f3a6e7a9b7
Add header_background_enable and options for #10
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
08d75c118b
Add tests for theme css output
7年前
Garrick Aden-Buie
9215427281
Fix documentation issues
- google_font() not google_fonts()
- make ranges code to avoide link
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
c6c9aec805
Use markdown instead of \code{} in params
8年前
Garrick Aden-Buie
75390330bd
Add affected CSS element to parameter description
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
b9c3a495c7
Roxygen templates don't do markdown: `` -> \code{}
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
2bb0fd418a
Separate sizes for code inline and code blocks
8年前