TeX: Základní implementace citací
This commit is contained in:
parent
48e34eaf8e
commit
4dd1eb0314
1 changed files with 1 additions and 1 deletions
|
@ -349,7 +349,7 @@ class UCWTexGenerator(OutputGenerator):
|
|||
self.writeln("% FIXME: Citations not implemented")
|
||||
|
||||
def generate_Cite(self, e: Cite):
|
||||
self.writeln("% FIXME: Cites not implemented")
|
||||
self.generate(e.content)
|
||||
|
||||
def generate_Definition(self, e: Definition):
|
||||
self.writeln("% FIXME: Definitions not implemented")
|
||||
|
|
Loading…
Reference in a new issue