Re: [NTG-pdftex] 1.40.4 incoming
9 Jul
2007
9 Jul
'07
4:38 p.m.
Hi David,
--- tex.ch.orig Mon Jul 09 19:43:46 2007 +++ tex.ch Mon Jul 09 22:56:15 2007 @@ -2218,7 +2218,7 @@ if e=".tex" then show_context; @y if (e=".tex") or (e="") then show_context; -print_ln; print("(Retry if file name is empty."); +print_ln; print("(Retry if file name is empty or CTRL-D to exit."); if (e<>"") then begin print(" Default file extension is `"); print(e); print("'");
Uh, isn't EOF operating-system dependent? Like C-z on Microsoft Systems?
I'll apply the following ctrld-ctrlz.ch for Windows: @x print_ln; print("(Retry if file name is empty or CTRL-D to exit."); @y print_ln; print("(Retry if file name is empty or CTRL-Z + Enter to exit."); @z Thanks, Akira
6400
Age (days ago)
6400
Last active (days ago)
0 comments
1 participants
participants (1)
-
Akira Kakuto