From 411a4d9850f890e37bc43d60307324fa1674539e Mon Sep 17 00:00:00 2001 From: Hugo Villeneuve Date: Sun, 31 Jul 2011 21:53:57 +0000 Subject: [PATCH] =?utf8?q?Ramen=C3=A9=20code=20sur=2080=20colonnes?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- guitartex.conf | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) 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"; -- 2.20.1