Kyslik / FEIStyle

Upgraded FEIStyle
MIT License
22 stars 23 forks source link

using the "\cline" command makes the document uncompilable #21

Closed ThatPeter closed 6 years ago

ThatPeter commented 6 years ago

using \cline will render some kind of a deadlock at some point in the compilation, hence it will never finish. Please fix it.

Kyslik commented 6 years ago

@ThatPeter Please make a PR, make the issue more useful - your environment, versions, reason why it does not compile etc...

Kyslik commented 6 years ago

@ThatPeter I can not even find usage of \cline, are you sure you are using latest?

➜  FEIStyle git:(master) git rev-parse HEAD
697d83f4bc6d7a5c5b6ab5be421fd44e6c27b666
➜  FEIStyle git:(master) ack --version
ack 2.22
Running under Perl 5.26.1 at /usr/local/opt/perl/bin/perl

Copyright 2005-2017 Andy Lester.

This program is free software.  You may modify or distribute it
under the terms of the Artistic License v2.0.
➜  FEIStyle git:(master) ack "\\cline" .
➜  FEIStyle git:(master)
Kyslik commented 6 years ago

@ThatPeter ping.