در این نسخه نحوه استفاده از دستورات \Setversedim
و \traditionalhalfverses
که در نسخه قبلی بسته bidipoem
اضافه شدهاند، مقداری تغییر یافته است. این دستورات حالا یک گزینه اختیاری (optional
) قبول میکنند. توضیحات کامل به صورت زیر است:
% Usage:
%
% \Setversedim #1#2 % define the layout (within a group):
% #1 = length of both half-verses
% #2 = separation distance = length of a connection, if present
% Variant:
% \Setversedim #1[#2]#3 % for half-verses of unequal length
% #1 = length of first (=right) half-verse
% #2 = length of second (=left) half-verse
% #3 = separation distance = length of a connection, if present
%
% \traditionalhalfverses #1#2 % typeset two separated half-verses
% #1 = text of first (=right) half-verse
% #2 = text of second (=left) half-verse
% Variant:
% \traditionalhalfverses #1[#2]#3 % typeset two connected half-verses
% #1 = text of first (=right) half-verse
% #2 = text of connection
% #3 = text of second (=left) half-verse
%
% Alternative (if preferred):
%
% \traditionalconnverses #1#2#3 % = \traditionalhalfverses #1[#2]#3