This may be a bug, or I may be missing something... I have defined a typescript for my Adobe Garamond, and I want Courier as the monotype font accompanying it. Since Courier is a bit too big compared to Garamond, I want to scale it down, so I have this line in my typescript (yes, I have adapted my own Courier, I have given up on all the changes in names etc. in the latest teTeX releases): \definefontsynonym [Courier] [texnansi-Courier sa 0.9] [encoding=texnansi] This works almost perfectly; Courier is scaled exactly like I want it. There's one small problem: the first occurrence of monotype in the document will print "sa 0.9 at 12.0pt" just before the passage in monotype. This happens only once in the document, but it doesn't look very nice. Bug or feature? Best Thomas
Please disregard this question; I was being stupid. The proper way to do the scaling is \definetypeface [MyAGaramond] [tt] [mono] [agaramondsemi] [default] [rscale=0.9,encoding=texnansi] Sorry for the noise. Thomas On Oct 14, 2005, at 7:55 AM, Thomas A. Schmitz wrote:
This may be a bug, or I may be missing something... I have defined a typescript for my Adobe Garamond, and I want Courier as the monotype font accompanying it. Since Courier is a bit too big compared to Garamond, I want to scale it down, so I have this line in my typescript (yes, I have adapted my own Courier, I have given up on all the changes in names etc. in the latest teTeX releases):
\definefontsynonym [Courier] [texnansi-Courier sa 0.9] [encoding=texnansi]
This works almost perfectly; Courier is scaled exactly like I want it. There's one small problem: the first occurrence of monotype in the document will print "sa 0.9 at 12.0pt" just before the passage in monotype. This happens only once in the document, but it doesn't look very nice. Bug or feature?
Best
Thomas
_______________________________________________ ntg-context mailing list ntg-context@ntg.nl http://www.ntg.nl/mailman/listinfo/ntg-context
Thomas A. Schmitz wrote:
This may be a bug, or I may be missing something... I have defined a typescript for my Adobe Garamond, and I want Courier as the monotype font accompanying it. Since Courier is a bit too big compared to Garamond, I want to scale it down, so I have this line in my typescript (yes, I have adapted my own Courier, I have given up on all the changes in names etc. in the latest teTeX releases):
\definefontsynonym [Courier] [texnansi-Courier sa 0.9] [encoding=texnansi]
This works almost perfectly; Courier is scaled exactly like I want it. There's one small problem: the first occurrence of monotype in the document will print "sa 0.9 at 12.0pt" just before the passage in monotype. This happens only once in the document, but it doesn't look very nice. Bug or feature?
scaling is not defined at that lvel, but with \definefont[somename][Courier sa 0.9] cum suis; what you're looking for is 'rscale': \definetypeface ..... [encoding=texnansi,rscale=0.9] grep for rscale in the base directory; there are some example combinations defined Hans
participants (2)
-
Hans Hagen Test
-
Thomas A. Schmitz