Document ClassesCertificate Template

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
julianof
Posts: 2
Joined: Tue Jul 06, 2010 10:08 pm

Certificate Template

Post by julianof »

Hello!

I'm an intermediate LaTeX user, however I've never created my own template.

I looked all over the Internet and couldn't find any templates on certificates (those you get for completing some course or going to an event).

The problem is that I never created a template before! I'd like some suggestions to decide where to start! There are a couple of things I need to know:

1. How to get the page in landscape mode
2. How to place figures wherever I want (just giving their exact coordinates, perhaps?)
3. How to get the text in the right place

Yeah.. I know that's a lot of questions.. Help anyone?

Thanks! =D

(I'm not sure this is the right forum, sorry if it is misplaced)

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

localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Certificate Template

Post by localghost »

A special document class is not needed. Necessary enhancements can be done with packages.
julianof wrote:[...] 1. How to get the page in landscape mode [...]
Document class option of the same name.
julianof wrote:[...] 2. How to place figures wherever I want (just giving their exact coordinates, perhaps?) [...]
Package textpos.
julianof wrote:[...] 3. How to get the text in the right place [...]
Same as for second point.


Best regards and welcome to the board
Thorsten
julianof
Posts: 2
Joined: Tue Jul 06, 2010 10:08 pm

Re: Certificate Template

Post by julianof »

Thank you very much! I'll look into those!


Thanks!
Post Reply