Skip to content

Commit

Permalink
[mendex] do not read "atama" in a style file (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
t-tk committed Jun 5, 2021
1 parent 95f57b9 commit 9dc78ab
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/texk/mendexk/styfile.c
Expand Up @@ -131,7 +131,6 @@ void styread(const char *filename)
letter_head=atoi(&buff[cc]);
continue;
}
if (getparam(buff,"atama",atama)) continue;
if (getparam(buff,"page_compositor",page_compositor)) continue;
if (getparam(buff,"page_precedence",page_precedence)) continue;
if (getparam(buff,"character_order",character_order)) continue;
Expand Down

0 comments on commit 9dc78ab

Please sign in to comment.