LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Forum View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

Message: [<< First] [< Prev] [Next >] [Last >>]
Topic: [<< First] [< Prev] [Next >] [Last >>]
Author: [<< First] [< Prev] [Next >] [Last >>]

Print Reply
Mime-Version:
1.0
Content-Type:
text/plain; charset=us-ascii
Date:
Fri, 28 Aug 2009 03:43:35 +0200
Content-Disposition:
inline
Reply-To:
Mailing list for the LaTeX3 project <[log in to unmask]>
Subject:
From:
Heiko Oberdiek <[log in to unmask]>
In-Reply-To:
Sender:
Mailing list for the LaTeX3 project <[log in to unmask]>
Parts/Attachments:
text/plain (40 lines)
On Thu, Aug 27, 2009 at 11:42:43PM +0100, Robin Fairbairns wrote:

> J.Fine <[log in to unmask]> wrote:
> 
> > Thank you for this.  On Ubuntu, evince PDF viewer to Emacs, I get
> > ==
> >                 A
> > Achievements of LTEX (the first fifteen years)
> > ==
> > from TeX input
> >    Achievements of \LaTeX{}( the first fifteen years)
> 
> cutting and pasting from any tex-ish pdf tends to be dodgy.  there are
> methods ([cm]map packages, for example) that get better text out, but
> they'll never cope with a knuth/lamport "stupid logo" (tm).

\documentclass{article}
\usepackage{letltxmacro}
\usepackage{accsupp}
\LetLtxMacro\OrgLaTeX\LaTeX
\DeclareRobustCommand{\LaTeX}{%
  \BeginAccSupp{method=plain,ActualText=LaTeX}%
    \OrgLaTeX
  \EndAccSupp{}%
}
\begin{document}
\tableofcontents
\section{Achievements of \LaTeX}.
\end{document}

> that said, i've never seen that particular oddity, so it may be a
> special oddity of your pdf viewer (i tend only to use acrorubbish
> viewer, but go to xpdf in extremis).

Cut&Paste from acroread: "Achievements of LaTeX"
However, xpdf 3.00 doesn't support this PDF feature.

Yours sincerely
  Heiko <[log in to unmask]>

ATOM RSS1 RSS2