Texconv: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 7: | Line 7: | ||
Tested on Linux Mint (2020-01-16) | Tested on Linux Mint (2020-01-16) | ||
<syntaxhighlight lang="bash"> | |||
sudo apt install qt5-default qtbase5-dev | |||
git clone https://github.com/tvspelsfreak/texconv | |||
cd texconv | |||
qmake | |||
make | |||
</syntaxhighlight> |
Revision as of 17:54, 30 May 2020
Description
Texconv is a old but trusty tool to convert .png files into .dtex (some say .dtx) format.
Source : https://github.com/tvspelsfreak/texconv
Installation
Tested on Linux Mint (2020-01-16)
sudo apt install qt5-default qtbase5-dev
git clone https://github.com/tvspelsfreak/texconv
cd texconv
qmake
make