Skip to content

Releases: ppizarror/PyDetex

PyDetex v0.9.8

05 Dec 15:25
4fadf3c
Compare
Choose a tag to compare
  • Added support for \uppercase, \lowercase, \MakeUppercase, and \MakeLowercase.
  • Improve support of quotes.
  • Remove support for Python 3.6.
  • Settings are now stored in the AppData folder.
  • Update libraries.

PyDetex v0.9.7

14 Jun 23:47
3b39b08
Compare
Choose a tag to compare
  • Add \newcite and \newcite* support, #32.
  • Remove environments lstlisting, minted, sourcecode, and verbatim, #31.

PyDetex v0.9.6

05 Jun 23:48
Compare
Choose a tag to compare
  • Add \emph support.
  • Add print to process_inputs.kwargs.

PyDetex v0.9.5

16 May 03:33
Compare
Choose a tag to compare
  • Add support for \chapter*, \section*, \subsection**, etc.
  • Add support for \textsuperscript and \xspace.
  • Fix dollar symbol highlight.
  • Fix \hl{} support.
  • Improve highlight for custom equations.
  • New setting for compress cite.

PyDetex v0.9.4

25 Apr 04:57
Compare
Choose a tag to compare
  • Add support for \citeauthor, #28.
  • Add support for \hl.
  • Fix \$ symbols.
  • Fix lang entry for es language.
  • Update token library.

PyDetex v0.9.3

13 Feb 22:20
Compare
Choose a tag to compare
  • Fix docs.
  • Fix issue for python>=3.9 related to PyMultiDictionary.

PyDetex v0.9.2

03 Dec 16:39
1bc0313
Compare
Choose a tag to compare
  • Fixed Unicode tex conversion, fixes #23.
  • Improved UI for windows OS.

PyDetex v0.9.1

19 Nov 18:50
07e7027
Compare
Choose a tag to compare
  • Added replaceable \ref.
  • Fixed itemize depth not resetting.
  • Improve progress, added option to hide them.
  • New settings window style.
  • New window size extra large.
  • Fixed refs numbering and document without \begin{document}.

PyDetex v0.9.0

15 Nov 02:43
Compare
Choose a tag to compare
  • Added environment recognition.
  • Added line numbers and text sliders.
  • Added \def parsing.
  • Added tab and shift-tab support.
  • Fix copy from output text while using the menu.
  • Improve support for itemizes.
  • Improve GUI settings, update window sizes.
  • Improve tests.

PyDetex v0.8.1

13 Nov 01:05
Compare
Choose a tag to compare
  • Added \& replace.
  • Added sort_cites, compress_cites and cite_separator to process_cite parser.
  • Added replit support.
  • New auto-copy after process.
  • Support for Linux OS.
  • Solved enumerate environment.