Search found 2 matches

by phil217
Tue Apr 19, 2011 9:09 am
Forum: General
Topic: hard copy without images, soft copy with images
Replies: 2
Views: 1859

Re: hard copy without images, soft copy with images

Do you want one PDF that can be printed (without the images) and viewed (with them), or can you produce two different files and use the optional package?
(I've had similar issues in the past and went for the optional package.)
by phil217
Mon Apr 18, 2011 9:14 pm
Forum: General
Topic: Including \ref* in \href
Replies: 0
Views: 1494

Including \ref* in \href

Hi,
I'm making use of cross-references between some hyperref'd documents. I'm trying to construct a URL using \ref*{mylabel}, but \href really doesn't like this in the URL part.

This is a.tex:

\documentclass{article}
\usepackage{hyperref}
\begin{document}
\section{Foo}\label{mylabel}
\end ...