diff --git a/DESCRIPTION b/DESCRIPTION index 5209793..53b76c9 100644 --- a/DESCRIPTION +++ b/DESCRIPTION @@ -1,8 +1,8 @@ Package: goxygen Type: Package Title: Documentation package for modular GAMS code -Version: 0.9.1 -Date: 2018-07-09 +Version: 0.10.0 +Date: 2018-09-06 Authors@R: c(person("Jan Philipp", "Dietrich", email = "dietrich@pik-potsdam.de", role = c("aut","cre"))) Description: A collection of tools which allow to manipulate and analyze code. Imports: pander, stringi, lucode @@ -10,5 +10,5 @@ URL: https://github.com/pik-piam/goxygen, https://doi.org/10.5281/? BugReports: https://github.com/pik-piam/goxygen/issues License: BSD_2_clause + file LICENSE LazyData: no -RoxygenNote: 6.0.1 -ValidationKey: 1612611 +RoxygenNote: 6.1.0 +ValidationKey: 1778000 diff --git a/inst/templates/template.css b/inst/templates/template.css index fafeae7..b7fec3d 100644 --- a/inst/templates/template.css +++ b/inst/templates/template.css @@ -25,6 +25,18 @@ summary { #TOC { float: right; border: 1px solid gray; background-color: #F2F2F2; padding-right: 5px; margin-left: 5px;} +/** + * Reduce font size of formulas to same font size as text + */ +span.math.inline { + font-size: 85%; +} + +span.math.display { + font-size: 85%; +} + + /** * Correct `inline-block` display not defined in IE 8/9. */