diff options
author | Ralph Amissah <ralph.amissah@gmail.com> | 2019-11-15 23:58:15 -0500 |
---|---|---|
committer | Ralph Amissah <ralph.amissah@gmail.com> | 2019-11-22 09:54:24 -0500 |
commit | 96b03396ddb487816ebd85d1c6f30400019702fc (patch) | |
tree | 4519db10b3f50efa07e5f9f34783c9b7e7eaa114 /org/out_latex.org | |
parent | org renaming (diff) |
name changes
Diffstat (limited to 'org/out_latex.org')
-rw-r--r-- | org/out_latex.org | 10 |
1 files changed, 5 insertions, 5 deletions
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() { <<output_latex_imports>> mixin InternalMarkup; // watch - mixin DocReformOutputRgxInit; + mixin spineOutputRgxInit; auto rgx = Rgx(); - mixin DocReformLanguageCodes; + mixin spineLanguageCodes; auto lang = Lang(); <<output_latex_shared>> <<output_latex_shared_0>> @@ -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 |