Whoops! Forgot one.
This fixes LaTeX output for Theorem cross-refs.
This commit is contained in:
parent
8d1d8a5693
commit
0fdb13b257
|
@ -19,4 +19,8 @@ module MaRuKu; module Out; module Latex
|
|||
"\\eqref{#{self.eqid}}"
|
||||
end
|
||||
|
||||
def to_latex_divref
|
||||
"\\ref{#{self.refid}}"
|
||||
end
|
||||
|
||||
end end end
|
||||
|
|
Loading…
Reference in a new issue