Skip to content

Commit

Permalink
Fix Tex template name
Browse files Browse the repository at this point in the history
(cherry picked from commit 1d4dce0)
  • Loading branch information
wouterj authored and jaapio committed Mar 20, 2024
1 parent 7dbdb05 commit 11844c4
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{%- include [
('inline/textroles/' ~ node.type ~ '.tex.twig'),
'inline/textroles/unkown.tex.twig'
'inline/textroles/unknown.tex.twig'
] -%}
Original file line number Diff line number Diff line change
@@ -1,3 +1 @@
{% apply spaceless %}
\texttt{{ '{' }}{{- node.value -}}{{ '}' }}
{% endapply %}

0 comments on commit 11844c4

Please sign in to comment.