Document ClassesCertificate of Participation - Fancy ribbon Banner

Information and discussion about specific document classes and how to create your own document classes.
Post Reply
pthowe
Posts: 17
Joined: Thu Mar 25, 2010 5:47 am

Certificate of Participation - Fancy ribbon Banner

Post by pthowe »

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

Recommended reading 2024:

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

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

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

Certificate of Participation - Fancy ribbon Banner

Post by localghost »

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
pthowe
Posts: 17
Joined: Thu Mar 25, 2010 5:47 am

Re: Certificate of Participation - Fancy ribbon Banner

Post by pthowe »

Thanks Looks Good Will let you know how it turns out.

PTHowe
pthowe
Posts: 17
Joined: Thu Mar 25, 2010 5:47 am

Re: Certificate of Participation - Fancy ribbon Banner

Post by pthowe »

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
User avatar
localghost
Site Moderator
Posts: 9202
Joined: Fri Feb 02, 2007 12:06 pm

Certificate of Participation - Fancy ribbon Banner

Post by localghost »

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.
pthowe
Posts: 17
Joined: Thu Mar 25, 2010 5:47 am

Certificate of Participation - Fancy ribbon Banner

Post by pthowe »

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

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}
Post Reply