ftilmann
ftilmann
With `zerophase=True` the low pass filter is applied twice in opposite directions to give a zerophase output, as in this example with two delta spikes showing the expected behaviour: ```...
I was thinking a little bit more about the business of QuakeML and StationXML. While they should not be required, I think it might actually be helpful to optionally provide...
I am trying to use the arc filter like this: ```gpsbabel -i gpx -f trip_all.gpx -x arc,file=tracciato-blue.arc,distance=0.015K -o gpx -F trip_loop.gpx``` to obtain all gpx trackpoints near tracciato-blue.arc. However, the...
In function flinn there is the following line ``` if azimuth > 180.0: azimuth -= 180.0 ``` As azimuth can legitimately vary between 0-360 (-180 - 180) I believe this...
A simple way to increase the number of test cases to run all the tests in testsuite in the opposite direction, i.e. with the file labelled "-old" as the new...
Sometime co-authors use changes package. Provide the following adaptions: * Hardwire: --append-textcmd=added,replaced -append-safecmd=added,replaced,deleted * In pre-processing change the order of the two non-optional arguments in \replaced and reverse in post-processing...
Introduce special comments to control latexdiff, in particular mark blocks where markup should be removed, e.g. ``` %DIFbegin nomarkup some text and/or commands which should never be marked up %DIFend...
\mbox is used to wrap highlighted citation command as a workaround for incompatibility of natbib and ulem package. However, space after the citation command is included in the mbox, resulting...
When author names in an author-year citation style contain accent or umlaut commands (e.g. `\"`,`\'`) and or braces, they are not expanded properly, leading to errors in the resulting latex...
It would be great if latexdiffcite could also be run purely for expanding the citations, i.e. introduce another command in addition to `git` and `file`, e.g. `expand`, which takes as...