Path: utzoo!utgpu!jarvis.csri.toronto.edu!cs.utexas.edu!wuarchive!brutus.cs.uiuc.edu!apple!tahoe!wheeler!mikew From: mikew@wheeler.wrcr.unr.edu (Mike Whitbeck) Newsgroups: comp.lang.c Subject: Re: A C program for a Calendar in LaTeX. Message-ID: <3174@tahoe.unr.edu> Date: 29 Nov 89 09:50:17 GMT References: <778@stat.fsu.edu> <12898@polya.Stanford.EDU> Sender: news@tahoe.unr.edu Reply-To: mikew@wheeler.UUCP (Mike Whitbeck) Organization: DRI-WRC Reno Lines: 47 In article <12898@polya.Stanford.EDU> ertem@polya.Stanford.EDU (Tuna Ertemalp) writes: | |The output of lxcal contains the following lines: | |\newfont{\hb}{h-bol at 12pt} |\newfont{\hbbig}{h-bol at 24pt} |\newfont{\tbeight}{t-bol at 8pt} |\newfont{\treight}{t-rom at 8pt} |\newfont{\tbieight}{t-bolita at 8pt} |\newfont{\tb}{t-bol at 12pt} |\newfont{\trsix}{t-rom at 6pt} | |I don't think these font names are standard; they are not available at |polya.stanford.edu. Does someone (author?) know what these fonts are |called normally? | |Have fun |------------------------------------------------------------------------------ || Mr. Tuna Ertemalp | Manzanita Park 26X | Small things together | || Stanford University | Stanford University | form the quality, | || Computer Science MS | Stanford, CA 94305, USA | But quality is not a | || Ertem@Cs.Stanford.Edu | (415) 328-8515 | small thing! | |------------------------------------------------------------------------------ I just changed these lines in the SOURCE code to fonts I had: fprintf(fpo,"%s","\\newfont{\\hb}{cmbx12}\n"); fprintf(fpo,"%s","\\newfont{\\hbbig}{cmbx12}\n"); fprintf(fpo,"%s","\\newfont{\\tbeight}{cmbx8}\n"); fprintf(fpo,"%s","\\newfont{\\treight}{cmr8}\n"); fprintf(fpo,"%s","\\newfont{\\tbieight}{cmti8}\n"); fprintf(fpo,"%s","\\newfont{\\tb}{cmbx12}\n"); fprintf(fpo,"%s","\\newfont{\\trsix}{cmr5}\n"); You could probably also write an editor (sed) script to manipulate the latex file produced by the original code. This is a great little program -- I just cranked out my appointments for December with it on an Imagen 8/300. BTW the \newfont{\\trsix}{cmr5} is a little large, is there such a thing as a 4.5 pt cm roman? Can I scale DOWN a 8 or 9 pt roman font? ___________________________________________________________ |Mike Whitbeck | | |Desert Research Inst. | mikew@wheeler.wrc.unr.edu |