Sorry,
it seems to work without any \nolinkurl...
the problem seems to only occur when I use the \href{}{} command inside a \caption environment, such as:
\documentclass[10pt,a4paper]{article}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usepackage{hyperref}
\begin{document}
text... and ...
Search found 4 matches
- Thu Mar 03, 2011 12:19 pm
- Forum: Text Formatting
- Topic: Percent Sign as a String Character
- Replies: 3
- Views: 20523
- Wed Mar 02, 2011 7:19 pm
- Forum: Text Formatting
- Topic: Percent Sign as a String Character
- Replies: 3
- Views: 20523
Percent Sign as a String Character
Hey,
I wanted to use a hyper link in my document that contains a percentage sign. I included the hyperref package and then tried this.
But that doesn't work. Is there a way to define a fixed string in LaTeX?
Cheers!
Stevo
I wanted to use a hyper link in my document that contains a percentage sign. I included the hyperref package and then tried this.
Code: Select all
\href{url://to.some_stupid%C3%BC_named.file}{some text}
Cheers!
Stevo
- Fri Jul 09, 2010 1:41 pm
- Forum: Graphics, Figures & Tables
- Topic: loading images in a for loop
- Replies: 2
- Views: 2278
Re: loading images in a for loop
Hey!
Thanks a lot for this! The loop seems to work, but Latex has problems with finding the pictures, somehow.. it also puts figures of files that do not exist.. well I guess I can use if-then-else for this.. do you know how to handle error massages?
Do I ask too much from Latex? Is there a way to ...
Thanks a lot for this! The loop seems to work, but Latex has problems with finding the pictures, somehow.. it also puts figures of files that do not exist.. well I guess I can use if-then-else for this.. do you know how to handle error massages?
Do I ask too much from Latex? Is there a way to ...
- Wed Jul 07, 2010 1:46 pm
- Forum: Graphics, Figures & Tables
- Topic: loading images in a for loop
- Replies: 2
- Views: 2278
loading images in a for loop
Hey!
I am wondering if there's a way to use \includegraphics[]{} within a for loop. Is there actually a thing like a for loop in latex? I have quite a lot of images in a folder called 01.eps, 02.eps and so on, and want the "script" to put the images on paper.
here's a little scratch of what I mean ...
I am wondering if there's a way to use \includegraphics[]{} within a for loop. Is there actually a thing like a for loop in latex? I have quite a lot of images in a folder called 01.eps, 02.eps and so on, and want the "script" to put the images on paper.
here's a little scratch of what I mean ...