[NTG-context] is it useful to use the option "--fonts=all" when running first-setup-sh?

2019-06-20 Thread Andres Conrado Montoya
As the subject says. I've been experimenting with having a by-project
context folder, so I can have a "frozen" version for each project. I see
there's an option to install more fonts (including utopia, useful for a
project I'm working on). However, I have no idea how to use these fonts.
Are they available in mkiv? only for mkii? Do we have typescripts for those
fonts? If so, how are they called? Are those fonts actually usable or are
they just remains from a past era?

Thank you for your time.

Andrés Conrado Montoya
Andi Kú
andresconr...@gmail.com
http://sesentaycuatro.com
http://messier87.com
http://chiquitico.org

Los fines no justifican los medios, porque la medida verdadera de nuestro
carácter está dada por los medios que estamos dispuestos a utilizar, no por
los fines que proclamamos.


“You develop an instant global consciousness, a people orientation, an
intense dissatisfaction with the state of the world, and a compulsion to do
something about it. From out there on the moon, international politics look
so petty. You want to grab a politician by the scruff of the neck and drag
him a quarter of a million miles out and say, ‘Look at that, you son of a
bitch.’” — Apollo 14 astronaut Edgar Mitchell
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] Wrong breaks in footnote for column texts

2019-06-20 Thread Wolfgang Schuster
Am Do., 20. Juni 2019 um 17:00 Uhr schrieb Wolfgang Schuster <
wolfgang.schuster.li...@gmail.com>:

> Hi Hans,
>
> as mentioned a few times by others long footnote entries have problems
> with line breaks.
>
> In mixed columns you get a single line for each entry and in page
> columns the width for the entries is wrong.
>
> \starttext
>
> \dorecurse{2}{\samplefile{dawkins}\footnote{\samplefile{jojomayer}} }
>
> \page
>
> \startmixedcolumns
> \dorecurse{2}{\samplefile{dawkins}\footnote{\samplefile{jojomayer}} }
> \stopmixedcolumns
>
> \page
>
> \setupnote[footnote][alternative=columns,n=2]
>

The setup above shouldn't be part of the example.

Wolfgang
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


[NTG-context] Wrong breaks in footnote for column texts

2019-06-20 Thread Wolfgang Schuster

Hi Hans,

as mentioned a few times by others long footnote entries have problems 
with line breaks.


In mixed columns you get a single line for each entry and in page 
columns the width for the entries is wrong.


\starttext

\dorecurse{2}{\samplefile{dawkins}\footnote{\samplefile{jojomayer}} }

\page

\startmixedcolumns
\dorecurse{2}{\samplefile{dawkins}\footnote{\samplefile{jojomayer}} }
\stopmixedcolumns

\page

\setupnote[footnote][alternative=columns,n=2]

\startpagecolumns
\dorecurse{2}{\samplefile{dawkins}\footnote{\samplefile{jojomayer}} }
\stoppagecolumns

\stoptext

Wolfgang

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] [dev-context] type key in \setupattachment

2019-06-20 Thread Pablo Rodriguez
On 6/20/19 10:46 AM, Hans Hagen wrote:
> On 6/19/2019 9:28 PM, Pablo Rodriguez wrote:
>> [...]
>> Would it be possible that the \setupattachment command has a "type" key
>> to specify its MIME type? (Default should be "application/octet-stream"
>> [or so it seems].)
>
> there is a type key

Sorry, Wolfgang and Hans, this was totally my fault.

I even checked scrn-wid.mkiv (lines 76-93) and since I didn’t find
"type", I tought it wasn’t implemented (it’s on line 112.

Sorry for the noise again,

Pablo
--
http://www.ousia.tk
___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] [dev-context] type key in \setupattachment

2019-06-20 Thread Wolfgang Schuster

Hans Hagen schrieb am 20.06.2019 um 10:46:

On 6/19/2019 9:28 PM, Pablo Rodriguez wrote:

Hi Wolfgang,

this comes from a previous message from this mailing list
(https://mailman.ntg.nl/pipermail/dev-context/2019/003574.html), which I
needed a long while to understand 😅.

Would it be possible that the \setupattachment command has a "type" key
to specify its MIME type? (Default should be "application/octet-stream"
[or so it seems].)

This is required to add the value to the /Subtype entry in the
/Embeddedfile dictionary
(https://www.adobe.com/content/dam/acom/en/devnet/pdf/PDF32000_2008.pdf#nameddest=G6.1942814) 



This is optional information in PDF-1.7, but required in PDF/A-2.

Many thanks for your help,

there is a type key
I added it to the command but it shows only a generic name as argument 
because I can see no point to list all possible arguments.


@Hans: I put new files on your FTP server.

Wolfgang

___
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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___


Re: [NTG-context] [dev-context] type key in \setupattachment

2019-06-20 Thread Hans Hagen

On 6/19/2019 9:28 PM, Pablo Rodriguez wrote:

Hi Wolfgang,

this comes from a previous message from this mailing list
(https://mailman.ntg.nl/pipermail/dev-context/2019/003574.html), which I
needed a long while to understand 😅.

Would it be possible that the \setupattachment command has a "type" key
to specify its MIME type? (Default should be "application/octet-stream"
[or so it seems].)

This is required to add the value to the /Subtype entry in the
/Embeddedfile dictionary
(https://www.adobe.com/content/dam/acom/en/devnet/pdf/PDF32000_2008.pdf#nameddest=G6.1942814)

This is optional information in PDF-1.7, but required in PDF/A-2.

Many thanks for your help,

there is a type key

-
  Hans Hagen | PRAGMA ADE
  Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
   tel: 038 477 53 69 | www.pragma-ade.nl | 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://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki : http://contextgarden.net
___