Paulo Ney de Souza
Paulo Ney de Souza
Detex should strip all arguments of the command `\newtheorem` because they are keys, counters and names for environments. Current behaviour leaves the arguments behind like it shows in this file:...
This guy has changed the Makefile and added a win32 directory which contains a slightly modified lexout.c and an MS Visual Studio 6.0 project file. It should be nice to...
On the file below, the second line prevents the entire file from being processed and nothing shows up on the output. ``` \documentclass{minimal} \renewcommand{\[}{\circ} \begin{document} This is supposed to show!...
On Oct 2015 Tristan Miller [email protected] reported: Thank you for providing detex, a tool I've long been using to facilitate word counts of my LaTeX documents. I'm currently writing a...
On Mar 2013 George Bergman [email protected] with a copy to Paul Vojta [email protected] reported: detex -w misbehaves with respect to "\i" (undotted i), at least on the UC Berkeley math...
There are instances where one wants to remove the arguments of a certain (new) TeX command like `\todo{mispelled}` but that is not a part if detex right now, which only...
I have a file: ``` \documentclass{report} \usepackage{mtpro2} \usepackage{breqn} \begin{document} $\Xi$ \end{document} ``` that when processed the $\Xi$ disappears -- with NO errors message no nothing. When the loading of the...
The default and preferred mode of installation of TL is to install as a normal user and NOT as root, leaving (and requiring) that all installed file be owned by...
- SO: linux - python version: v3.8.10 The installation command on the main web-page does not seem to work for Ubuntu 22.04 $ python3 pip install pydetex -U python3: can't...
- OS: Ubuntu 22.04 - python version: v3.9.10 - pydetex version: v1.0.8 Running the command from a shell, I get: ```` $ python3 -m pydetex.gui /usr/local/lib/python3.8/dist-packages/pydetex/gui.py:246: UserWarning: pyperclip is not...