|
@ -36,7 +36,7 @@ class Latex2LatexSong(Song): |
|
|
raise ValueError(self.datadir) |
|
|
raise ValueError(self.datadir) |
|
|
path = files.path2posix(files.relpath( |
|
|
path = files.path2posix(files.relpath( |
|
|
self.fullpath, |
|
|
self.fullpath, |
|
|
os.path.dirname(self.datadir) |
|
|
self.datadir |
|
|
)) |
|
|
)) |
|
|
return r'\import{{{}/}}{{{}}}'.format(os.path.dirname(path), os.path.basename(path)) |
|
|
return r'\import{{{}/}}{{{}}}'.format(os.path.dirname(path), os.path.basename(path)) |
|
|
|
|
|
|
|
|