Skip to content

Commit

Permalink
OK, so maybe that was why.
Browse files Browse the repository at this point in the history
  • Loading branch information
simoncozens committed Dec 7, 2015
1 parent 8b86c3f commit e482bb8
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 5 deletions.
3 changes: 0 additions & 3 deletions packages/rotate.lua
@@ -1,6 +1,3 @@
if SILE.outputter ~= SILE.outputters.libtexpdf then
SU.error("rotating package requires libtexpdf backend")
end
local pdf = require("justenoughlibtexpdf")

local enter = function(self)
Expand Down
14 changes: 12 additions & 2 deletions tests/bug-244.expected
@@ -1,7 +1,17 @@
<tests/bug-244.sil>
Set paper size 595.275597 841.8897729
Begin page

! rotating package requires libtexpdf backend at tests/bug-244.sil l.2, col.1
Mx 544.28898
My 107.68335
Set font Gentium;10;200;regular;normal;;LTR
T 40 69 76 76 79 (Hello)
My 131.98063
T 87 79 82 76 68 (world)
My 155.94059
T 14 (.)
[1] Mx 295.29161
My 780.61769
T 17 (1)
End page
Finish

3 changes: 3 additions & 0 deletions tests/bug-244.sil
@@ -0,0 +1,3 @@
\begin[papersize=a4,class=jplain,layout="tate"]{document}
\latin-in-tate{Hello world.}
\end{document}

0 comments on commit e482bb8

Please sign in to comment.