Skip to content

Commit

Permalink
latex-compatible sep
Browse files Browse the repository at this point in the history
  • Loading branch information
fmatter committed Nov 13, 2023
1 parent 8d6d136 commit b76d820
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
- '{{ chapter }}.md'{% endfor %}
- 'references.md'{% if cookiecutter.data %}
- Data: data{% endif %}
- Index: index
{%else%}
nav:
- index.md
Expand Down
4 changes: 4 additions & 0 deletions src/pylingdocs/data/model_templates/latex_util.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,7 @@ personal knowledge
{% if format=="subexample" %}{%else%}
\xe{%endif%}
{%- endmacro %}

{% macro link(item, anchor=None, html=False, preferred="Name") %}
{{get_label(item, preferred=preferred)}}
{%- endmacro %}
2 changes: 1 addition & 1 deletion src/pylingdocs/output.py
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ def write_details(builder, output_dir, dataset, content):
# loader=text_loader,
# func_dict=func_dict,
# )
delim = "\nDATA_DELIM\n"
delim = "DATA-DELIM"
if name != "constructions.csv":
details = {
rid: d
Expand Down

0 comments on commit b76d820

Please sign in to comment.