수직관의 H극과 B극의 차이점은 무엇입니까?

수직관의 H극과 B극의 차이점은 무엇입니까?

xcoffins문서 에는 HB극이 다음과 같이 설명되어 있습니다.

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}

여기에 이미지 설명을 입력하세요

관련 정보