Skip to content

Commit

Permalink
Give clue when alignment of a line is dropped
Browse files Browse the repository at this point in the history
  • Loading branch information
brucemiller committed Aug 9, 2024
1 parent 895e80b commit f4e6559
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/LaTeXML/Engine/TeX_Paragraph.pool.ltxml
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,8 @@ sub alignLine {
$document->insertElement('ltx:text', $line, class => 'ltx_align_' . $alignment);
$document->insertElement('ltx:break'); }
else {
Info('unexpected', 'alignment', $document,
"Lost requested alignment '$alignment'; no suitable element");
$document->absorb($line); }
return; }

Expand Down

0 comments on commit f4e6559

Please sign in to comment.