File: math.rb

package info (click to toggle)
hiki 0.8.7-1
  • links: PTS
  • area: main
  • in suites: lenny
  • size: 1,796 kB
  • ctags: 1,736
  • sloc: ruby: 20,269; lisp: 926; sh: 269; makefile: 12
file content (10 lines) | stat: -rw-r--r-- 723 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
def label_math_latex_ptsize; 'Schriftgröße (pt)'; end
def label_math_latex_documentclass; 'Dokument Klasse'; end
def label_math_latex_preamble; 'Preamble'; end
def label_math_latex_log; 'Protokoll'; end
def label_math_latex_log_description; 'Wenn angewählt, wird das Fehlerprotokoll (standard error output) nach der ausführung nicht gelöscht.'; end
def label_math_latex_cache_clear; 'Zwischenspeicher Löschen'; end
def label_math_latex_cache_clear_description; 'Wenn angewählt, werden die zwischengespeicherten Bilder gelöscht.'; end
def label_math_latex_latex; 'latex Befehl'; end
def label_math_latex_dvips; 'dvips Befehl'; end
def label_math_latex_convert; 'convert Befehl'; end