emareg / paper-checker

Find simple grammar mistakes in scientific documents.
17 stars 9 forks source link

Multi-line captions #24

Closed LPrenzel closed 3 years ago

LPrenzel commented 3 years ago

Hey, in multiline captions the checker complains about missing dots.

\caption{
    abcdef hijkl.
}

It insteads recommends:

\caption{
    abcdef hijkl.
.}

Also, it recommends an unanimous, although a unanimous is correct. (It begins with a "y" sound -> a year).

Thanks!

emareg commented 3 years ago

"an unanimous" is a known bug, I have added it to the testfile under false positives. The caption should work correctly now but the display of multiline suggestions is also somehow flawed...