search for: selectfont

Displaying 13 results from an estimated 13 matches for "selectfont".

Did you mean: selectcont
2018 Jan 03
2
Gtkcdlabel + cdlabelgen on CentOS 7 ?
Le 03/01/2018 ? 00:45, Frank Cox a ?crit : > I guess the next step would be to either find and install the missing > fonts, or re-write template.ps to use the fonts that you have > available. I did some more research, and it looks like the problem is NOT related to missing fonts. I installed a vanilla CentOS 7 desktop, activated EPEL, installed cdlabelgen, downloaded Gtkcdlabel,
2018 Jan 03
0
Gtkcdlabel + cdlabelgen on CentOS 7 ?
...: $ diff -u /etc/fonts/infinality/infinality.conf.default /etc/fonts/infinality/infinality.conf --- /etc/fonts/infinality/infinality.conf.default??? 2014-07-09 16:46:12.000000000 -0700 +++ /etc/fonts/infinality/infinality.conf??? 2017-02-07 22:15:47.464778485 -0700 @@ -42,18 +42,6 @@ ???? </selectfont> ???? --> -??? <!-- Ban Type-1 fonts because they render poorly --> -??? <!-- Comment this out to allow all Type 1 fonts --> -??? <selectfont> -??? ??? <rejectfont> -??? ??? ??? <pattern> -??? ??? ??? ??? <patelt name="fontformat" > -??? ??? ???...
2008 Dec 29
1
kvoptions.sty
On an new install of Ubuntu 8.10 64bit, I am having trouble with make check-all checking package 'survival' and elsewhere: l.100 \fontencoding\encodingdefault\selectfont ! LaTeX Error: File `kvoptions.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty) ! Emergency stop. <read *> l.2231 \RequirePackage{kvoptions}[2006/08/17] ^^M ! ==> Fatal erro...
2008 Aug 20
1
Problems with PostScript Encoding
...etgray 167.68 434.79 (..=0.05) 0 0 0 t 167.68 420.39 (..=0.005) 0 0 0 t 167.68 405.99 (..=0.0005) 0 0 0 t and here is what I've changed it to: /ps 12 def /Font1 findfont 12 s 0 setgray 167.64 317.78 (Lower Limit, = 0.05) 0 0 0 t 167.64 303.38 (Upper Limit, = 0.05) 0 0 0 t /Symbol 12 selectfont 240 303.38 moveto /alpha glyphshow 240 317.78 moveto /alpha glyphshow The problem with this solution is that it is a terrible hack. Can someone please help me find a better solution to this problem? Thanks, Scott -- View this message in context: http://www.nabble.com/Problems-with-PostScrip...
2007 Nov 02
2
correct wording and notation for R stuff in LaTex
Hi R Gurus: I'm putting together an article about some R stuff in Latex. I refer to packages and functions. I think that I use {\em} for packages and {\tt} for functions. Is that correct, please? Thank you in advance! Sincerely, Edna Bell
2010 Aug 09
3
package names in Latex
Dear R People: When putting R package names in Latex, do we use \it or \em, please? Thanks, Erin -- Erin Hodgess Associate Professor Department of Computer and Mathematical Sciences University of Houston - Downtown mailto: erinm.hodgess at gmail.com
2020 May 14
2
rmd y pdf
Estimados quisiera tener el script para al hacer un pdf desde rmarkdown poder modificarle el tamano y tipo de fuente saludos José -- Dr. Jose A. Betancourt Bethencourt Universidad de Ciencias Medicas Carlos j. Finlay
2012 Nov 09
0
Wine release 1.5.17
...needed in ntdll. gdi32: Avoid some redundant registry calls while loading the font cache. gdi32: Store the font file name in Unicode in the font cache. gdi32: Store the fontconfig anti-aliasing flags for each font. gdi32: Add a parameter to return anti-aliasing flags in the SelectFont driver entry point. gdi32: Store the anti-aliasing flags in the DC when selecting a font. gdi32: Disable anti-aliasing when necessary in the various drivers. gdi32: Move checking of the subpixel support and gasp flags to freetype.c. gdi32: Set the font anti-aliasing flags fr...
2020 Feb 14
3
R-3.6.2 make check fails
...ts1enc.def)) (/usr/share/texlive/texmf-dist/tex/latex/base/fontenc.sty (/usr/share/texlive/texmf-dist/tex/latex/base/t1enc.def) ! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou nd. <to be read again> relax l.100 \fontencoding\encodingdefault\selectfont ) (/usr/share/texlive/texmf-dist/tex/latex/psnfss/times.sty) (/usr/share/texlive/texmf-dist/tex/latex/graphics/color.sty (/usr/share/texlive/texmf-dist/tex/latex/latexconfig/color.cfg) ! LaTeX Error: File `pdftex.def' not found. Type X to quit or...
2004 Feb 19
1
latex problem with Sweave output file under Debian
...nc.def File: t1enc.def 2001/06/05 v1.94 Standard LaTeX file LaTeX Font Info: Redeclaring font encoding T1 on input line 38. ) ! Font T1/cmr/m/n/10=ecrm1000 at 10.0pt not loadable: Metric (TFM) file not fou nd. <to be read again> relax l.95 \fontencoding\encodingdefault\selectfont ? ^^[[2;5~ Type <return> to proceed, S to scroll future error messages, R to run without stopping, Q to run quietly, I to insert something, E to edit your file, 1 or ... or 9 to ignore the next 1 to 9 tokens of input, H for help, X to quit. ? ) (...
2007 Sep 28
0
Wine release 0.9.46
...9;t pass an object pointer to the SelectObject backend functions. gdi32: Move the object refcount handling to the SelectObject backend functions. gdi32: Don't hold the GDI lock while calling the SelectObject backends. gdi32: Don't hold the GDI lock while calling the driver SelectFont function. Anatoly Lyutin (2): user32/tests: Fix test for switch maximized MDI children. gdi32: printdrv: Use umask for creating a spool file. Andrew Talbot (13): crypt32: Fix some memory leaks. dmband: Fix a memory leak. dmcompos: Indirection level fix. dswave:...
2011 Oct 21
0
Wine release 1.3.31
...efore calling exit/abort_thread on i386 the same way we do on x86_64. ntdll: Fix string comparison against non null-terminated string (Valgrind). gdi32: Add support for pushing a font driver on the DC driver stack. gdi32: Add an initial Freetype font driver. gdi32: Implement SelectFont as a standard driver entry point. gdi32/tests: Add intermediate pointers to color tables to simplify the code and avoid array bounds warnings. gdi32: Add an intermediate variable to avoid array bounds warnings. gdiplus/tests: Add an intermediate variable to avoid array bounds warn...
2011 Sep 23
0
Wine release 1.3.29
...55): winex11: Create a separate graphics driver for XRender. winex11: Store the XRender info structure inside the XRender physdev object. winex11: Add an ExtEscape entry point in the XRender driver. winex11: Add bitmap entry points to the XRender driver. winex11: Add a SelectFont entry point in the XRender driver. winex11: Add an ExtTextOut entry point in the XRender driver. winex11: Add an AlphaBlend entry point in the XRender driver. winex11: Pass an HDC to the size mapping functions. winex11: Return a RGNDATA from add_extra_clipping_region and avo...