Re: How I can get thin space more narrow?

2012-03-30 Thread Marcelo Acuña
Marcelo Acuña wrote: >> How I can redefine thin space for get it more narrow? >> I want to get a 0.4 * thin space but I don't know how to redefine it. >These are the relevant definitions from the LaTeX kernel: > >\DeclareRobustCommand{\,}{%  >  \relax\ifmmode\mskip\thinmuskip\else\thinspace\fi >}

Re: How I can get thin space more narrow?

2012-03-28 Thread Jürgen Spitzmüller
Marcelo Acuña wrote: > How I can redefine thin space for get it more narrow? > I want to get a 0.4 * thin space but I don't know how to redefine it. These are the relevant definitions from the LaTeX kernel: \DeclareRobustCommand{\,}{% \relax\ifmmode\mskip\thinmuskip\else\thinspace\fi } \def\t