-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# Languages
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# supported Languages:
# define hash with supported languages
$languages{"en"} = "english";
$language="de";
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# Tool tips
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# GuitarTeX shows tool tips if the mouse cursor stays over an icon
# for a short time
$tool_tips = "yes";
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# Syntax highlighting
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# turn on or off syntax highlighting
# supported values: 'yes' turns highlighting on, any other value turns highlighting off
$highlight_comment_foreground = "white";
$highlight_comment_background = "lightgrey";
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# default values for printed output
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
#font size, supported values: 10, 11, 12
$font_size = "11";
$color_second = "1,1,1";
$color_second_back = ".7,.7,.7";
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# text viewer
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# after creating a latex file, you can view/edit it with the program specified here
# add your favourite editor here
#
# $text_viewer = "emacs";
$text_viewer = "kate";
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# postscript viewer
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# after creating a postscript file, you can view it with the viewer specified here
#
# $ps_viewer = "gv";
$ps_viewer = "kghostview";
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# pdf viewer
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
# after creating a pdf file, you can view it with the viewer specified here
#
# $pdf_viewer = "gv";