Benutzer-Werkzeuge

Webseiten-Werkzeuge


software

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen angezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
Nächste Überarbeitung
Vorhergehende Überarbeitung
Nächste Überarbeitung Beide Seiten der Revision
software [2011/06/07 19:49]
admin
software [2011/11/04 20:12]
admin [Sunbird & Lightning]
Zeile 119: Zeile 119:
 ===== Geany ===== ===== Geany =====
  
-Geany von Python2 auf Python3 umstellen+**Geany von Python2 auf Python3 umstellen**
  
 vi /​usr/​share/​geany/​filetypes.python vi /​usr/​share/​geany/​filetypes.python
  
-python2+**python2**
   compiler=python -c "​import py_compile; py_compile.compile('​%f'​)"​   compiler=python -c "​import py_compile; py_compile.compile('​%f'​)"​
   run_cmd=python "​%f"​   run_cmd=python "​%f"​
   ​   ​
-python3+**python3**
   compiler=python3 -c "​import py_compile; py_compile.compile('​%f'​)"​   compiler=python3 -c "​import py_compile; py_compile.compile('​%f'​)"​
   run_cmd=python3 "​%f"​   run_cmd=python3 "​%f"​
Zeile 348: Zeile 348:
 =====Pointofix===== =====Pointofix=====
   *[[http://​www.pointofix.de/​download.php|Pointofix]]   *[[http://​www.pointofix.de/​download.php|Pointofix]]
 +
 +
 +==== qCad -> PDF ====
 +  *qCad - export -> qcad.ps
 +  *latex \includegraphics[scale=0.3] {/​d/​Images/​qcad.ps}
 +    * Erstellen > kompilieren > LaZeX (Alt 2) =>  qcad.div
 +  * dvips qcad.dvi => qcad.ps
 +  * ps2pdf qcad.ps => qcad.pdf
  
 =====RealProducer===== =====RealProducer=====
Zeile 376: Zeile 384:
  
   *[[http://​www.sunbird-kalender.de/​downloads.php|Mozilla Sunbird & Lightning DE]]   *[[http://​www.sunbird-kalender.de/​downloads.php|Mozilla Sunbird & Lightning DE]]
 +  *Problem: ./sunbird => ./​sunbird-bin:​ error while loading shared libraries: libdbus-glib-1.so.2:​ cannot open shared object file: No such file or directory
 +  *Lösung: ​ zypper in dbus-1-glib-32bit
 +  *AV Kalender - Monate drucken: Von: 1.12.2011, BIS: 31.10.2012 ​
 +  *Davor unter Datei > Seite einrichten > Ausrichtung:​ Querformat
  
  
software.txt · Zuletzt geändert: 2014/08/01 13:42 von admin