xcoffins
문서 에는 H
및 B
극이 다음과 같이 설명되어 있습니다.
H
관에 포함된 조판 자료의 기준선을 따라 이어지는 기둥.
B
관 바닥에 있는 재료의 기준선을 따라 이어지는 기둥.
H
그러나 (으로 생성된) 수직 관의 기준선은 \SetVerticalCoffin
항상 해당 관의 마지막 선, 즉 의 기준선인 것 같습니다 B
. 실제로 해당 문서의 그림 1에서 볼 수 있듯이 B
는 표시되지도 않습니다 .\DisplayCoffinHandles
그럼 B
과 다른 적이 있나요 H
? 그렇지 않다면 두 이름을 모두 갖는 이유는 무엇입니까?
답변1
관에 합류하면 다를 수 있습니다.
\documentclass{article}
\usepackage{xcoffins}
\usepackage{xcolor}
\begin{document}
% Adding a pole to a rotated coffin:
\NewCoffin\TestCoffinA
\NewCoffin\TestCoffinB
\SetVerticalCoffin\TestCoffinA{1cm}{y\\y}
\SetVerticalCoffin\TestCoffinB{1cm}{x\\x\\x}
\JoinCoffins\TestCoffinA[T,r]\TestCoffinB[T,l]
\MarkCoffinHandle \TestCoffinA
[ B,l ] {green}
\MarkCoffinHandle \TestCoffinA
[ H,l ] {green}
\TypesetCoffin\TestCoffinA
\end{document}