Re: [NTG-context] Unexpected symbol with Enumeration

2019-10-15 Thread Otared Kavian
Hi Fabrice, I use Lucida OT fonts for all my documents, but since I prefer the script fonts from another font I have the following setups for my font: %% %% Some Font Definitions \definefallbackfamily[myfont][math][Asana Math]

Re: [NTG-context] Unexpected symbol with Enumeration

2019-10-15 Thread Fabrice Couvreur
Hello, Thanks to you two. "Another solution is to define your own mixture of math fonts and text fonts." I thought you should not mix several fonts in one text. I know you're a teacher, what are you doing to write your documents ? Fabrice Le mar. 15 oct. 2019 à 19:11, Otared Kavian a écrit : >

Re: [NTG-context] Unexpected symbol with Enumeration

2019-10-15 Thread Otared Kavian
Hi Fabrice, Wolfgang gave the right answer, but I wanted to point out that it is better not to use \setupbodyfont in the middle of your document, as you did in the excerpt below: in this case it is better to use \switchtobodyfont[xits] or even better define the character you want before

Re: [NTG-context] Unexpected symbol with Enumeration

2019-10-15 Thread Wolfgang Schuster
Fabrice Couvreur schrieb am 15.10.2019 um 18:39: Hello, Why items are numbered with a square instead of a bullet ? Because the bullets for the default sans serif font are rectangular. \starttext \symbol[bullet] {\ss\symbol[bullet]} \blank \setupsymbols[stylealternative=math]

[NTG-context] Unexpected symbol with Enumeration

2019-10-15 Thread Fabrice Couvreur
Hello, Why items are numbered with a square instead of a bullet ? Thanks. Fabrice \definecolor[MyColorC][s=0.8784] \definecolor[MyColorD][m=0.27,y=1] \defineframed [FrameTitle] [frame=off, foregroundstyle=\bfx\ss, foregroundcolor=white, background=color,

Re: [NTG-context] PDF viewer poll

2019-10-15 Thread luigi scarso
On Sun, Oct 13, 2019 at 12:43 PM Henning Hraban Ramm wrote: > Hi, I’d like to update my list of (usable!) PDF viewers. > A recent android tablet 10" with HD display is quite ok with Adobe Reader and several others apps ( eg foxit pdf reader) EBookDroid is another app pdf +djvu reader , also

Re: [NTG-context] PDF viewer poll

2019-10-15 Thread luigi scarso
On Tue, Oct 15, 2019 at 10:21 AM Hans Hagen wrote: > > Most of my PDF debugging is done using 'mutool clean’ (especially with > the -d switch) and textmate / diff. > qpdf also has something like that (with comments of where the objects > come from) it's the qdf export : pdf -> qdf -> (edit

Re: [NTG-context] PDF viewer poll

2019-10-15 Thread Hans Hagen
On 10/15/2019 10:12 AM, Taco Hoekwater wrote: On 15 Oct 2019, at 06:42, Henning Hraban Ramm wrote: Thank you all for you valuable insights so far! I’ll compile them to a wiki page and also complete the list in my upcoming book. Am 2019-10-14 um 11:17 schrieb Hans Hagen : When developing

Re: [NTG-context] PDF viewer poll

2019-10-15 Thread Marcin Borkowski
On 2019-10-15, at 06:42, Henning Hraban Ramm wrote: >> Basically javascript can be limited to (1) setting annotation properties, >> like toggling layers or button renditions, and (2) some simple calculations >> (for forms). Constructing pdf runtime using javascript is pretty braindead >>

Re: [NTG-context] PDF viewer poll

2019-10-15 Thread Marcin Borkowski
Hi, I don't use ConTeXt anymore, but I still get the emails from the list, and I quickly skimmed throught this thread to see if someone writes about my pdf-viewer of choice - pdf-tools (https://github.com/politza/pdf-tools). On 2019-10-13, at 12:43, Henning Hraban Ramm wrote: > Hi, I’d like to

Re: [NTG-context] \ctxlua and \startluacode ... \stopluacode

2019-10-15 Thread Hans Hagen
On 10/15/2019 10:04 AM, Taco Hoekwater wrote: Hi Rudolf, On 15 Oct 2019, at 00:50, Rudolf Bahr wrote: Now to your suggestion not to use "assert ()". Indeed it's a solution! My program works! I append again its output (again just for fun!). Did you really try it or has it been just an idea?

Re: [NTG-context] PDF viewer poll

2019-10-15 Thread Taco Hoekwater
> On 15 Oct 2019, at 06:42, Henning Hraban Ramm wrote: > > Thank you all for you valuable insights so far! > I’ll compile them to a wiki page and also complete the list in my upcoming > book. > >> Am 2019-10-14 um 11:17 schrieb Hans Hagen : >> >> When developing pdf specific code (like last

Re: [NTG-context] PDF viewer poll

2019-10-15 Thread Hans Hagen
On 10/15/2019 6:42 AM, Henning Hraban Ramm wrote: Do you know any other tools for PDF debugging? Those few I know of cost four to five figures or were plugins to very old versions of Acrobat. normally i trust my eyes and mind and 'standard' ... if it really get hairy there are a few folks

Re: [NTG-context] \ctxlua and \startluacode ... \stopluacode

2019-10-15 Thread Taco Hoekwater
Hi Rudolf, > On 15 Oct 2019, at 00:50, Rudolf Bahr wrote: > > Now to your suggestion not to use "assert ()". Indeed it's a solution! My > program > works! I append again its output (again just for fun!). Did you really try it > or > has it been just an idea? First, let me say that embedded