Ramené code sur 80 colonnes
authorHugo Villeneuve <hugo@hugovil.com>
Sun, 31 Jul 2011 21:53:57 +0000 (21:53 +0000)
committerHugo Villeneuve <hugo@hugovil.com>
Wed, 9 Mar 2022 22:14:43 +0000 (17:14 -0500)
guitartex.conf

index a4f9dc8..4fb4028 100644 (file)
@@ -1,6 +1,6 @@
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
 # Languages
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
 # supported Languages:
 # define hash with supported languages
 $languages{"en"} = "english";
@@ -13,17 +13,17 @@ $languages{"es"} = "spanish";
 $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
 
@@ -43,9 +43,9 @@ $highlight_chord_background = "#e0e0ff";
 $highlight_comment_foreground = "white";
 $highlight_comment_background = "lightgrey";
 
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
 # default values for printed output
-#-----------------------------------------------------------------------------------
+#-------------------------------------------------------------------------------
 
 #font size, supported values: 10, 11, 12
 $font_size = "11";
@@ -65,9 +65,9 @@ $color_tab = ".3,.3,.3";
 $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
 #
@@ -75,17 +75,17 @@ $color_second_back = ".7,.7,.7";
 # $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";