From mboxrd@z Thu Jan 1 00:00:00 1970 X-Msuck: nntp://news.gmane.io/gmane.comp.tex.context/74608 Path: news.gmane.org!not-for-mail From: Steffen Wolfrum Newsgroups: gmane.comp.tex.context Subject: footnotes rewritten Date: Tue, 21 Feb 2012 11:11:51 +0100 Message-ID: <08CAF983-5CAB-4525-A0A4-4C727C904E82@st.estfiles.de> Reply-To: mailing list for ConTeXt users NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 (Apple Message framework v1084) Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Trace: dough.gmane.org 1329819135 29500 80.91.229.3 (21 Feb 2012 10:12:15 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 21 Feb 2012 10:12:15 +0000 (UTC) To: mailing list for ConTeXt users Original-X-From: ntg-context-bounces@ntg.nl Tue Feb 21 11:12:10 2012 Return-path: Envelope-to: gctc-ntg-context-518@m.gmane.org Original-Received: from balder.ntg.nl ([195.12.62.10]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Rzmhc-0006jT-LM for gctc-ntg-context-518@m.gmane.org; Tue, 21 Feb 2012 11:12:08 +0100 Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id CD8ACCB230; Tue, 21 Feb 2012 11:12:07 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id cFbrBP4+e0HK; Tue, 21 Feb 2012 11:12:01 +0100 (CET) Original-Received: from balder.ntg.nl (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 8DF2FCB227; Tue, 21 Feb 2012 11:12:01 +0100 (CET) Original-Received: from localhost (localhost [127.0.0.1]) by balder.ntg.nl (Postfix) with ESMTP id 4DC9FCB227 for ; Tue, 21 Feb 2012 11:12:00 +0100 (CET) X-Virus-Scanned: Debian amavisd-new at balder.ntg.nl Original-Received: from balder.ntg.nl ([127.0.0.1]) by localhost (balder.ntg.nl [127.0.0.1]) (amavisd-new, port 10024) with LMTP id xTpWoMsL25ln for ; Tue, 21 Feb 2012 11:11:54 +0100 (CET) Original-Received: from filter2-ams.mf.surf.net (filter2-ams.mf.surf.net [192.87.102.70]) by balder.ntg.nl (Postfix) with ESMTP id 70419CB226 for ; Tue, 21 Feb 2012 11:11:54 +0100 (CET) Original-Received: from smtprelay02.ispgateway.de (smtprelay02.ispgateway.de [80.67.18.14]) by filter2-ams.mf.surf.net (8.14.3/8.14.3/Debian-5+lenny1) with ESMTP id q1LABrt2007446 for ; Tue, 21 Feb 2012 11:11:53 +0100 Original-Received: from [89.247.4.15] (helo=[192.168.1.4]) by smtprelay02.ispgateway.de with esmtpsa (TLSv1:AES128-SHA:128) (Exim 4.68) (envelope-from ) id 1RzmhM-0001YI-O7 for ntg-context@ntg.nl; Tue, 21 Feb 2012 11:11:52 +0100 X-Mailer: Apple Mail (2.1084) X-Df-Sender: Njk4NTgw X-Bayes-Prob: 0.0001 (Score 0, tokens from: @@RPTN) X-CanIt-Geo: ip=80.67.18.14; country=DE; latitude=51.0000; longitude=9.0000; http://maps.google.com/maps?q=51.0000,9.0000&z=6 X-CanItPRO-Stream: uu:ntg-context@ntg.nl (inherits from uu:default, base:default) X-Canit-Stats-ID: 0rGAybRmB - 3267dd458916 - 20120221 (trained as not-spam) X-Scanned-By: CanIt (www . roaringpenguin . com) on 192.87.102.70 X-BeenThere: ntg-context@ntg.nl X-Mailman-Version: 2.1.12 Precedence: list List-Id: mailing list for ConTeXt users List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: ntg-context-bounces@ntg.nl Errors-To: ntg-context-bounces@ntg.nl Xref: news.gmane.org gmane.comp.tex.context:74608 Archived-At: Hi, as the footnotes mechanism was rewritten, there are several things that don't work anymore (as expected). I collected some of them in my minimal below: The lines with "<- OK!" do work, those marked with "<- ???" don't. Could someone please help me with the new syntax context expects now? Thanks, Steffen ------- % concering subfootnote \definestructureseparatorset [footnote][][] \definestructureconversionset[footnote][numbers,characters][numbers] % <- ??? \setupenumerations[footnote][numberconversionset=footnote,numberseparatorset=footnote] % footnote's rule \unexpanded\def\MyRule{\startcolor[orange]\vrule width18mm height0.4pt\vskip2mm\stopcolor} % footnote's interlineskip etc. \startsetups footnotesetup \setupinterlinespace[line=9.8pt, height=.79,depth=.21] \lineskiplimit-\maxdimen \setupwhitespace[2pt] \stopsetups % footnotes bottom page \def\newFNnumber#1{\kern0.05em\raise.385em\hbox{\switchtobodyfont[16pt]#1}}% size of number in front of FN-text <- ??? \def\MyNote#1{\kern0.05em\raise.385em\hbox{\switchtobodyfont[8pt]#1}}% size of number in front of FN-text <- ??? %% \setupnote[footnote][before=\vskip3.0mm,textcolor=red,rule=\MyRule]% distance lowest line of main text to ruler <- ??? \setupnote[footnote][bottom=\strut\vskip5pt]% flushbottom adjustment <- OK! %% \setupnote[footnote] [split=strict, symbolcommand=\gobbleoneargument,% switch for triangle textcommand=\MyNote,% size of number in front of FN-text <- ??? numbercommand=\newFNnumber,% size of number in front of FN-text <- ??? setups=footnotesetup, align={block,hanging},% <- OK! bodyfont={rm,9pt}]% <- OK! %%-----------------------------------------------------------------------% \def\newFNcommand#1{\hskip10pt#1\enskip\strut}% \setupnotation[before={\hfuzz0pt\setupinteraction[color=red,contrastcolor=darkgray]},after={\setupinteraction[color=black]},command=\newFNcommand,indentnext=yes,indenting={10pt,yes},location=serried]% <- ??? \starttext \dorecurse{3}{test\footnote{\input ward \par} text % \dorecurse{3}{test\subfootnote{\input ward \par} text } } \stoptext ___________________________________________________________________________________ If your question is of interest to others as well, please add an entry to the Wiki! maillist : ntg-context@ntg.nl / http://www.ntg.nl/mailman/listinfo/ntg-context webpage : http://www.pragma-ade.nl / http://tex.aanhet.net archive : http://foundry.supelec.fr/projects/contextrev/ wiki : http://contextgarden.net ___________________________________________________________________________________