(Switched to dev. list) Hans Hagen wrote:
\setupbodyfont[new]
{\csname*new12ptmmmi*\endcsname \fontdimen7\font=1pt}
What about: \fontdimen7\csname*new12ptmmmi*:\endcsname=0pt (with the appended colon) is that too low-level?
Taco Hoekwater wrote:
(Switched to dev. list)
Hans Hagen wrote:
\setupbodyfont[new]
{\csname*new12ptmmmi*\endcsname \fontdimen7\font=1pt}
What about: \fontdimen7\csname*new12ptmmmi*:\endcsname=0pt (with the appended colon) is that too low-level?
for testing going that low level is okay -) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Taco Hoekwater said this at Mon, 1 Nov 2004 17:11:24 +0100:
\setupbodyfont[new]
{\csname*new12ptmmmi*\endcsname \fontdimen7\font=1pt}
What about: \fontdimen7\csname*new12ptmmmi*:\endcsname=0pt (with the appended colon) is that too low-level?
Wow, thanks to you both. Unfortunately, this isn't the magic bullet I thought it would be to improve the spacing in a math font, so I'll need to investigate further. Cheers, adam -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay, Computing Dept. atl@comp.lancs.ac.uk Lancaster University, InfoLab21 +44(0)1524/510.514 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Hi, I uploaded a beta zip http://www.pragma-pod.com/context/beta/cont-tmf.zip This zip has the following new things: - s bunch of x-set-*.tex files that will replace setup*.tex files - cont-en.xml as base interface file - keys-*.xml and cont-*.xml files Until now, the interface xml files were generated, but pretty soon we sill start using the xml files as starting point instead of setupb.tex. This means that we need to generate the other interface files texexec --int=nl x-set-01 generated a key file, keys-nl.xml that kan be used to convert cont-en.xml into cont-nl.xml. This is done by: texmfstart ctxtools.rb --translate nl A quick reference document can be generated by: texexec --int=nl x-set-12 --pdf --result=setup-nl.pdf So, the question for patrick & taco is: can they live with this? I will still distribute all the xml files, (now under the interface subpath). I also added a (not checked, script generated) file attribute in cd:command. The next step is to fix a couple of thing in the cont-en.xlm file and start enhancing the base cont-en.xml file. After that we can start working on auxiliary files that provide - generic descriptions of constants and variables (parameters and keywords) - explanations of commands, including index entries (could be maintaned in the wiki), as well as, - additional descriptions and examples, comments, bug stuff, etc; these things come from the wiki Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen said this at Mon, 8 Nov 2004 10:34:47 +0100:
I uploaded a beta zip
I think that's: http://www.pragma-ade.nl/context/beta/ -- =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= Adam T. Lindsay, Computing Dept. atl@comp.lancs.ac.uk Lancaster University, InfoLab21 +44(0)1524/510.514 Lancaster, LA1 4WA, UK Fax:+44(0)1524/510.492 -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Adam Lindsay wrote:
Hans Hagen said this at Mon, 8 Nov 2004 10:34:47 +0100:
I uploaded a beta zip
I think that's: http://www.pragma-ade.nl/context/beta/
indeed -) actually, you can also use the pod machine, but that one is configured for https (the new ade machine has a hardware problem so that site is still a bit messy) Hans ----------------------------------------------------------------- Hans Hagen | PRAGMA ADE Ridderstraat 27 | 8061 GH Hasselt | The Netherlands tel: 038 477 53 69 | fax: 038 477 53 74 | www.pragma-ade.com | www.pragma-pod.nl -----------------------------------------------------------------
Hans Hagen wrote:
So, the question for patrick & taco is: can they live with this? I will still distribute all the xml files, (now under the interface subpath).
Should be fine, but I have no time to delve into it right away. Perhaps Patrick has time to check some stuff? Greetings, Taco
Hello Hans and others,
I uploaded a beta zip
-pod.com? -ade.com worked fine, I guess I've got the right file.
- keys-*.xml and cont-*.xml files
cont-en.xml. It doesn't validate against the current rnc/rng schema
http://dl.contextgarden.net/texshow/interface.rnc
http://dl.contextgarden.net/texshow/interface.rng
because empty cd:arguments is not allowed:
On 17 Nov 2004 12:28:08 +0100
"Patrick Gundlach"
Either we (you :-) should correct the cont-en.xml file or we (I) should change the schema. At least for the second error (empty parameter) I'd opt for the first choice, because it makes more sense to me to have parameter list with parameters. So we can discusss on the first part, if empty argument lists should be allowed.
I vote against allowing that (an empty argument list parses to a human essentially the same as 'no arguments', but to a computer as 'an unspecified number of arguments'. Too confusing, IMO)
participants (4)
-
Adam Lindsay
-
Hans Hagen
-
Patrick Gundlach
-
Taco Hoekwater