pulp
pulp copied to clipboard
pulp: process your LaTeX log file with pulp and make a better paper
I'm having troubles compiling pulp on my Arch Linux machine: ``` [pulp]$ cabal install . cabal: Could not resolve dependencies: [__0] trying: pulp-0.0 (user goal) [__1] next goal: regex-posix (dependency...
For the end user, it would be help to make an informed decision to provide an objective comparison with pplatex (https://github.com/stefanhepp/pplatex). This is especially because pplatex also pretty prints the...
If `test.log` has the following contents: ``` Package foo Warning: bar (foo) baz ``` Then the following `test.log.pulp` file correctly results in no output: ``` !'bar\nbaz' ``` But with this...
The logfile suggests that there is some kind of bug: ``` For some reason, the log-file parser noticed an extra 'close file' marker It's possible that the filenames and line...
I haven't checked this, but I bet if a log file opens and immediately closes a file, that file doesn't appear in the parsed version of the log. That's a...
Sometimes it is handy to record why we don't want to see a particular message. The configuration file should have some comment syntax to allow that. Simple is better --...
Is there any way to match on the file name where the error is reported? I have "unknown" text that is not very informative, and I would feel safer if...
Every time I want to configure pulp for a new document, I have to come back here and remind myself what the default configuration is. It should be easy to...