부록

개요

Quarto로 렌더링된 HTML 문서는 기사 끝에 서식을 갖춘 부록을 자동으로 추가합니다. 부록에는 문서의 인용·각주 섹션, 필요 시 문서 자체에 대한 저작 정보가 포함됩니다.

부록의 간단한 예시는 다음과 같습니다.

Appendix with two sections: References, and Footnotes.

부록에 저작 정보를 포함하는 방법은 인용 가능한 글 작성을 참고하세요.

사용자 정의 부록 섹션

문서의 특정 섹션을 부록에 포함하려면 해당 제목에 .appendix 클래스를 추가하면 됩니다. 예:

## Acknowledgments {.appendix}

I am grateful for the insightful comments offered by the anonymous peer reviewers at Books & Texts. The generosity and expertise of one and all have improved this study in innumerable ways and saved me from many errors; those that inevitably remain are entirely my own responsibility.

.appendix 클래스를 지정한 섹션은 문서 등장 순서대로 부록 앞부분에 포함됩니다. 저작 정보와 위 예시 섹션을 모두 포함한 부록은 다음과 같습니다.

Appendix with Acknowledgements, References, Footnes, and Citation sections. The Citation section contains both BibTex citation, and plain text for attribution.

라이선스

문서의 front matter나 인용 정보에 라이선스를 지정하면 부록에 ‘Reuse’ 섹션이 자동으로 추가됩니다. 라이선스 지정 방법은 front matter를 참고하세요.

다음은 Attribution-ShareAlike Creative Commons 라이선스를 포함한 전체 부록 예시입니다.

Appendix with Acknowledgements, References, Footnotes, Reuse, and Citation sections. The Reuse section contains a link to the Attribution-ShareAlike Creative Commons license.

부록 스타일

appendix-style 옵션으로 문서 부록 처리 방식을 제어할 수 있습니다. 선택지는 다음과 같습니다.

default

기본 처리 방식으로, 작은 글꼴을 사용하고 여러 섹션을 스타일링된 그룹으로 정리합니다.

plain

모든 부록 처리는 유지하되(섹션 정리, ‘Reuse’ 생성 등) 기본 스타일을 적용하지 않습니다.

none

부록 처리를 완전히 비활성화합니다. 섹션이 정리되지 않으며 ‘Citation’, ‘Reuse’ 등도 문서에 포함되지 않습니다.