Skip to content

Can I add a background image? #40

Answered by sinaatalay
c2tz asked this question in Q&A
Mar 10, 2024 · 1 comments · 2 replies
Discussion options

You must be logged in to vote

Hello! Yes, you can do this with custom themes.

I briefly explained how custom themes work in the user guide. So next to your input file, you will need some theme files like this:

├── yourcustomtheme
│   ├── Preamble.j2.tex
│   ├── Header.j2.tex
│   ├── EducationEntry.j2.tex
│   ├── ExperienceEntry.j2.tex
│   ├── NormalEntry.j2.tex
│   ├── OneLineEntry.j2.tex
│   ├── PublicationEntry.j2.tex
│   ├── TextEntry.j2.tex
│   ├── SectionBeginning.j2.tex
│   └── SectionEnding.j2.tex
└── Your_Full_Name_CV.yaml

I will add new features to make appending a few lines of code to the preamble easier. But currently, you can do this:

  1. Download the repository and copy the /rendercv/themes/classic/ folder …

Replies: 1 comment 2 replies

Comment options

You must be logged in to vote
2 replies
@c2tz
Comment options

@sinaatalay
Comment options

Answer selected by sinaatalay
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants