Skip to content

Commit

Permalink
full table 2
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Jul 31, 2024
1 parent f869a9a commit 9ca3734
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tagging-status/full.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ The values in the *Status* column have the following meaning:
</tr>
</thead>
<tbody>
{%- for p in packages -%}
{%- for p in t-s -%}
<tr>
<td>{{p.type}}</td>
<td class="{{p.status}}"><a href="https://ctan.org/pkg/
Expand All @@ -57,11 +57,11 @@ The values in the *Status* column have the following meaning:
<td class="{{p.status}}" sorttable_customkey="
{%- if p.status == "partially-compatible" %}compatible-partial{% else %}{{p.status}}{% endif -%}
">{{p.status}}</td>
<td>{% if p.included-in contains "tlc3" %}yes{% endif %}</td>
<td>{% if p.included-in contains "tlc3" %}TLC3{% endif %}</td>
<td>
{%- if p.included-in contains "arxiv10" %}10{% endif -%}
{%- if p.included-in contains "arxiv5" %} 5{% endif -%}
{%- if p.included-in contains "arxiv1" %}1{% endif -%}
{%- if p.included-in contains "arxiv1" %} 1{% endif -%}
{%- if p.included-in contains "arxiv01" %}0.1{% endif -%}
</td>
<td>{{p.priority}}</td>
Expand Down

0 comments on commit 9ca3734

Please sign in to comment.