Plan 9 from Bell Labs’s /usr/web/sources/contrib/steve/root/sys/lib/texmf/fonts/source/public/cm/bigacc.mf

Copyright © 2021 Plan 9 Foundation.
Distributed under the MIT License.
Download the Plan 9 distribution.


% This file contains series of large accents for math extension fonts.

% The sizes are `wide' (|10u#|), `wider' (|18u#|), and `widest' (|26u#|).

% Character codes \0142--\0147 are generated.

charlist oct"142": oct"143": oct"144";  % circumflexes
charlist oct"145": oct"146": oct"147";  % tildes

cmchar "Wide circumflex (hat) accent";
beginchar(oct"142",10u#,.5[asc_height#,body_height#],0);
big_hat; endchar;

cmchar "Wider circumflex (hat) accent";
beginchar(oct"143",18u#,body_height#,0);
big_hat; endchar;

cmchar "Widest circumflex (hat) accent";
beginchar(oct"144",26u#,body_height#,0);
big_hat; endchar;

cmchar "Wide tilde (squiggle) accent";
beginchar(oct"145",10u#,.5[asc_height#,body_height#],0);
big_tilde; endchar;

cmchar "Wider tilde (squiggle) accent";
beginchar(oct"146",18u#,body_height#,0);
big_tilde; endchar;

cmchar "Widest tilde (squiggle) accent";
beginchar(oct"147",26u#,body_height#,0);
big_tilde; endchar;

Bell Labs OSI certified Powered by Plan 9

(Return to Plan 9 Home Page)

Copyright © 2021 Plan 9 Foundation. All Rights Reserved.
Comments to webmaster@9p.io.