Tuesday, August 11, 2015

TeX QUESTIONS

1) only ^^M (i.e., catcode 5) is changed to \par in state N

2) only ^^M (i.e., catcode 5) is changed to space

3) what if catcode of ^^M is changed? Theoretically it may have undesired effects, if it stays before \par - try to find an example which shows this (see http://tex.stackexchange.com/questions/259218/how-tex-reads-what-you-type)

Monday, August 10, 2015

Tuesday, August 4, 2015

TEX_DEBUG

mkdir Work && cd Work
../configure --disable-all-pkgs --enable-shared --with-system-kpathsea --disable-native-texlive-build
make
cd texk/web2c/
pluma Makefile # change CFLAGS and CXXFLAGS to -ggdb
pluma web2c/Makefile # change CFLAGS to -ggdb
pluma lib/Makefile # change CFLAGS and CXXFLAGS to -ggdb
make tex

Saturday, August 1, 2015

how_to_see_symbol

mf cmr10
  see in log output in which file is required symbol
  copy from that file definition of this symbol to ./test.mf
mf rtest

---

mf csbx10
mktextfm gray
mktextfm black
gftodvi csbx10.2602gf
dvipdfmx -l csbx10.dvi