Document Classes ⇒ Certificate of Participation - Fancy ribbon Banner
Certificate of Participation - Fancy ribbon Banner
Does anyone know how to create that ribbon effect you sometimes see on documents with words then written on the ribbon.
Thanks
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 of Participation - Fancy ribbon Banner
Best regards and welcome to the board
Thorsten
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Certificate of Participation - Fancy ribbon Banner
PTHowe
Re: Certificate of Participation - Fancy ribbon Banner
I feel the package supports these just beyond my ability to get the output
Thanks
PTHowe
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Certificate of Participation - Fancy ribbon Banner
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Certificate of Participation - Fancy ribbon Banner
My task has come back to me. If anyone can assist with the ribbon/tape which is curved with text and the wave at both ends that would be great. I have constructed an example of what I have. Any suggestions would be great.
Thanks
PT
Code: Select all
\documentclass[12pt,landscape]{book}\usepackage{tikz} % LATEX\usepgflibrary{shapes.symbols} % LATEX and plain TEX and pure pgf\usepgflibrary[shapes.symbols] % ConTEXt and pure pgf\usetikzlibrary{shapes.symbols} % LATEX and plain TEX when using Tik Z\usetikzlibrary[shapes.symbols] % ConTEXt when using Tik Z\begin{document}\begin{tikzpicture}\tikzstyle{every node}=[tape, style={signal, draw}]\node[tape bend height=0.70cm, signal from=left and right]{\Huge{\ \ Certificate of Participation\ \ \ }};\end{tikzpicture}\end{document}