Jamie Olson
unread,May 16, 2012, 10:27:53 AM5/16/12Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to latex-makefile-discuss
Hi,
I hugely appreciate all the effort that went into this makefile. I'm
modifying it to work with Rnw files, specifically knitr, but it should
be compatible with Sweave, too. I'm having trouble understanding some
of the groups/actions in the Makefile. In particular, say I want to
make document.pdf. That can be made from document.tex, which can be
made from document.Rnw.
1) I don't really understand what all the stem groups are for,
specifically source vs script. Clearly they're built differently, but
I don't totally follow the difference since some form of stems_ss gets
used most of the time.
2) I would like to be able to add my generated files to the list of
cleanable files, but I don't understand how .fls and .d files are
created. Help?
Also, let me know what to do to submit a patch.
Thanks,
--Jamie