-
Notifications
You must be signed in to change notification settings - Fork 483
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
Fix headers in LaTeXWriter #1716
Conversation
The same general fix as JuliaDocs#1416, with credit to @cserteGT3
Can you comment on Mortens comment here: #1417 (comment) ? Is that relevant to this PR? |
Nested subparts work as expected. import Documenter
Documenter.makedocs(
sitename = "bug",
pages = [
"Introduction" => "index.md",
"Tutorials" => [
"tutorials/tutorial1.md",
"Sub-part" => [
"tutorials/tutorial2.md",
"Release notes" => "release.md",
],
],
],
format = Documenter.LaTeX(),
) "Tutorials" is the |
I think this is more a bug-fix rather than a feature change. The underlying problem is that |
Okay great. Can you add a note in the changelog and update the version in the toml file? |
Yip will do. |
@odow Thanks for taking care of this one! 🚀 |
The same general fix as #1417, with credit to @cserteGT3
Rather than testing the LaTeX page structure, I just added tests for the structure returned by
files
.Closes #1416
Closes #1417
Here's the change from my MathOptInterface-inspired layout (jump-dev/MathOptInterface.jl#1638):
Old
New