-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
Hi, thanks for writing this module. Here is an example of how I am using this:
var fs = require('fs');
var latex = require('latex');
var string = getTexDocument(); // Returns a string of .tex code
var writeStream = fs.createWriteStream('doc.pdf');
latex(string).pipe(writeStream);This works for most situations, but what do I need to do if the string is a TeX document that wants to use a CLS file? Is there something I can do to pass CLS code as a string as well to make this work? Thanks!
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels