diff options
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  | 
