Search found 5 matches

by joemburgess
Sun Jan 17, 2010 11:37 pm
Forum: Graphics, Figures & Tables
Topic: SVG with transparency in Latex
Replies: 5
Views: 6509

Re: SVG with transparency in Latex

I tried to convert the svg I have of the logo to pdf and it becomes square. I know this is an inkscape problem, so it is off-topic but does anyone have any ideas? I attached the svg and the pdf.

thanks,
by joemburgess
Sun Jan 17, 2010 4:54 pm
Forum: Graphics, Figures & Tables
Topic: SVG with transparency in Latex
Replies: 5
Views: 6509

SVG with transparency in Latex

Here Is the code

\documentclass{article}
\usepackage{calc}
\usepackage{framed}
\usepackage{tikz}
\usetikzlibrary{decorations.text}
\usepackage{lipsum}

\renewenvironment{shaded}{%
\def\FrameCommand{\colorbox{blue!20}}%
\MakeFramed {\FrameRestore}}%
{\endMakeFramed}

\newlength\mylena
\newlength ...
by joemburgess
Sun Jan 17, 2010 8:55 am
Forum: Graphics, Figures & Tables
Topic: SVG with transparency in Latex
Replies: 5
Views: 6509

SVG with transparency in Latex

Hello,
I have an svg graphic that I would like to include in my latex doc. It has a transparent background, and I have converted it to png to include in the latex file and the edges of the image are pixelated. I opened it up in inkscape and tried to export to eps, but the edges were still pixelated ...
by joemburgess
Sat Jan 09, 2010 3:28 am
Forum: Graphics, Figures & Tables
Topic: Create a box with image and text
Replies: 3
Views: 4032

Re: Create a box with image and text

Im sorry I have attached a link of sort of what I wanted. I want to be able so do a sort of
\begin{myenv}
It is important to have a backup "off-site" and "on-site"
\end{myenv}
And have the attached show up.
I am really not sure where to start, thank you everyone.
by joemburgess
Fri Jan 08, 2010 7:48 pm
Forum: Graphics, Figures & Tables
Topic: Create a box with image and text
Replies: 3
Views: 4032

Create a box with image and text

Hello,

I am trying to create a new environment that is a warning box. I am writing a technial manual and I want to be able to have a colored box with a little warning logo to the left of it. I have figured out how to make a colored box, but I can't figure out how to make a new environment that has ...