I want to modify the parameters used by \item in a {list} environment. Where can the original definition be found in my LaTeX distribution to copy and modify?
|
|
||||
|
|
|
It is not recommend to modify the definition of
Here is an example how to reset vertical space between paragraph in all items:
Note that vertical lengths are stretchable; in this example
is put inside the invironment, it acts only on that particular occurence of the environment. You may want to put it also outside:
|
|||||||||
|
|
Well, source2e.pdf is probably the canonical reference in this context.
|
|||
|
|
|
If you do not know where to look for the definitions you can use To check the definition for
which on my system it returns:
That it is said to be defined by LaTeX indicates that is defined in the LaTeX sources and its documentation you can get to by issuing If you want to see the available options for |
|||
|
|
