Otherspstricks and a0

Information and discussion about other tools not listed above.
Post Reply
saka
Posts: 4
Joined: Thu Feb 26, 2015 6:40 pm

pstricks and a0

Post by saka »

I'm using pstricks to make an a0 poster. The title of my document is quite long and it turns out that the (ps)box in which I put it does not go all along my long title. How can I make it work ?

Here's a code for the title :

Code: Select all

\documentclass[landscape]{a0poster}
\usepackage{pstricks,pst-grad}
%\usepackage{showframe}

\begin{document}
\begin{center}
\psshadowbox[framesep=29pt,%
			framearc=0.1,%
			fillstyle=gradient,%
			%fillcolor = Cyan,%
			linecolor = blue,%
			shadowcolor =blue,%
			gradend=blue!20,%
			gradangle=0,%
			gradbegin=white,%
			gradmidpoint=1.0,%
			shadowsize = 15pt]%
{\Huge\bfseries Lorem ipsum dolor sit amet, consectetur adipiscing elit. Duis aliquam erat lorem, ac lacinia lectus viverra}
\end{center}
\end{document}
and the output is attached.

P.S : I'm using XeLatex
Attachments
Untitled.pdf
output
(5.55 KiB) Downloaded 405 times

Recommended reading 2024:

LaTeXguide.org • LaTeX-Cookbook.net • TikZ.org
LaTeX Beginner's Guide LaTeX Cookbook LaTeX TikZ graphics TikZによるLaTeXグラフィックス
User avatar
Stefan Kottwitz
Site Admin
Posts: 10290
Joined: Mon Mar 10, 2008 9:44 pm

pstricks and a0

Post by Stefan Kottwitz »

I would use tcolorbox, based on TikZ. Would this be an option for you?
And there is tikzposter. See Elena's page.

Stefan
LaTeX.org admin
Post Reply