
LaTeX Service Menu
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
This is a LaTeX and LyX servicemenu :
- convert in pdf, ps or html,
- convert LyX files in LaTeX files.
16 years ago
Release 0.2:
- convert LyX files in LaTeX files.
Release 0.1 :
- Now, result file are in the same directory that the original file (thanks Jozef Riha).
- Hungarian translation by Vince Pinter,
- Czech [cs] and Slovak [sk] translations by Jozef Riha.
16 years ago
Release 0.2:
- convert LyX files in LaTeX files.
Release 0.1 :
- Now, result file are in the same directory that the original file (thanks Jozef Riha).
- Hungarian translation by Vince Pinter,
- Czech [cs] and Slovak [sk] translations by Jozef Riha.
LaFleche
16 years ago
This way eventually erasing every other files named *.log or *.aux.
For example i tried this script. I simply call the script in the .Desktop file (Exec=script.sh %f;).
----srcipt.sh-----
#!/bin/bash
fileAndPath=$1;
file=`basename $fileAndPath`;
cd `dirname $fileAndPath`;
name=${file%.*};
pdflatex $file #or whatever command
rm -rf $name.log $name.aux
----srcipt.sh-----
What do you think about it?
Report
112702
16 years ago
Good job otherwise, thanks.
-Francesco
Report
cbouveyron
16 years ago
Charles
Report
LMCBoy
16 years ago
Thanks for this useful tool, BTW. :)
Report
larson-h
16 years ago
Report
cbouveyron
16 years ago
Translation :
- Convertir des fichiers LyX : convert LyX files
- Convertir des fichiers LaTeX : convert LaTeX files
Good use !
Report