mszep / pandoc_resume

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

The green bars (horizontal rules i think they are called) wont appear anymore #94

Open XxTriviumxX opened 1 year ago

XxTriviumxX commented 1 year ago

Expected Behavior

The pdf should have green bars next to titles like "Education". and the titles should be on the left.

Actual Behavior

No bars, and the titles appear in the middle instead of the left side + the green bar

Steps to reproduce the behavior

type make on terminal

Versions

Pandoc and context versions

pandoc --version
pandoc 3.0.1
context --version
mtx-context     | ConTeXt Process Management 1.04

OS information on non-Windows can use one of the following commands

cat /etc/*-release
cat /etc/*-release
NAME="Arch Linux"
PRETTY_NAME="Arch Linux"
ID=arch
BUILD_ID=rolling
ANSI_COLOR="38;2;23;147;209"
HOME_URL="https://archlinux.org/"
DOCUMENTATION_URL="https://wiki.archlinux.org/"
SUPPORT_URL="https://bbs.archlinux.org/"
BUG_REPORT_URL="https://bugs.archlinux.org/"
PRIVACY_POLICY_URL="https://terms.archlinux.org/docs/privacy-policy/"
LOGO=archlinux-logo
lsb_release -a
lsb_release -a
bash: lsb_release: command not found
chuckmeyer commented 1 year ago

I had a similar issue last night. I had to roll back to pandoc 2.12-1-arm64 to get pandoc to use the template file. As with so many of us these days, I didn't have time to dig into what changed in the later versions.

XxTriviumxX commented 1 year ago

I had to use a debian vm to get it right

kaiiam commented 3 months ago

On a mac with ConTeXt Process Management 1.04 and pandoc 3.2 I get the same issues of the style not being the same in the pdf. It works (with the pretty bars) in the html but not the pdf version. I'm guessing it's optimized for linux as per the previous posters comment, on linux I never had trouble but the same setup on a mac doesn't produce the completely desired output.

fmaussion commented 1 month ago

I'm a bit at loss about what to do with this. On my mac the docker run fails with resume-make-default | make: *** No targets specified and no makefile found. Stop. and it is very difficult to roll back a pandoc version.

What did the people in this thread do instead? What alternative tools do you suggest? I'm a big fan of pandoc_resume since years, but this makes it very difficult

XxTriviumxX commented 1 month ago

I am no longer active on this issue as of now, as i use another template.

fmaussion commented 1 month ago

Update: I am now using conda to install pandoc 2.12 and everything seems to work as expected.