We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
People sometimes need to modify existing preamble sections to achieve some complex effects:
I customize the preamble by overriding the writeheader function.
writeheader
Maybe Documenter could accept a keyword argument specifying the path to a custom preamble.tex and use its contents to replace the existing preamble.
preamble.tex
Originally posted by @inkydragon in JuliaLang/julia#43698 (comment)
@inkydragon
The text was updated successfully, but these errors were encountered:
I think it would be completely fine to add such an option to the LaTeX struct:
LaTeX
Documenter.jl/src/Writers/LaTeXWriter.jl
Lines 43 to 49 in bffc866
Sorry, something went wrong.
Do we need to add a new platform?
platform
Maybe we just need to add a new optional input file, like custom.sty.
custom.sty
Successfully merging a pull request may close this issue.
People sometimes need to modify existing preamble sections to achieve some complex effects:
I customize the preamble by overriding the
writeheader
function.Originally posted by
@inkydragon
in JuliaLang/julia#43698 (comment)The text was updated successfully, but these errors were encountered: