Search found 3 matches

by xeon123
Fri Sep 16, 2011 5:28 pm
Forum: Graphics, Figures & Tables
Topic: tikz | Background Image and Boxes
Replies: 0
Views: 5103

tikz | Background Image and Boxes

Hi,

I'm a newbie in tikz, and I creating a presentation with the beamer class in LaTeX.

I've an image in background, and as I go forward the slide, rectangles must be shown over the image. I put an examples of the slides that I want to have in attachment. In the slides we've an image that contains ...
by xeon123
Tue Jul 12, 2011 6:29 pm
Forum: Text Formatting
Topic: Encircle "." and "," Characters automatically
Replies: 1
Views: 1798

Encircle "." and "," Characters automatically

Hi,

I want to put circles around the punctuation. So, I saw the solution put in this thread (http://www.latex-community.org/forum/viewtopic.php?f=44&t=6301) and it works.

But, I wouldn't like to replace all the "." and "," by "\mycirc{.}" and \mycirc{,}". I would like that, by defining this new ...
by xeon123
Thu Jun 23, 2011 6:02 pm
Forum: Graphics, Figures & Tables
Topic: Image cuts Listing
Replies: 1
Views: 1329

Image cuts Listing

Hi,

I defined a lstinputlisting with the following code:


% listing box definition
\lstset{
basicstyle=\footnotesize\ttfamily, % Standardschrift
% numbers=left, % Ort der Zeilennummern
numberstyle=\tiny, % Stil der Zeilennummern
% stepnumber=2, % Abstand zwischen den
% Zeilennummern ...