GeneralTop Page Grey under Resume Document class

LaTeX specific issues not fitting into one of the other forums of this category.
Post Reply
joshmccraney
Posts: 4
Joined: Fri Mar 06, 2015 11:10 pm

Top Page Grey under Resume Document class

Post by joshmccraney »

Hi Latex Community!

I am making a resume using a template and so far have been doing very well with changing the CLS file to customize the template to how I want it. However, I am trying to shade the top bit of the page gray, but this is proving difficult. I can be more specific if it helps, but basically is there a way to simply shade the top part of a document before any font is placed and then have the font go over the shaded region?

I tried using tikz but no luck. Maybe I did it wrong?

Thanks so much! Let me know if you need more details or the .tex or .cls files

Josh

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org

NEW: TikZ book now 40% off at Amazon.com for a short time.

And: Currently, Packt sells ebooks for $4.99 each if you buy 5 of their over 1000 ebooks. If you choose only a single one, $9.99. How about combining 3 LaTeX books with Python, gnuplot, mathplotlib, Matlab, ChatGPT or other AI books? Epub and PDF. Bundle (3 books, add more for higher discount): https://packt.link/MDH5p

Stefan Kottwitz
Site Admin
Posts: 10335
Joined: Mon Mar 10, 2008 9:44 pm

Top Page Grey under Resume Document class

Post by Stefan Kottwitz »

Hi Josh,

welcome to the forum!
joshmccraney wrote:I am making a resume using a template
Which template is it? Do you have a link, or could you attach it here?
joshmccraney wrote:have been doing very well with changing the CLS file to customize the template
:shock: I recommend, never change a .cls file. If you really would do this, you should rename it. Imagine, if it would be part of the TeX installation: an update could destroy your changes. And your document would work differently on another computer with that class, because there it's unmodified. So it's a general rule.

You could do required changes in your document but also in the template file. Templates are usually document skeletons which are intended to be modified.
joshmccraney wrote:I tried using tikz but no luck. Maybe I did it wrong?
Possibly - how did you do it? I know TikZ well, so I could say something after seeing code.
joshmccraney wrote:Let me know if you need more details or the .tex or .cls files
Yes, we do. :-)

Stefan
LaTeX.org admin
Post Reply