SublimeLaTeXWordCount icon indicating copy to clipboard operation
SublimeLaTeXWordCount copied to clipboard

Fixed #22 (take 2)

Open MPvHarmelen opened this issue 9 years ago • 4 comments

MPvHarmelen avatar Jun 13 '16 13:06 MPvHarmelen

@faaizajaz could you do us a biggie and try this code in your version?

kevinstadler avatar Jun 13 '16 14:06 kevinstadler

Interesting. Looks like the package runs, but it isn't using LaTeX syntax for counting. "No custom support for LaTeX...treating file as plain text."

faaizajaz avatar Jun 13 '16 14:06 faaizajaz

Hmmm I guess that means the regex compiles but doesn't match..could you type the following into the SublimeText console and tell us your exact version?

import sys
print(sys.version)

kevinstadler avatar Jun 13 '16 14:06 kevinstadler

Yup.

2.6.5 (r265:79096, Mar 19 2010, 18:02:59) [MSC v.1500 64 bit (AMD64)]

Using the default build system for ST2

faaizajaz avatar Jun 13 '16 14:06 faaizajaz