Bob
2005-08-02 10:07:26 UTC
Hello,
in the file ltplain.dtx, as compiled into latex.ltx, the
code makes a call to "\hss", but no such command is
defined. Where do I find the definition of "\hss"?
I need it to solve the following problem.
The latex environment "enumerate" defines the labels as follows:
\def\makelabel##1{\hss\llap{##1}}
The above code produces the default look of enumerations:
1. sdj fks jfksd f fff
sdjfk sjdfdfk lsdkf
2. s kdls kdfl;ds f; f
dfjks dfjksdf jkls.
...
100. df jskdf jks dlfl
jsdkf jskdfl jkfdf.
I want to change the above look into the following:
1. df jksd fkjsdl f
djf ksjdfk jsdkf jksd l
dklf dklf dk fld klfd l
2. sdfj ksdjf ksdjf
df jksdf jkls dfjksd fl
dk kld fkls;df kld fkld
...
100. s jkf jdff jkl
sdklf sk dlf ksld;f kl.
I tried the code below, but it fails.
\def\makelabel##1{\hspace*{\parindent}\hss\llap{##1}\hspace*{1em}}
Thank you.
Bob
in the file ltplain.dtx, as compiled into latex.ltx, the
code makes a call to "\hss", but no such command is
defined. Where do I find the definition of "\hss"?
I need it to solve the following problem.
The latex environment "enumerate" defines the labels as follows:
\def\makelabel##1{\hss\llap{##1}}
The above code produces the default look of enumerations:
1. sdj fks jfksd f fff
sdjfk sjdfdfk lsdkf
2. s kdls kdfl;ds f; f
dfjks dfjksdf jkls.
...
100. df jskdf jks dlfl
jsdkf jskdfl jkfdf.
I want to change the above look into the following:
1. df jksd fkjsdl f
djf ksjdfk jsdkf jksd l
dklf dklf dk fld klfd l
2. sdfj ksdjf ksdjf
df jksdf jkls dfjksd fl
dk kld fkls;df kld fkld
...
100. s jkf jdff jkl
sdklf sk dlf ksld;f kl.
I tried the code below, but it fails.
\def\makelabel##1{\hspace*{\parindent}\hss\llap{##1}\hspace*{1em}}
Thank you.
Bob