Skip to content

Commit

Permalink
Fix include links
Browse files Browse the repository at this point in the history
  • Loading branch information
glorieux-f committed Aug 16, 2023
1 parent 33c6b3f commit 61949af
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 23 deletions.
File renamed without changes.
4 changes: 2 additions & 2 deletions tei_latex/tei_flow_latex.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -13,9 +13,9 @@ Should work as an import (or include) to generate flow latex,
for example: abstract.
2021, frederic.glorieux@fictif.org
-->
<xsl:import href="../xsl/common.xsl"/>
<xsl:import href="../tei_common.xsl"/>
<xsl:import href="tei_common.xsl"/>
<xsl:import href="latex_common.xsl"/>
<xsl:import href="tei_common_latex.xsl"/>
<xsl:param name="quoteEnv">quoteblock</xsl:param>
<!-- TODO hadle LaTeX side -->
<xsl:param name="pbStyle"/>
Expand Down
2 changes: 1 addition & 1 deletion tei_latex/tei_latex.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ A light version for XSLT1, with local improvements.
<!--
<xsl:import href="tei_common.xsl"/>
-->
<xsl:import href="common_core.xsl"/>
<xsl:import href="tei_rahtz_latex.xsl"/>
<xsl:import href="tei_flow_latex.xsl"/>
<xsl:import href="tei_misc_latex.xsl"/>
<xsl:import href="tei_drama_latex.xsl"/>
Expand Down
4 changes: 2 additions & 2 deletions tei_latex/latex_meta.xsl → tei_latex/tei_meta_latex.xsl
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
exclude-result-prefixes="tei"
>
<!--
Latex from TEI, metadata for preamble
TEI to LaTeX, metadata for preamble
2021, frederic.glorieux@fictif.org
-->
<xsl:import href="latex_flow.xsl"/>
<xsl:import href="tei_flow_latex.xsl"/>
<xsl:output method="text" encoding="utf8" indent="no"/>


Expand Down
File renamed without changes.
19 changes: 1 addition & 18 deletions tei_latex/test.tex → tei_latex/template.tex
Original file line number Diff line number Diff line change
Expand Up @@ -102,29 +102,12 @@
%%%%%%%%%%%%%%%%%
% Teinte macros %
%%%%%%%%%%%%%%%%%
\input{../latex/teinte}
\input{teinte}



\begin{document}

\noindent This is the regular text that is not indented.
\begin{verse}
Blessed are the poor in spirit, for theirs is the kingdom of heaven.\\
Blessed are those who mourn, for they shall be comforted.\\
Blessed are the meek, for they shall inherit the earth.\\
Blessed are those who hunger and thirst for righteousness, for they shall be satisfied.
\end{verse}
% \setlength{\leftmargini}{\saveleftmargini}% restore original value in case you do not want to change this thing globaly.

\begin{verse}
Blessed are the poor in spirit, for theirs is the kingdom of heaven.\\
Blessed are those who mourn, for they shall be comforted.\\
Blessed are the meek, for they shall inherit the earth.\\
Blessed are those who hunger and thirst for righteousness, for they shall be satisfied.
\end{verse}
\noindent This is the regular text that is not indented.

% \pagestyle{fancy}
% \thispagestyle{empty}
% \twocolumn[\chapo]
Expand Down

0 comments on commit 61949af

Please sign in to comment.