Skip to content

Commit 11844c4

Browse files
wouterjjaapio
authored andcommitted
Fix Tex template name
(cherry picked from commit 1d4dce0)
1 parent 7dbdb05 commit 11844c4

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{%- include [
22
('inline/textroles/' ~ node.type ~ '.tex.twig'),
3-
'inline/textroles/unkown.tex.twig'
3+
'inline/textroles/unknown.tex.twig'
44
] -%}
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
{% apply spaceless %}
21
\texttt{{ '{' }}{{- node.value -}}{{ '}' }}
3-
{% endapply %}

0 commit comments

Comments
 (0)