TEXINPUTS="$WINDOWS_TEXINPUTS"
TFMFONTS="$WINDOWS_TFMFONTS"
-@name@ "$*"
+@name@.exe "$*"
b="$(cygpath -u ""$reg"")"
# Where we installed it
-c=texmf="/usr/windows/MiKTeX"
+c="/usr/windows/MiKTeX"
for i in "$a" "$b" "$c"; do
if [ -d "$i" ]; then
/var/texmf/fonts, reducing clutter and compilation time.
*/
+#ifndef __CYGWIN__ /* mktextfm/mktexpk does not work on windows */
unsetenv ("TFMFONTS");
-
+#endif
+
/*
initialize kpathsea
*/
if (announce_info_arr_.size ())
{
+#if 0 //printf? -> include <stdio.h>
printf ("do_announces: elt: %s\n",
classname (announce_info_arr_[0].elem_l_));
+#endif
announce_info_arr_.clear ();
}
}
-
-
-
-
-
-