diff options
Diffstat (limited to 'src/doc_reform/output/latex.d')
-rw-r--r-- | src/doc_reform/output/latex.d | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/src/doc_reform/output/latex.d b/src/doc_reform/output/latex.d index da509ac..8308067 100644 --- a/src/doc_reform/output/latex.d +++ b/src/doc_reform/output/latex.d @@ -8,9 +8,9 @@ template outputLaTeX() { std.uri, std.conv : to; mixin InternalMarkup; // watch - mixin DocReformOutputRgxInit; + mixin spineOutputRgxInit; auto rgx = Rgx(); - mixin DocReformLanguageCodes; + mixin spineLanguageCodes; auto lang = Lang(); auto paper() { struct PaperType { @@ -219,7 +219,7 @@ template outputLaTeX() { return _width; } string _latex_image_path(string _image_path) { - auto pth_latex = DocReformPathsLaTeX(doc_matters); + auto pth_latex = spinePathsLaTeX(doc_matters); _image_path = pth_latex.latex_path_stuff ~ "/" ~ _image_path; return _image_path; } @@ -784,7 +784,7 @@ string table(O,M)( linkcolor=myred, %% \href{...} and \pageref{...} ┃", ); - string _latex_head = format(q"┃%%%% DocReform LaTeX output + string _latex_head = format(q"┃%%%% spine LaTeX output %%%% Generated by: %s %%%% D version: %s %%%% LaTeX output last Generated on: %s @@ -1155,7 +1155,7 @@ string table(O,M)( const T latex_content, M doc_matters, ) { - auto pth_latex = DocReformPathsLaTeX(doc_matters); + auto pth_latex = spinePathsLaTeX(doc_matters); try { { /+ debug +/ if (doc_matters.opt.action.debug_do |