Search found 4 matches

by xetam
Mon Jun 18, 2012 4:07 pm
Forum: Text Formatting
Topic: URL Links in LoF
Replies: 1
Views: 1707

URL Links in LoF

Hi, my question is basically if is possible add clickable URLs in the list of figures, I am trying with hyperref package but it doesn't work, the links goes to the image into the document and I need to externalize the internet source.

sorry for my bad English

\documentclass[12pt,letterpaper ...
by xetam
Fri May 04, 2012 9:33 pm
Forum: Graphics, Figures & Tables
Topic: tikZ | Compilation fails for Documents in Spanish
Replies: 6
Views: 3931

Re: tikZ | Compilation fails for Documents in Spanish

thankyou, run fine but i ask me but how this affects the text of document
by xetam
Fri May 04, 2012 3:55 pm
Forum: Graphics, Figures & Tables
Topic: circuitikz | Electrical Circuits
Replies: 4
Views: 6677

circuitikz | Electrical Circuits

Code: Select all

\documentclass{article}
\usepackage{amsmath}
\usepackage[spanish]{babel}
\usepackage{tikz}
\usepackage{circuitikz}
\begin{document}

\begin{center}
\begin{circuitikz} 
\draw (0,0) node[op amp] {};
\end{circuitikz}
\end{center}
\end{document}
Check the circuitikz documentation.
by xetam
Fri May 04, 2012 2:54 pm
Forum: Graphics, Figures & Tables
Topic: tikZ | Compilation fails for Documents in Spanish
Replies: 6
Views: 3931

tikZ | Compilation fails for Documents in Spanish

Hi,

I tried to add a caption in a figure with tikZ in a margin note but LaTeX show many errors when compiling but this no occurs with i setup a document with English language and i need setup with Spanish.

\documentclass[11pt]{article}

\usepackage{graphicx}
\usepackage{caption}
\usepackage ...