Skip to content

Commit

Permalink
-token
Browse files Browse the repository at this point in the history
git-svn-id: https://slps.svn.sourceforge.net/svnroot/slps@392 ab42f6e0-554d-0410-b580-99e487e6eeb2
  • Loading branch information
grammarware committed Oct 30, 2008
1 parent 73178dc commit 520f45e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared/tools/tokenover
Expand Up @@ -13,7 +13,7 @@ if [ $# -ne 1 ]; then
exit 1
else
/bin/echo "\begin{tabular}{l|c|c|c|}"
/bin/echo "Token&\textit{italic}&\texttt{fixed}&default\\\\\hline"
/bin/echo "&\textit{italic}&\texttt{fixed}&default\\\\\hline"
/bin/echo -n "\\tokenAlNum&N ("
cd ${SLPS}/topics/$1 ; make debug | grep -c "ITA ALNUM"
/bin/echo -n ") &T ("
Expand Down

0 comments on commit 520f45e

Please sign in to comment.