Extra White Space causes pgn2ltx failure
Status: Alpha
Brought to you by:
dirkbaechle
I'm not sure of this is a strict interpretation of the
PGN standards but any white space (even a single space
character) on the same line as the final Game
Termination Marker in the PGN file causes pgn2ltx to
terminate without completing the generated .tex file.
Extra blank lines are not a problem, only white space
on the same line as the Marker.
Thanks for anay response you may have.
Good Luck,
Herb Schulz
(herbs@wideopenwest.com)
Logged In: NO
I just discovered that the problem with trailing white space
only occurs if the Termination Marker is the only item on
the last line of any game in the .pgn file. I guess I
believe that might be a bug.
Good Luck,
Herb Schulz
(herbs@wideopenwest.com)
P.S. I've using pgn2ltx to create a Droplet (a GUI interface
for the pgn2ltx program called within a shell script) that
allows a user to drop multiple UNIX \n .pgn file(s) on it to
create the corresponding .tex file(s). This is under Mac OS
X. Pgn2ltx compiled and operates fine under OS X with this
one exception.