| /netbsd-src/external/gpl2/texinfo/dist/doc/ |
| H A D | Makefile.am | 25 TXI_XLATE = txi-cs.tex txi-de.tex txi-en.tex txi-es.tex txi-fr.tex \ 26 txi-it.tex txi-nl.tex txi-no.tex txi-pl.tex txi-pt.tex txi-tr.tex 29 EXTRA_DIST = epsf.tex pdfcolor.tex texinfo.tex \ 50 texmf_texinfo = $(TEXMF)/tex/texinfo 51 texmf_dvips = $(TEXMF)/tex/generic/dvips 53 install-tex: 56 $(INSTALL_DATA) $(srcdir)/texinfo.tex $(DESTDIR)$(texmf_texinfo)/texinfo.tex 57 $(INSTALL_DATA) $(srcdir)/epsf.tex $(DESTDIR)$(texmf_dvips)/epsf.tex 58 $(INSTALL_DATA) $(srcdir)/pdfcolor.tex $(DESTDIR)$(texmf_pdftex_misc)/pdfcolor.tex
|
| H A D | README | 15 The .tex files are not installed automatically because TeX installations 17 sense of security. So, you should simply cp *.tex to the appropriate 20 TEXMF/tex/texinfo/ for texinfo.tex, TEXMF/tex/generic/dvips/ for epsf.tex, 21 and TEXMF/pdftex/plain/misc for pdfcolor.tex. If you use the default 26 It is also possible to put these .tex files in a `local' place instead 34 You can get the latest texinfo.tex from 35 ftp://ftp.gnu.org/gnu/texinfo/texinfo.tex (and all GNU mirrors) 36 ftp://tug.org/tex/texinfo.tex (and all CTAN mirrors) 37 or on the FSF machines in /home/gd/gnu/doc/texinfo.tex. 41 epsf.tex comes with dvips distributions, and you may already have it [all …]
|
| H A D | Makefile.in | 54 texinfo.tex 227 TXI_XLATE = txi-cs.tex txi-de.tex txi-en.tex txi-es.tex txi-fr.tex \ 228 txi-it.tex txi-nl.tex txi-no.tex txi-pl.tex txi-pt.tex txi-tr.tex 232 EXTRA_DIST = epsf.tex pdfcolor.tex texinfo.tex \ 236 texmf_texinfo = $(TEXMF)/tex/texinfo 237 texmf_dvips = $(TEXMF)/tex/generic/dvips 747 install-tex: 750 $(INSTALL_DATA) $(srcdir)/texinfo.tex $(DESTDIR)$(texmf_texinfo)/texinfo.tex 751 $(INSTALL_DATA) $(srcdir)/epsf.tex $(DESTDIR)$(texmf_dvips)/epsf.tex 752 $(INSTALL_DATA) $(srcdir)/pdfcolor.tex $(DESTDIR)$(texmf_pdftex_misc)/pdfcolor.tex
|
| H A D | txi-es.tex | 1 % txi-es.tex -- TeX macros to handle Spanish language documents. 5 % This txi-es.tex file is free software; you can redistribute it and/or 10 % This txi-es.tex file is distributed in the hope that it will be
|
| /netbsd-src/sys/external/bsd/drm2/dist/drm/mga/ |
| H A D | mga_state.c | 124 drm_mga_texture_regs_t *tex = &sarea_priv->tex_state[0]; in mga_g200_emit_tex0() local 129 DMA_BLOCK(MGA_TEXCTL2, tex->texctl2, in mga_g200_emit_tex0() 130 MGA_TEXCTL, tex->texctl, in mga_g200_emit_tex0() 131 MGA_TEXFILTER, tex->texfilter, in mga_g200_emit_tex0() 132 MGA_TEXBORDERCOL, tex->texbordercol); in mga_g200_emit_tex0() 134 DMA_BLOCK(MGA_TEXORG, tex->texorg, in mga_g200_emit_tex0() 135 MGA_TEXORG1, tex->texorg1, in mga_g200_emit_tex0() 136 MGA_TEXORG2, tex->texorg2, MGA_TEXORG3, tex->texorg3); in mga_g200_emit_tex0() 138 DMA_BLOCK(MGA_TEXORG4, tex->texorg4, in mga_g200_emit_tex0() 139 MGA_TEXWIDTH, tex->texwidth, in mga_g200_emit_tex0() [all …]
|
| /netbsd-src/sys/external/bsd/drm/dist/shared-core/ |
| H A D | mga_state.c | 127 drm_mga_texture_regs_t *tex = &sarea_priv->tex_state[0]; in mga_g200_emit_tex0() local 132 DMA_BLOCK(MGA_TEXCTL2, tex->texctl2, in mga_g200_emit_tex0() 133 MGA_TEXCTL, tex->texctl, in mga_g200_emit_tex0() 134 MGA_TEXFILTER, tex->texfilter, in mga_g200_emit_tex0() 135 MGA_TEXBORDERCOL, tex->texbordercol); in mga_g200_emit_tex0() 137 DMA_BLOCK(MGA_TEXORG, tex->texorg, in mga_g200_emit_tex0() 138 MGA_TEXORG1, tex->texorg1, in mga_g200_emit_tex0() 139 MGA_TEXORG2, tex->texorg2, in mga_g200_emit_tex0() 140 MGA_TEXORG3, tex->texorg3); in mga_g200_emit_tex0() 142 DMA_BLOCK(MGA_TEXORG4, tex->texorg4, in mga_g200_emit_tex0() [all …]
|
| H A D | radeon_state.c | 450 drm_radeon_texture_regs_t * tex, in radeon_emit_state() argument 553 &tex[0].pp_txoffset)) { in radeon_emit_state() 560 OUT_RING(tex[0].pp_txfilter); in radeon_emit_state() 561 OUT_RING(tex[0].pp_txformat); in radeon_emit_state() 562 OUT_RING(tex[0].pp_txoffset); in radeon_emit_state() 563 OUT_RING(tex[0].pp_txcblend); in radeon_emit_state() 564 OUT_RING(tex[0].pp_txablend); in radeon_emit_state() 565 OUT_RING(tex[0].pp_tfactor); in radeon_emit_state() 567 OUT_RING(tex[0].pp_border_color); in radeon_emit_state() 573 &tex[1].pp_txoffset)) { in radeon_emit_state() [all …]
|
| /netbsd-src/external/mit/isl/dist/doc/ |
| H A D | Makefile.am | 5 version.tex \ 6 user.tex \ 21 user.tex: user.pod 23 manual.pdf: manual.tex user.tex $(srcdir)/implementation.tex reading.tex 24 (cd ..; echo "@GIT_HEAD_VERSION@") > version.tex
|
| H A D | Makefile.in | 308 version.tex \ 309 user.tex \ 518 @GENERATE_DOC_TRUE@user.tex: user.pod 520 @GENERATE_DOC_TRUE@manual.pdf: manual.tex user.tex $(srcdir)/implementation.tex reading.tex 521 @GENERATE_DOC_TRUE@ (cd ..; echo "@GIT_HEAD_VERSION@") > version.tex
|
| /netbsd-src/external/gpl2/texinfo/dist/util/ |
| H A D | texi2dvi | 195 -t | --tex* | --com* ) shift; textra="$textra\\ 236 if findprog ${TEX:-tex}; then :; else cat <<EOM 289 /^@tex/,/^@end tex/{ 493 [lL]a[tT]e[xX] | *.ltx | *.tex) 502 tex=${LATEX:-latex} 504 tex=${PDFLATEX:-pdflatex} 519 tex=tex # don't bother trying to find etex 521 tex=$TEX 524 tex=$PDFTEX 539 echo '\input texinfo.tex @bye' >txiversion.tex [all …]
|
| H A D | txitextest | 42 TEXINPUTS=.:$mandir: tex $manual \ 51 rm -f $manual_base.* texinfo.tex 52 ln -s $newdir/texinfo.tex texinfo.tex 69 rm -f $manual_base.* texinfo.tex 70 ln -s $olddir/texinfo.tex texinfo.tex
|
| H A D | tex3patch | 35 ( cd $TMPDIR; tex '\relax \batchmode \font\foo=dummy \bye' ) 59 $dir/texinfo.tex >$TMPDIR/texinfo.tex 60 mv $dir/texinfo.tex $dir/texinfo.tex-distrib; mv $TMPDIR/texinfo.tex $dir
|
| H A D | fixfonts | 15 libdir="${prefix}/lib/tex" 53 from somewhere, e.g., labrea.stanford.edu:pub/tex/latex/circle10.mf, and
|
| /netbsd-src/external/bsd/file/dist/magic/magdir/ |
| H A D | tex | 3 # $File: tex,v 1.22 2022/12/21 16:50:04 christos Exp $ 4 # tex: file(1) magic for TeX files 29 !:mime application/x-tex-tfm 32 !:mime application/x-tex-tfm 43 !:mime text/x-tex 46 !:mime text/x-tex 49 !:mime text/x-tex 52 !:mime text/x-tex 55 !:mime text/x-tex 58 !:mime text/x-tex [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/ |
| H A D | ChangeLog.46 | 186 * doc/texinfo.tex (\itemizey): if no arg to @itemize, default to 208 * doc/texinfo.tex: remove trailing whitespace. 221 * doc/texinfo.tex (\doprintindex): don't \kern-\parindent, it makes 231 * doc/texinfo.tex (\footnote, \smartitalicx): use \ptexslash 255 * doc/texinfo.tex (\dofirstparagraphindent): forgot to rename the 266 * doc/texinfo.tex (\firstparagraphindent): implement suppression 282 * doc/texinfo.tex (\indent): override \indent primitive to 284 (\ptexindent): for saving/restoring \indent in @tex. 342 * doc/txi-pl.tex: new file, from polak@gnu.org. 400 * doc/texinfo.tex (\nodexxx): use a control sequence instead of [all …]
|
| H A D | ChangeLog | 173 * doc/texinfo.tex (\sansserif): new command. 190 * doc/texinfo.tex (\euro): new command, along with \eurofont to 202 * doc/texinfo.tex (\ptexnewwrite): Save \newwrite. 227 * doc/texinfo.tex (\pdfmakeoutlines): in the first run through the 255 * doc/texinfo.tex (\setmultitablespacing): just let \multistrut be 339 * doc/texinfo.tex (\table, \ftable, \vtable): Instead of calling 378 * doc/texinfo.tex (\Efloat): Take care to run \scantokens on 412 * doc/texinfo.tex (\Efloat): \vskip\parskip after printing the 422 * doc/texinfo.tex (\initial): when breaking the column before the 454 * doc/texinfo.tex (\tablez): accidentally removed assignments [all …]
|
| H A D | INSTALL | 12 * texinfo.tex and the other *.tex files are not installed by `make 16 make TEXMF=/your/texmf install-tex 17 texinfo.tex is installed in ${TEXMF}/tex/texinfo/texinfo.tex, etc.
|
| H A D | AUTHORS | 13 Andreas Schwab texinfo.tex, configure.ac, most makeinfo files. 14 Bob Chassell texinfo.tex, original texinfo.txi. 23 Richard Stallman original texinfo.tex, install-info.c, 25 Zack Weinberg texinfo.tex: @macro implementation.
|
| H A D | Makefile.am | 23 TEXINFO_TEX = doc/texinfo.tex 45 install-tex: 46 cd doc && $(MAKE) TEXMF=$(TEXMF) install-tex
|
| H A D | INTRODUCTION | 69 * The `tex' program, which typesets the manual using TeX. 70 * The `texinfo.tex' definition file that tells TeX how to typeset 77 This Texinfo distribution package contains `texinfo.tex', the C source 78 for `texindex', and the handy shell script `texi2dvi'. The `tex' 82 * Install `tex'. (`texindex' is installed automagically by 85 * Move the `texinfo.tex' file to an appropriate directory; the current 86 directory will do. (`/usr/local/lib/tex/inputs' might be a good place.
|
| /netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/IR/ |
| H A D | IntrinsicsNVVM.td | 1421 "llvm.nvvm.tex.1d.v4f32.s32">; 1425 "llvm.nvvm.tex.1d.v4f32.f32">; 1429 "llvm.nvvm.tex.1d.level.v4f32.f32">; 1434 "llvm.nvvm.tex.1d.grad.v4f32.f32">; 1438 "llvm.nvvm.tex.1d.v4s32.s32">; 1442 "llvm.nvvm.tex.1d.v4s32.f32">; 1446 "llvm.nvvm.tex.1d.level.v4s32.f32">; 1451 "llvm.nvvm.tex.1d.grad.v4s32.f32">; 1455 "llvm.nvvm.tex.1d.v4u32.s32">; 1459 "llvm.nvvm.tex.1d.v4u32.f32">; [all …]
|
| /netbsd-src/external/gpl2/texinfo/dist/makeinfo/tests/ |
| H A D | cond.txi | 28 @tex 29 This is tex text. 30 @end tex
|
| /netbsd-src/external/gpl2/groff/dist/tmac/ |
| H A D | README | 1 The file `hyphen.us' is identical to the file `hyphen.tex', part of the TeX 4 ftp://labrea.stanford.edu/pub/tex/dist/lib/hyphen.tex .
|
| /netbsd-src/external/gpl3/gdb/dist/readline/readline/doc/ |
| H A D | texi2dvi | 117 (e)plain TeX files, set the environment variable LATEX=tex. 853 tex_cmd="$tex" 862 tex_help=`cd "$tex_help_dir" >&6 && $tex --help </dev/null 2>&1 || true` 1153 error 1 "$tex exited with bad status, quitting." 1211 report "texinfo.tex appears to be broken. 1213 other than (plain) tex, a corrupt texinfo.tex file, or 1214 to tex itself simply not working." 1220 verbose "texinfo.tex preloaded as \`$txiformat', version is \`$txiversion' ..." 1495 tex_cmd="$tex_cmd '${escape}input' ./openout.tex" 1866 if findprog tex; then :; else cat <<EOM >&2
|
| /netbsd-src/external/gpl2/groff/dist/src/preproc/pic/ |
| H A D | Makefile.sub | 12 tex.$(OBJEXT) 20 $(srcdir)/tex.cpp
|