marcomaggi / vicare

A native compiler for Scheme compliant with R6RS
http://marcomaggi.github.com/vicare.html
Other
200 stars 34 forks source link

texinfo does not like @meta as argument for @table #81

Closed stefanhusmann closed 9 years ago

stefanhusmann commented 9 years ago

I encountered a problem compiling expander.texi with a texinfo 6 from svn trunk. The @table macro does not accept @meta as an argument. I worked around this with

sed -i 's+@table @meta+@table @code+' doc/expander.texi

But I do not know if that format is desirable for you.

marcomaggi commented 9 years ago

Thanks for the report. It should be fixed in the head of the master branch.