diff options
Diffstat (limited to 'Build/source/texk/kpathsea')
-rw-r--r-- | Build/source/texk/kpathsea/ChangeLog | 5 | ||||
-rw-r--r-- | Build/source/texk/kpathsea/texmf.cnf | 5 |
2 files changed, 10 insertions, 0 deletions
diff --git a/Build/source/texk/kpathsea/ChangeLog b/Build/source/texk/kpathsea/ChangeLog index 5534b6a2826..847c52ec1b2 100644 --- a/Build/source/texk/kpathsea/ChangeLog +++ b/Build/source/texk/kpathsea/ChangeLog @@ -1,3 +1,8 @@ +2010-03-05 Peter Breitenlohner <peb@mppmu.mpg.de> + + * texmf.cnf (line_length, max_rows, max_cols): GFtype parameters + settable at runtime (used to be fixed values in gftype.ch). + 2010-03-03 Peter Breitenlohner <peb@mppmu.mpg.de> * texmf.cnf (screen_width, screen_depth): Increase Metafont diff --git a/Build/source/texk/kpathsea/texmf.cnf b/Build/source/texk/kpathsea/texmf.cnf index d5d057b3423..501640a0da8 100644 --- a/Build/source/texk/kpathsea/texmf.cnf +++ b/Build/source/texk/kpathsea/texmf.cnf @@ -690,3 +690,8 @@ max_print_line = 79 % Metafont only. screen_width = 1664 screen_depth = 1200 + +% GFtype only. +line_length = 500 +max_rows = 8191 +max_cols = 8191
\ No newline at end of file |