Search found 7 matches

by mrdwustl
Mon Aug 23, 2010 4:08 pm
Forum: Text Formatting
Topic: Link
Replies: 3
Views: 2064

Re: Link

That does it! Thanks a lot.
by mrdwustl
Mon Aug 23, 2010 3:59 am
Forum: Text Formatting
Topic: Link
Replies: 3
Views: 2064

Link

Hi -

I'm want to put links on my c.v. to my website and my email address. As is, the links show up with blue boxes around them: is there a way to remove them?

Thanks.

Code: \htmladdnormallink{www.duke.edu/~mylink/}{http://www.duke.edu/~mylink/}
by mrdwustl
Mon Aug 23, 2010 3:51 am
Forum: Text Formatting
Topic: Linux Libertine
Replies: 2
Views: 1943

Linux Libertine

Hi -

Thanks for the quick reply. I restarted my computer and that seems to have taken care of the error in building the file. But when I try to build with Linux Libertine, I get the following error in the output script

"PK font fxlr-84 could not be created"

and this prevents the file from being ...
by mrdwustl
Mon Aug 23, 2010 3:21 am
Forum: Text Formatting
Topic: Linux Libertine
Replies: 2
Views: 1943

Linux Libertine

I am having trouble getting Linux Libertine font installed. When I run the following code

\usepackage[T1]{fontenc}
\usepackage{libertine}

the run stalls and the script displays this: "C:\Program Files (x86)\MiKTeX 2.7\tex\latex\base\fontenc.sty"

Do you know what code I could run to properly ...
by mrdwustl
Mon Apr 12, 2010 5:20 am
Forum: Page Layout
Topic: Beamer Footline
Replies: 1
Views: 32084

Beamer Footline

Hi.

I'm making slides in latex and want the footline to appear to have my name and the institution (rather than my name and the title). Is there an easy way to do this? Thanks.

\documentclass{beamer}[10]
\usepackage{pgf}
\usepackage{beamerthemesplit}

\definecolor{kugreen}{RGB}{50,93,61 ...
by mrdwustl
Wed Mar 31, 2010 3:33 am
Forum: Text Formatting
Topic: Table of Contents Formatting
Replies: 2
Views: 1854

Re: Table of Contents Formatting

Works, thanks!
by mrdwustl
Wed Mar 31, 2010 2:59 am
Forum: Text Formatting
Topic: Table of Contents Formatting
Replies: 2
Views: 1854

Table of Contents Formatting

Hello. I am trying to make a table of contents and all of the page numbers are not correctly corresponding with the right pages. In fact, they are all coming up as page ii.

Any idea how to get the page numbers correctly display? Thanks.


\documentclass[11pt]{article}

\usepackage[top=0.75in ...