mszep / pandoc_resume

The Markdown Resume
http://mszep.github.io/pandoc_resume/
MIT License
1.62k stars 756 forks source link

PDF builds does not recognise level 2 titles properly #104

Closed fmaussion closed 1 month ago

fmaussion commented 1 month ago

Expected Behavior

PDF output should be closer to the html output

Actual Behavior

This is the output of "make" on the latest pull from main on my MacOS:

HTML (as expected):

image

PDF (note the missing green bars):

image

Steps to reproduce the behavior

Clone latest version. Run "make"

Versions

Pandoc and context versions

    pandoc --version
    pandoc 3.3
    Features: +server +lua
    Scripting engine: Lua 5.4
    User data directory: /Users/uu23343/.local/share/pandoc
    Copyright (C) 2006-2024 John MacFarlane. Web: https://pandoc.org
    This is free software; see the source for copying conditions. There is no
    warranty, not even for merchantability or fitness for a particular purpose.

    context --version
    mtx-context     | ConTeXt Process Management 1.06
    mtx-context     |
    mtx-context     | main context file: /usr/local/texlive/2024/texmf-dist/tex/context/base/mkiv/context.mkiv
    mtx-context     | current version: 2024.02.27 09:18
    mtx-context     | main context file: /usr/local/texlive/2024/texmf-dist/tex/context/base/mkxl/context.mkxl
    mtx-context     | current version: 2024.02.27 09:18

OS information

MacOSX

fmaussion commented 1 month ago

Duplicate of https://github.com/mszep/pandoc_resume/issues/94