Mercurial > hg > octave-nkf
comparison scripts/pkg/pkg.m @ 9153:5247e89688e1
Eliminate most overfull errors when running texi2pdf for generating pdf documentation
Use @smallexample when necessary to reduce font for long lines.
Reword variables or phrases so that Tex can break them at a better spot.
author | Rik <rdrider0-list@yahoo.com> |
---|---|
date | Fri, 24 Apr 2009 12:29:01 -0700 |
parents | 4d610aba7347 |
children | 70177bf9cc16 |
comparison
equal
deleted
inserted
replaced
9152:4c9aff0c9a61 | 9153:5247e89688e1 |
---|---|
141 ## | 141 ## |
142 ## The location in which to install the architecture dependent files can be | 142 ## The location in which to install the architecture dependent files can be |
143 ## independent specified with an addition argument. For example | 143 ## independent specified with an addition argument. For example |
144 ## | 144 ## |
145 ## @example | 145 ## @example |
146 ## pkg prefix ~/my_octave_packages ~/my_octave_packages_for_my_pc | 146 ## pkg prefix ~/my_octave_packages ~/my_arch_dep_pkgs |
147 ## @end example | 147 ## @end example |
148 ## @item local_list | 148 ## @item local_list |
149 ## Set the file in which to look for information on the locally | 149 ## Set the file in which to look for information on the locally |
150 ## installed packages. Locally installed packages are those that are | 150 ## installed packages. Locally installed packages are those that are |
151 ## typically available only to the current user. For example | 151 ## typically available only to the current user. For example |