Can I add a background image? #40
-
Hi, I'm currently making my CV on overleaf and I'd like to know if it's possible to add my image to rendercv as well. Is it possible via the .yaml file, is there a trick to it, or is it not possible? Here's an example of what I'd like to do: In my LaTeX code i use this : \usepackage{transparent}
\usepackage{graphicx}
\AddToHook{shipout/background}{%
\put (0in,-\paperheight){\transparent{0.25}\includegraphics[width=\paperwidth,height=\paperheight]{Image.png}}%
}
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 2 replies
-
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:
I will add new features to make appending a few lines of code to the preamble easier. But currently, you can do this:
If you encounter any problems, please let me know! |
Beta Was this translation helpful? Give feedback.
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:
I will add new features to make appending a few lines of code to the preamble easier. But currently, you can do this:
/rendercv/themes/classic/
folder …