The tag has no wiki summary.

learn more… | top users | synonyms

3
votes
0answers
88 views

Optimizing tikz code for less redundancies

I don't use tikz very often. When I do, I'm usually pretty happy with the result (and with how useful that manual is). But I always think the code I produced to get there could be optimized, as in the ...
3
votes
0answers
114 views

How can I creat a dynamic geometry file in Tex?

I have a file \documentclass[10pt]{article} \usepackage{pgf,tikz} \usetikzlibrary{arrows} \pagestyle{empty} \begin{document} \definecolor{uququq}{rgb}{0.25,0.25,0.25} ...
3
votes
0answers
170 views

Insert a block comment title in Kile

I would like to know whether it is possible in Kile to define a script to insert a centered commented block. I often mark different parts of my code with those kind of titles: ...
1
vote
0answers
41 views

Latex to HTML using Pandoc

I have a bunch of tutorials I have written and they are written in Latex. Now I want to convert them to HTML and to Blogger also. I heard about Pandoc and decided to try it. Below are my results : ...
1
vote
0answers
28 views

Listing not handled as a float in SIG ACM document type

My document starts with \documentclass{sig-alternate} \usepackage{listings} and it includes listings like this: \begin{lstlisting}[label=samplecode,float=tb,caption=My super code] // code ...