Search found 7 matches

by mikey
Fri Aug 06, 2010 10:50 am
Forum: Text Formatting
Topic: Inline underlined breaking URL
Replies: 5
Views: 10879

Inline underlined breaking URL

Hi torbjorn,

Thanks for the reply. I'm experimenting with hyperref as a way to get it working but I'm not getting far with it either. The reason it has to be underlined is it's part of my dissertation and my university has an extremely stupid and rigidly enforced custom referencing system that ...
by mikey
Fri Aug 06, 2010 9:56 am
Forum: Text Formatting
Topic: Inline underlined breaking URL
Replies: 5
Views: 10879

Inline underlined breaking URL

This is the only problem that I haven't been able to figure out myself and it's beyond me. I really need help.

I'll link what I've found out. There's the package hyperref which seems to be to make clickable URLs in Latex documents. It doesn't appear to do underlines (from what I can tell), but puts ...
by mikey
Thu Aug 05, 2010 9:03 pm
Forum: Text Formatting
Topic: Inline underlined breaking URL
Replies: 5
Views: 10879

Inline underlined breaking URL

Can anyone tell me how to make a URL that will wrap properly, can be in the middle of a line and is underlined?

I've been searching everywhere and I can't find anything that does all 3.
by mikey
Thu Aug 05, 2010 3:25 pm
Forum: General
Topic: Help with formatting dissertation
Replies: 2
Views: 2112

Help with formatting dissertation

Hi everyone,

I really hope you can help me out. I'm using Latex for the first time in my dissertation submission. I'm close to the deadline and I've still got some outstanding issues that need to be fixed, that I'm sure wouldn't be too hard for those with Latex experience.

In par due to not ...
by mikey
Wed Feb 17, 2010 1:27 pm
Forum: Graphics, Figures & Tables
Topic: Vertical Text
Replies: 2
Views: 2002

Vertical Text

Hi there,

Could anyone tell me if it's possible to create vertical text in LaTeX like:
by mikey
Tue Feb 16, 2010 11:46 pm
Forum: Math & Science
Topic: using \mathbb{R} in listings code
Replies: 2
Views: 1927

Re: using \mathbb{R} in listings code

Thanks, worked a treat.
by mikey
Tue Feb 16, 2010 9:32 pm
Forum: Math & Science
Topic: using \mathbb{R} in listings code
Replies: 2
Views: 1927

using \mathbb{R} in listings code

Hi there,

For some reason when I'm using
\lstdefinelanguage{mathpseudo}{
literate={R} {$\mathbb{R}$}{1},
escapeinside={(*}{*)}
}

And I try a R in my code it just appears as a normal R. If I change \mathbb{R} to say \le then I get a less than or equal sign, and if I put the escape sequence in ...