doing Certificates for class. Is there a style?
Does anyone know how to create that ribbon effect you sometimes see on documents with words then written on the ribbon.
Thanks
Document Classes ⇒ Certificate of Participation - Fancy ribbon Banner
NEW: TikZ book now 40% off at Amazon.com for a short time.
- localghost
- Site Moderator
- Posts: 9202
- Joined: Fri Feb 02, 2007 12:06 pm
Certificate of Participation - Fancy ribbon Banner
If I don't completely misunderstand, either the pgf/tikZ or pst-text package should be the right tool.
Best regards and welcome to the board
Thorsten
Best regards and welcome to the board
Thorsten
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Re: Certificate of Participation - Fancy ribbon Banner
Thanks Looks Good Will let you know how it turns out.
PTHowe
PTHowe
Re: Certificate of Participation - Fancy ribbon Banner
Worked very well. I could not figure out how to get the folded ribbon effect. Also could not figure out how to create a ribbon with an arch and text which followed the arch.
I feel the package supports these just beyond my ability to get the output
Thanks
PTHowe
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
The best way to describe your recent efforts as well as the occurring difficulties is to submit a minimal working example (MWE). This lets us test possible solutions very easy and saves time.
How to make a "Minimal Example"
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Board Rules
Avoidable Mistakes
¹ System: TeX Live 2025 (vanilla), TeXworks 0.6.10
Certificate of Participation - Fancy ribbon Banner
Hi Everyone,
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
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}