From: Hugo Villeneuve Date: Sun, 31 Jul 2011 21:53:57 +0000 (+0000) Subject: Ramené code sur 80 colonnes X-Git-Url: http://gitweb.hugovil.com/?a=commitdiff_plain;h=411a4d9850f890e37bc43d60307324fa1674539e;p=musique%2Fhvguitartex.git Ramené code sur 80 colonnes --- diff --git a/guitartex.conf b/guitartex.conf index a4f9dc8..4fb4028 100644 --- a/guitartex.conf +++ b/guitartex.conf @@ -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";