UCWTeX seznam obrázků
This commit is contained in:
parent
7230d87f6b
commit
fb80c61139
1 changed files with 6 additions and 0 deletions
|
@ -170,6 +170,12 @@ class UCWTexGenerator(OutputGenerator):
|
|||
if 'number' in e.attributes:
|
||||
self.writeln(f"Obrázek {e.attributes['number']}:")
|
||||
self.generate(e.caption)
|
||||
if 'number' in e.attributes:
|
||||
self.writeln(r"\addtoc\tocpicture{"+str(e.attributes['number'])+"}{}{")
|
||||
self.indent_more()
|
||||
self.generate(e.caption.content)
|
||||
self.indent_less()
|
||||
self.writeln("}")
|
||||
self.indent_less()
|
||||
self.writeln(r"}{}")
|
||||
self.ensure_empty(2)
|
||||
|
|
Loading…
Reference in a new issue