- flatpak.opendesktop.org
- api2_kde-look_org
- pling.me
- Mycroft-Skillsx
- ubuntu-look.org
- bodhi.pling.com
- Mycroft-Appsx
- Snaps
- Youpinion
- electron-webapps.com
- OpenTV-Skills
- Zynthbox-Old
- DSP56300
- apps-bigscreen
- Mycroft-Skillsx
- Beryl-Themes
- All-Linux
- Screenshots
- Falkon
- Krunner Addons
- LibreOffice
- Compiz
- ElectronicAttack
- Bigscreen
- Books
- Videos
- Music
- Comics
- Mycroft-Skillsx
- Tutorials
- api2.kde-look.org
- Zynthian
- PatchR
- api.vlc-addons.org
- kde-look.org
- api.kde-look.org
- X-Archive
- vlc-addons.org
- Apps
- Games
- api.appimagehub.com
- AppImageHub.com
- Arch-Packages
- Debian-Packages
- OpenSuse-RPMs
- Redhat-RPMs
- Android-APKs
- OSX-Packages
- Windows-Packages
- App-Addons
- VLC-Addons
- Krita-Addons
- Opendesktop
- api.opendesktop.org
- Cinnamon
- Enlightenment
- api.gnome-look.org
- Gnome
- KDE Store
- Mate
- Trinity
- XFCE
- Window-Managers
- E-OS
- Artwork
- Cliparts
- Fonts
- ALL
- api.pling.com
- Listings
- Wallpapers
- Phones
- Distros
- Application Styles11
- Cursors1038
- deKorator Themes174
- Emoticons125
- Full Icon Themes1763
- Global Themes (Plasma 5)473
- Global Themes (Plasma 6)250
- KDE App-Addons3068
- KDE Game-Addons144
- KDE Plasma Extensions2496
- KDE Plasma Screenshots3131
- Kvantum321
- KWin (Plasma 5)175
- KWin Effects28
- KWin Scripts44
- Kwin Switching Layouts3
- Latte Dock79
- Mycroft Skills127
- Plasma 6 Splashscreens137
- Plasma 6 Window Decorations186
- Plasma Color Schemes2185
- Plasma Mobile Wallpapers4
- Plasma Splashscreens1568
- Plasma Themes909
- Plasma Window Decorations686
- Plymouth Themes543
- QSvgStyles5
- QtCurve550
- SDDM Login Themes725
- SMPlayer/MPlayer33
- Sysmon 6 Applet Designs6
- Telegram Themes21
- Various Plasma 6 Improvements5
- Various Plasma Theming23
- Various Qt Stuff297
- Wallpapers KDE Plasma12434
- Alkimia Online Quotes6
- Amarok615
- AmarokFS12
- Cantor6
- Codevis1
- Digikam5
- Dolphin Service Menus762
- Elisa2
- Falkon22
- K3b Themes26
- Kate85
- Kdenlive283
- KDevelop61
- Konqueror7
- Konsole Color Schemes295
- Kontact/PIM41
- Konversation Nicklist Themes15
- Kopete Styles98
- Krunner Plugins62
- Krusader63
- KStars Data9
- KTextEditor Snippets65
- KTurtle Scripts30
- Marble Maps3
- Okteta Structure Definitions28
- Parley156
- Plasma Public Transport Timetables49
- QCH Documentation Files2
- Simon Speech61
- Skrooge9
- System Monitor Pages (new)19
- System Monitor Tabs (old ksysguard)41
- Tellico36
- Yakuake Skins93


LaTeX Service Menu
Source i (link to git-repo or to original if based on someone elses unmodified work):
0
Become a Fan
5.0
Description:
This is a LaTeX and LyX servicemenu :
- convert in pdf, ps or html,
- convert LyX files in LaTeX files. Last changelog:
- convert in pdf, ps or html,
- convert LyX files in LaTeX files.
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.
Loading...
Pling

0 Affiliates
Details
license
version 0.2
updated
added
downloads 24h 1
mediaviews 24h 0
pageviews 24h 2
More Dolphin Service Menus from cbouveyron:
Other Dolphin Service Menus:
System Tags
Dolphin
ServiceMenus

Ratings & Comments
6 Comments
I noticed that, in your TexToPdf.desktop, you erase the .log .aux files with the command rm -f *.log *.aux. 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?
Hi, I have a request. Could one have the file .pdf created in the same directory where the file *.tex is ? At present the .pdf goes in ~/ Good job otherwise, thanks. -Francesco
Yes, but I dont know how to solve this problem ! If somebody can solve this problem, send me the patch. Charles
I was going to try to patch it, but it works fine here! The pdf file does get created in the same directory as the tex file. I have KDE-3.2.0-rc1. Thanks for this useful tool, BTW. :)
It would be nice if you could post some english screenshots.
I'm sorry but my Kde is in French ! Translation : - Convertir des fichiers LyX : convert LyX files - Convertir des fichiers LaTeX : convert LaTeX files Good use !