From 96b03396ddb487816ebd85d1c6f30400019702fc Mon Sep 17 00:00:00 2001 From: Ralph Amissah Date: Fri, 15 Nov 2019 23:58:15 -0500 Subject: name changes --- org/out_latex.org | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'org/out_latex.org') diff --git a/org/out_latex.org b/org/out_latex.org index f9c6d55..888507e 100644 --- a/org/out_latex.org +++ b/org/out_latex.org @@ -24,9 +24,9 @@ module doc_reform.output.latex; template outputLaTeX() { <> mixin InternalMarkup; // watch - mixin DocReformOutputRgxInit; + mixin spineOutputRgxInit; auto rgx = Rgx(); - mixin DocReformLanguageCodes; + mixin spineLanguageCodes; auto lang = Lang(); <> <> @@ -54,7 +54,7 @@ void writeOutputLaTeX(T,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 @@ -391,7 +391,7 @@ string links_and_images(O,M)( 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; } @@ -1224,7 +1224,7 @@ string latex_head(M)( #+name: output_latex_head_0_format_string #+BEGIN_SRC d - string _latex_head = format(q"┃%%%% DocReform LaTeX output + string _latex_head = format(q"┃%%%% spine LaTeX output #+END_SRC ***** description comment -- cgit v1.2.3