-
-
Notifications
You must be signed in to change notification settings - Fork 116
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Problem with the chapter number style in {oxforddown} #303
Comments
I don't have time to figure out which package(s) caused the difference, but you may try to install these additional packages: |
At the moment I can only tell that below are the required packages that at least make the LaTeX compilation succeed after pkgs1 = c("amsfonts", "amsmath", "appendix", "atbegshi", "atveryend",
"auxhook", "babel", "babel-english", "babel-greek", "babel-latin",
"biber", "biblatex", "bibtex", "bigintcalc", "bitset", "booktabs",
"caption", "cbfonts-fd", "cm", "colortbl", "csquotes", "dehyph",
"dvipdfmx", "dvips", "ec", "enumitem", "environ", "epstopdf-pkg",
"eso-pic", "etex", "etexcmds", "etoolbox", "euenc", "everyshi",
"fancyhdr", "fancyvrb", "filehook", "firstaid", "float", "fontspec",
"framed", "geometry", "gettitlestring", "glyphlist", "graphics",
"graphics-cfg", "graphics-def", "greek-fontenc", "grfext", "grffile",
"helvetic", "hycolor", "hyperref", "hyph-utf8", "hyphen-base",
"hyphen-greek", "hyphen-latin", "iftex", "inconsolata", "infwarerr",
"intcalc", "knuth-lib", "kpathsea", "kvdefinekeys", "kvoptions",
"kvsetkeys", "l3backend", "l3kernel", "l3packages", "latex",
"latex-amsmath-dev", "latex-bin", "latex-fonts", "latex-tools-dev",
"latexconfig", "latexmk", "letltxmacro", "lineno", "lm", "lm-math",
"logreq", "ltxcmds", "lua-alt-getopt", "luahbtex", "lualatex-math",
"lualibs", "luaotfload", "luatex", "makecell", "mdwtools", "metafont",
"mfware", "microtype", "minitoc", "modes", "multirow", "natbib",
"notoccite", "oberdiek", "pdfescape", "pdflscape", "pdfpages",
"pdftex", "pdftexcmds", "plain", "quotchap", "refcount", "rerunfilecheck",
"scheme-infraonly", "soul", "stringenc", "tabu", "tex", "tex-ini-files",
"texlive-scripts", "texlive.infra", "threeparttable", "threeparttablex",
"times", "tipa", "titlesec", "tocbibind", "tools", "trimspaces",
"ulem", "unicode-data", "unicode-math", "uniquecounter", "units",
"url", "varwidth", "wrapfig", "xcolor", "xetex", "xetexconfig",
"xkeyval", "xunicode", "zapfding")
tinytex::tlmgr_install(pkgs1) And these are the additional packages that can render the chapter numbers in the expected style: pkgs2 = c("a4wide", "achemso", "adjustbox", "ae", "algorithmicx", "algorithms",
"ametsoc", "amscls", "apacite", "babel-french", "bbm-macros",
"beamer", "bookmark", "breakurl", "carlisle", "catoptions", "ccicons",
"changepage", "charter", "chemgreek", "cite", "cleveref", "collectbox",
"comment", "courier", "crop", "datetime", "dblfloatfix", "doclicense",
"draftwatermark", "eepic", "endfloat", "endnotes", "epsf", "epstopdf",
"esvect", "etex-pkg", "eurosym", "everysel", "expex", "extsizes",
"floatflt", "floatrow", "fmtcount", "fontaxes", "footmisc", "forarray",
"fp", "fpl", "hardwrap", "hyperxmp", "hyphen-french", "hyphenat",
"ifmtarg", "jknapltx", "kastrup", "koma-script", "langsci", "lastpage",
"lettrine", "lipsum", "listings", "ltxkeys", "ly1", "makecmds",
"marginnote", "marvosym", "mathalpha", "mathpazo", "mathspec",
"mathtools", "mdframed", "memoir", "metalogo", "mhchem", "minifp",
"mnras", "morefloats", "moreverb", "ms", "mweights", "ncntrsbk",
"needspace", "newfloat", "newtx", "ntgclass", "palatino", "paralist",
"parskip", "pbox", "pdfsync", "pgf", "picinpar", "placeins",
"polyglossia", "preprint", "preview", "psfrag", "psnfss", "ragged2e",
"realscripts", "revtex4-1", "roboto", "rsfs", "sauerj", "sectsty",
"seqsplit", "setspace", "sidecap", "siunitx", "soulutf8", "srcltx",
"standalone", "stix", "stmaryrd", "sttools", "subfig", "subfigure",
"symbol", "tabto-ltx", "tcolorbox", "tex-gyre", "textcase", "thmtools",
"thumbpdf", "totcount", "totpages", "translator", "tufte-latex",
"ucs", "upquote", "urlbst", "utopia", "vmargin", "vruler", "wallpaper",
"xargs", "xifthen", "xltxtra", "xstring", "xwatermark", "xypic",
"zapfchan", "zref")
tinytex::tlmgr_install(pkgs2) But I don't know which packages in |
Thank you very much for your help, @yihui. It's a very constructive answer, which helped me to learn a debugging technique. I wish I knew how to map the packages like that. By bisecting the second package list ( |
Great work! I really appreciate it. After looking at the LaTeX log for a while, I didn't find a clue that would tell me to automatically install An easy way to solve this problem is to bundle |
Hi,
When knitting the template {oxforddown} with
tinytex_0.31.6
, there is a bug the chapter number style.This is the obtained style with my current session:
This is the expected result, showing a different style for the chapter number:
The expected result is obtained using TeX Live. I'm trying to debug it further (no clue so far, sorry). Thanks!
Session information:
By filing an issue to this repo, I promise that
xfun::session_info('tinytex')
. I have upgraded all my packages to their latest versions (e.g., R, RStudio, and R packages), and also tried the development version:remotes::install_github('yihui/tinytex')
.I understand that my issue may be closed if I don't fulfill my promises.
The text was updated successfully, but these errors were encountered: