[NTG-context] Comments placed in the margin

2024-03-19 Thread Jeroen
For comments that are placed in the margin, the \inleft{}, \inouter{} etc
will place text in the margin in bold. Can this text be placed in the
margin in regular text or possibly in slightly smaller font size compared
to the regular text in the document?
___
If your question is of interest to others as well, please add an entry to the 
Wiki!

maillist : ntg-context@ntg.nl / 
https://mailman.ntg.nl/mailman3/lists/ntg-context.ntg.nl
webpage  : https://www.pragma-ade.nl / https://context.aanhet.net (mirror)
archive  : https://github.com/contextgarden/context
wiki : https://wiki.contextgarden.net
___


[NTG-context] comments in bbl files broken

2015-02-01 Thread Idris Samawi Hamid ادريس سماوي حامد

Dear Knights,

Comments used to work in bbl files but no longer:

==
\starttext
\setuppublications[alternative=apa]

\startpublication[k=corbin81,
  t=book,
  a=Corbin,
  y=1981,
  s=Corbin81]
\author[]{Henry}[H.]{}{Corbin}
% \author[]{Henry}[H.]{von }{Corbin}
\title{The Concept of Comparative Philosophy}
\pubname{Golgonooza Press}
\city{Ipswich, United Kingdom}
\pubyear{1981}
\stoppublication

\placepublications [criterium=all] % inherits from \setuppublications
% \completepublications[criterium=cite] % only works with criterium=all
\stoptext
==

See the attached pdf; we get in the pdf output:

%Corbin, H. and von Corbin, H. (1981).

with an explicit '%'.

Can this be fixed?

Best wishes
Idris
--
Idris Samawi Hamid
Professor of Philosophy
Colorado State University
Fort Collins, CO 80523

test-bib-comment.pdf
Description: Adobe PDF document


test-bib-comment.tex
Description: TeX document
___
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
___

Re: [NTG-context] comments in bbl files broken

2015-02-01 Thread Idris Samawi Hamid ادريس سماوي حامد
On Sun, 01 Feb 2015 08:16:27 -0700, Idris Samawi Hamid ادريس سماوي حامد  
isha...@colostate.edu wrote:



Dear Knights,

Comments used to work in bbl files but no longer:

==
\starttext
\setuppublications[alternative=apa]

\startpublication[k=corbin81,
   t=book,
   a=Corbin,
   y=1981,
   s=Corbin81]
\author[]{Henry}[H.]{}{Corbin}
% \author[]{Henry}[H.]{von }{Corbin}
\title{The Concept of Comparative Philosophy}
\pubname{Golgonooza Press}
\city{Ipswich, United Kingdom}
\pubyear{1981}
\stoppublication

\placepublications [criterium=all] % inherits from \setuppublications
% \completepublications[criterium=cite] % only works with criterium=all
\stoptext
==

See the attached pdf; we get in the pdf output:

%Corbin, H. and von Corbin, H. (1981).

with an explicit '%'.

Can this be fixed?


From bibl-tra.mkiv:

==
%D \item Attempt to fix percent signs in bbl files. As a side-effect,
%D   this prohibits comments in \tex{startpublication} blocks!  
(17/4/2008)

=

But we can do, e.g.,


\startpublication[k=corbin81,
  t=book,
  a=Corbin,
  y=1981,
  s=Corbin81]
\author[]{Henry}[H.]{}{Corbin}
\title{The Concept of Comparative Philosophy}
\pubname{Golgonooza Press}
\city{Ipswich, United Kingdom}
\comment{This is a comment}
\pubyear{1981}
\stoppublication


or \unexpanded\def\MyComment#1{}

Not as convenient as toggling % in an editor, but will do in a pinch.  
Again, from discussion with Hans.


Strange I did not encounter this earlier. But I've been using a large  
pre-2008 bbl database for the current project...


Best wishes
Idris
--
Idris Samawi Hamid
Professor of Philosophy
Colorado State University
Fort Collins, CO 80523
___
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
___

Re: [NTG-context] comments, font catalogue

2010-08-05 Thread Andreas Harder

Am 04.08.2010 um 15:57 schrieb Hans Hagen:

 On 4-8-2010 2:22, Mojca Miklavec wrote:
 On Wed, Aug 4, 2010 at 14:02, R. Bastian wrote:
 
 2.
 In the Minimal tree there are many .afm, .tfm and other font files.
 Is there a sort of font catalogue (visualization of the fonts) ?
 
 There is a luatex-based web server that shows all the OpenType fonts,
 but I'm not sure how to call it and whether it still works. (There are
 many more fonts in the TeX Live tree or on CTAN.)
 
 The server is started with
 
 mtxrun --script server --auto
 
 and serves
 
 http://localhost:31415/mtx-server-ctx-startup.lua
 
 however, the fonttest fails because I forgot to adapt the cache path to the 
 new situation .. i'll upload a fix. 

Hello Hans.

Ist the fix applied yet (beta from 04-Aug-2010 18:52)? For me it ends with:
MTXrun | request from: 127.0.0.1
MTXrun | requested action: 
/mtx-server-ctx-fonttest.lua?selection=hoeflertextregular
MTXrun | performing action: 
/mtx-server-ctx-fonttest.lua?selection=hoeflertextregular
MTXrun | requested file 
'/mtx-server-ctx-fonttest.lua?selection=hoeflertextregular'
MTXrun | handling error 404: Not Found

Greeting
Andreas

___
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
___


[NTG-context] comments, font catalogue

2010-08-04 Thread R. Bastian
Hello,

1.
is there the same in Context than the Latexian

\begin{comment}
...
\end{comment}
---
2.
In the Minimal tree there are many .afm, .tfm and other font files.
Is there a sort of font catalogue (visualization of the fonts) ?

The source of such a catalogue would be a good example for beginners - like me.


-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org
http://www.soundsurvey.org.uk/


___
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
___


Re: [NTG-context] comments, font catalogue

2010-08-04 Thread Mojca Miklavec
On Wed, Aug 4, 2010 at 14:02, R. Bastian wrote:

 2.
 In the Minimal tree there are many .afm, .tfm and other font files.
 Is there a sort of font catalogue (visualization of the fonts) ?

There is a luatex-based web server that shows all the OpenType fonts,
but I'm not sure how to call it and whether it still works. (There are
many more fonts in the TeX Live tree or on CTAN.)

Mojca
___
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
___


Re: [NTG-context] comments, font catalogue

2010-08-04 Thread Henning Hraban Ramm

Am 2010-08-04 um 14:02 schrieb R. Bastian:


Hello,

1.
is there the same in Context than the Latexian

\begin{comment}
...
\end{comment}


What is that supposed to to?

If you want to comment some larger parts out, you might use

\startmode[comment] % name is random
...
\stopmode


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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
___


Re: [NTG-context] comments, font catalogue

2010-08-04 Thread Hans Hagen

On 4-8-2010 2:22, Mojca Miklavec wrote:

On Wed, Aug 4, 2010 at 14:02, R. Bastian wrote:


2.
In the Minimal tree there are many .afm, .tfm and other font files.
Is there a sort of font catalogue (visualization of the fonts) ?


There is a luatex-based web server that shows all the OpenType fonts,
but I'm not sure how to call it and whether it still works. (There are
many more fonts in the TeX Live tree or on CTAN.)


The server is started with

  mtxrun --script server --auto

and serves

  http://localhost:31415/mtx-server-ctx-startup.lua

however, the fonttest fails because I forgot to adapt the cache path to 
the new situation .. i'll upload a fix. The help systems seems to work.


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


Re: [NTG-context] comments, font catalogue

2010-08-04 Thread Aditya Mahajan
On Wed, Aug 4, 2010 at 9:56 AM, Henning Hraban Ramm hra...@fiee.net wrote:

 Am 2010-08-04 um 14:02 schrieb R. Bastian:


  Hello,

 1.
 is there the same in Context than the Latexian

 \begin{comment}
 ...
 \end{comment}


 What is that supposed to to?

 If you want to comment some larger parts out, you might use

 \startmode[comment] % name is random
 ...
 \stopmode


Or \starthiding  \stophiding

Aditya
___
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
___


Re: [NTG-context] comments, font catalogue

2010-08-04 Thread Hans Hagen

On 4-8-2010 3:58, Aditya Mahajan wrote:

On Wed, Aug 4, 2010 at 9:56 AM, Henning Hraban Rammhra...@fiee.net  wrote:


Am 2010-08-04 um 14:02 schrieb R. Bastian:


  Hello,


1.
is there the same in Context than the Latexian

\begin{comment}
...
\end{comment}



What is that supposed to to?

If you want to comment some larger parts out, you might use

\startmode[comment] % name is random
...
\stopmode



Or \starthiding  \stophiding


ot \startcomment .. \stopcomment (which if all is ok will put them in 
the document as comments when interaction is enabled)


Hans


-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
 | www.pragma-pod.nl
-
___
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
___


Re: [NTG-context] comments, font catalogue

2010-08-04 Thread Henning Hraban Ramm

Am 2010-08-04 um 16:00 schrieb Hans Hagen:


Or \starthiding  \stophiding


ot \startcomment .. \stopcomment (which if all is ok will put them  
in the document as comments when interaction is enabled)


cool, I learn new thing about ConTeXt every day :)

Greetlings, Hraban


___
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
___


Re: [NTG-context] comments

2010-08-04 Thread R. Bastian
On Wed, 4 Aug 2010 09:58:38 -0400
Aditya Mahajan adit...@umich.edu scribit:

 On Wed, Aug 4, 2010 at 9:56 AM, Henning Hraban Ramm hra...@fiee.net wrote:
 
  Am 2010-08-04 um 14:02 schrieb R. Bastian:
 
 
   Hello,
 
  1.
  is there the same in Context than the Latexian
 
  \begin{comment}
  ...
  \end{comment}
 
 
  What is that supposed to to?
 
  If you want to comment some larger parts out, you might use
 
  \startmode[comment] % name is random
  ...
  \stopmode
 
 
 Or \starthiding  \stophiding
 
 Aditya

With MkII, 

\starthiding  \stophiding

works.

Thanks,

-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org
http://www.soundsurvey.org.uk/
___
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
___


Re: [NTG-context] comments, font catalogue

2010-08-04 Thread R. Bastian
On Wed, 04 Aug 2010 16:00:55 +0200
Hans Hagen pra...@wxs.nl scribit:

 On 4-8-2010 3:58, Aditya Mahajan wrote:
  On Wed, Aug 4, 2010 at 9:56 AM, Henning Hraban Rammhra...@fiee.net  wrote:
 
  Am 2010-08-04 um 14:02 schrieb R. Bastian:
 
 
Hello,
 
  1.
  is there the same in Context than the Latexian
 
  \begin{comment}
  ...
  \end{comment}
 
 
  What is that supposed to to?
 
  If you want to comment some larger parts out, you might use
 
  \startmode[comment] % name is random
  ...
  \stopmode
 
 
  Or \starthiding  \stophiding
 
 ot \startcomment .. \stopcomment (which if all is ok will put them in 
 the document as comments when interaction is enabled)
 
 Hans

With MkII, \startcomment .. \stopcomment issues an error.

Thanks,

 
 
 -
Hans Hagen | PRAGMA ADE
Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
  tel: 038 477 53 69 | voip: 087 875 68 74 | www.pragma-ade.com
   | www.pragma-pod.nl
 -
 ___
 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
 ___


-- 
René Bastian
www.pythoneon.org
www.musiques-rb.org
http://www.soundsurvey.org.uk/
___
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
___


Re: [NTG-context] Comments and marks in PDF

2008-04-26 Thread Henning Hraban Ramm
Am 2008-04-26 um 12:14 schrieb Oleg Kolosov:

 Adobe Acrobat Reader have special feature, called 'review'. So people
 can leave marks or comments in PDF file and save them. But AFAIK this
 can only be done with PDF files generated by Adobe Acrobat Pro. Is  
 there
 any way to do something similar with files generated by ConTeXt?
 Basically, I need to pass my work through review process and people
 often request to add marks directly in files the are looking at. As  
 they
 are using Adobe's reader exclusively, it would be great to use it's
 built-in features.

You mean Adobe Reader extensions (ARE).
You can only enable these with Acrobat Professional (version 7+),  
independend of the source of the PDF.

Reader extensions are a well-kept secret of Adobe, but there are  
unexpensive PDF editors that can add notes, e.g.:
- Multivalent, http://multivalent.sourceforge.net/ (beware: uses its  
own annotations not PDF ones, but may fit your workflow)
- Jaws PDF Editor, http://www.jawspdf.com (not free)
- Foxit Reader, http://www.foxitsoftware.com (not free, Windows only)
- PDF Xchange Viewer, http://www.docu-track.com/home/prod_user/PDF- 
XChange_Tools/pdfx_viewer (free?, Windows only)
...and just google yourself.

Oh, I just found this Windows tool that claims to enable ARE (no  
Windows here, can't try):
http://sourceforge.net/projects/arenable/
I guess it's somewhat illegal...


Greetlings from Lake Constance!
Hraban
---
http://www.fiee.net/texnique/
http://wiki.contextgarden.net
https://www.cacert.org (I'm an assurer)

___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___


Re: [NTG-context] Comments and marks in PDF

2008-04-26 Thread Martin Schröder
2008/4/26 Oleg Kolosov [EMAIL PROTECTED]:
  Adobe Acrobat Reader have special feature, called 'review'. So people
  can leave marks or comments in PDF file and save them. But AFAIK this
  can only be done with PDF files generated by Adobe Acrobat Pro. Is there
  any way to do something similar with files generated by ConTeXt?

http://en.wikipedia.org/wiki/Adobe_LiveCycle_Reader_Extensions

Best
   Martin
___
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  : https://foundry.supelec.fr/projects/contextrev/
wiki : http://contextgarden.net
___