Search found 3 matches

by neeraj2608
Wed Apr 08, 2009 12:51 pm
Forum: Graphics, Figures & Tables
Topic: Verbatim text in a figure caption
Replies: 2
Views: 14287

Verbatim text in a figure caption

Hi,

in this case you could use the url package:
\usepackage{url}
...
\caption{Visual processing areas of the brain. Source:
\protect\url{http://thebrain.mcgill.ca/flash/a/a_02/a_02_cr/a_02_cr_vis/a_02_cr_vis_3c.jpg}}
Btw. I would use \centering instead of the center environment inside a figure ...
by neeraj2608
Tue Apr 07, 2009 8:32 pm
Forum: Graphics, Figures & Tables
Topic: Verbatim text in a figure caption
Replies: 2
Views: 14287

Verbatim text in a figure caption

Hi,
I'm new to Latex and I want to put a long URL in a figure caption without having to escape every special character like "_" with a backslash. Since \verb cannot be used in a command argument, I tried putting the URL between the \begin{verbatim} and \end{verbatim} commands. Unfortunately, it ...
by neeraj2608
Mon Apr 06, 2009 4:12 pm
Forum: Feature Suggestions
Topic: word count
Replies: 17
Views: 92018

word count

i think i found the problem: texwordcount.pl doesn't support spaces in path names. when your .tex file is saved in e.g. c:\documents and settings\ , you get an error saying the path name doesn't exist. I don't know how to fix it, though.

Try replacing the double quotes with a single quote. This ...