LATEX-L Archives

Mailing list for the LaTeX3 project

LATEX-L@LISTSERV.UNI-HEIDELBERG.DE

Options: Use Classic View

Use Monospaced Font
Show Text Part by Default
Condense Mail Headers

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

Print Reply
Mime-Version: 1.0 (Apple Message framework v553)
Content-Type: text/plain; charset=ISO-8859-1; format=flowed
Date: Thu, 1 Jun 2006 09:11:37 +0200
Reply-To: Mailing list for the LaTeX3 project <[log in to unmask]>
From: Lars Hellström <[log in to unmask]>
In-Reply-To: <[log in to unmask]>
Content-Transfer-Encoding: 8bit
Sender: Mailing list for the LaTeX3 project <[log in to unmask]>
Parts/Attachments: text/plain (26 lines)
Onsdagen den 31 maj 2006 kl 21.29 skrev Heiko Oberdiek:
>
>> * To get smaller pdf file sizes I have experimented with
>>   destinations:
>>   * Unused destinatins are removed.
>>   * The destination names are renamed to shorter names.
[snip]
> Thus I made the assumption the spelling of the destinations are not
> intended for external referencing. This allows two optimizations:
> * Unused destinations are removed.
> * The destination names must still unique, but I can choose shorter
>   names, e.g. instead of
>       section.1, section.23, codline.127   (30 bytes)
>   the shortest possible, but unique names are used:
>       A, B, C                                (3 bytes)
>   The HTML example from above would be transformed to:
>       <a name="A">...</a> or <a ref="#C">...</a>
>
> Example: file size decrease of source2e.pdf: around 4.5 %.

Have you tried using numbered destinations? Apart from being simpler, 
this should shave off another byte or two (for the parentheses 
delimiting the string).

Lars Hellström

ATOM RSS1 RSS2