fix bug in faktor package
This commit is contained in:
parent
8e94f452fe
commit
98a225b5a0
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ __HEADER__(Faktor package that also handles cofaktors)
|
|||
\raisebox{#4\ht2}{\usebox2}% Denominator
|
||||
}
|
||||
|
||||
\DeclareDocumentCommand{\cofaktor}{s m O{-0.5} m O{0.5}}{% \newfaktor[*][#2]{#3}[#4]{#5} -> #2\#4
|
||||
\DeclareDocumentCommand{\cofaktor}{s O{-0.5} m O{0.5} m}{% \newfaktor[*][#2]{#3}[#4]{#5} -> #2\#4
|
||||
\setbox0=\hbox{\ensuremath{#3}}% Store numerator
|
||||
\setbox1=\hbox{\ensuremath{\diagdown}}% Store slash /
|
||||
\setbox2=\hbox{\ensuremath{#5}}% Store denominator
|
||||
|
|
Loading…
Reference in a new issue