From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/13873 Path: main.gmane.org!not-for-mail From: Tobias Burnus Newsgroups: gmane.comp.tex.context Subject: placebookmarks + hyphenation Date: Fri, 17 Oct 2003 17:17:14 +0200 Sender: ntg-context-admin@ntg.nl Message-ID: <20031017151714.GA16944@physik.fu-berlin.de> Reply-To: ntg-context@ntg.nl NNTP-Posting-Host: deer.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Trace: sea.gmane.org 1066405308 13459 80.91.224.253 (17 Oct 2003 15:41:48 GMT) X-Complaints-To: usenet@sea.gmane.org NNTP-Posting-Date: Fri, 17 Oct 2003 15:41:48 +0000 (UTC) Original-X-From: ntg-context-admin@ntg.nl Fri Oct 17 17:41:45 2003 Return-path: Original-Received: from ref.vet.uu.nl ([131.211.172.13] helo=ref.ntg.nl) by deer.gmane.org with esmtp (Exim 3.35 #1 (Debian)) id 1AAWjZ-0002An-00 for ; Fri, 17 Oct 2003 17:41:45 +0200 Original-Received: from ref.ntg.nl (localhost.localdomain [127.0.0.1]) by ref.ntg.nl (Postfix) with ESMTP id 5239110B04; Fri, 17 Oct 2003 17:41:43 +0200 (MEST) Original-Received: from up.physik.fu-berlin.de (up.physik.fu-berlin.de [160.45.34.5]) by ref.ntg.nl (Postfix) with ESMTP id CFD1C10ACC for ; Fri, 17 Oct 2003 17:34:59 +0200 (MEST) Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by up.physik.fu-berlin.de (8.11.1/8.9.1) with ESMTP id h9HFYvo565153 for ; Fri, 17 Oct 2003 17:34:57 +0200 (CEST) X-Envelope-To: Original-Received: from tburnus by g25.physik.fu-berlin.de with local (Exim 3.35 #1 (Debian)) id 1AAWcy-0005kL-00 for ; Fri, 17 Oct 2003 17:34:56 +0200 Original-Received: from g25.physik.fu-berlin.de (g25.physik.fu-berlin.de [160.45.34.125]) by up.physik.fu-berlin.de (8.11.1/8.9.1) with ESMTP id h9HFHFo561667; Fri, 17 Oct 2003 17:17:15 +0200 (CEST) X-Envelope-From: tburnus@physik.fu-berlin.de X-ZEDV-BeenThere: nukleon Original-Received: from tburnus by g25.physik.fu-berlin.de with local (Exim 3.35 #1 (Debian)) id 1AAWLq-0005ag-00; Fri, 17 Oct 2003 17:17:14 +0200 Original-To: ntg-context@physik.fu-berlin.de Content-Disposition: inline User-Agent: Mutt/1.3.28i X-ZEDV-Virus-Scanned: CLEAN [clamdscan / ClamAV version 20030829] Resent-From: tobias.burnus@physik.fu-berlin.de Resent-Date: Fri, 17 Oct 2003 17:34:56 +0200 Resent-To: ntg-context@ntg.nl Resent-Message-Id: Resent-Sender: Tobias Burnus Errors-To: ntg-context-admin@ntg.nl X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.0.13 Precedence: bulk List-Help: List-Post: List-Subscribe: , List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: Xref: main.gmane.org gmane.comp.tex.context:13873 X-Report-Spam: http://spam.gmane.org/gmane.comp.tex.context:13873 Hi, I use \placebookmarks[chapter,section,subsection] to get the bookmarks (or outline) shown in Acrobat Reader. Unfortunally, this doesn't seem to work here (acroread 5.08/linux; \def\contextversion{2003.9.26}): There are no bookmarks at all. The other problem I have is: the letter \"a comes out as 'dobuildtextaccent char 127 a' in the 'Document Info' of acrobat which looks kind of ugly and hampers the searchability using htdig. Last but not least, I have a hyphenation problem with URLs: I have e.g. +----------------------------------------------+ | | | [...] http://mathworld.wolfram.com/CylindricalCoordinates. | html. | +----------------------------------------------+ I now want to have this instead: +----------------------------------------------+ | | | [...] http://mathworld.wolfram.com/Cylindri | | calCoordinates.html. | +----------------------------------------------+ i.e. a hyphenation not at the / or . characters but within the word (and without a hyphen). Fixing it manually is kind of hard since I use \gotoURL{...} in a BibTeX file and this definition for gotoURL: \def\gotoURL#1{\useURL[foo][#1]\goto{\url[foo]}[url(foo)]} I'm grateful for any hints Tobias