최신 샘플과 같은 문서https://wiki.contextgarden.net/Curriculum_Vitae#Stripped_down_example한 페이지만 생성된 경우에도 페이지 번호가 포함됩니다. 를 사용하면 \setuppagenumbering[location=]
페이지 번호 매기기가 제거되지 않습니다.
어떻게 할 수 있습니까? 나는 분명한 것을 놓치고 있다고 확신합니다.
답변1
renderingsetup
를 삭제해야 합니다 resumelayeralternative
. 찾지 못했다고 해서 당신을 비난하는 것은 아닙니다. 어디에도 문서화되어 있지 않습니다. 방금 검색 중이었는데소스 코드그것을 찾기 위해.
\setupresumelayeralternative
[nextfoot:classic]
[renderingsetup=]
전체 MWE:
\usemodule[resume]
\setupresumelayeralternative
[nextfoot:classic]
[renderingsetup=]
%\useresumestyle[casual-blue]
\useresumestyle[classic-blue]
\setupresumeoptions
[bodyfont=calluna]
\setupresume
[firstname=John,
familyname=Doe,
title=Resumé title (optional),% classic style only
quote=My quote,% casual style only
image={\externalfigure[dummy][width=3cm,height=4cm]}]
\setupresume
[street={street and number},
town={postcode city},
mobile={+1(234)567890},
phone={+2(345)678901},
fax={+3(456)789012},
email={[email protected]},
info={additional information}]
\startresume
\startresumesection[title={Knuth}]
\startresumesubsection[title={Zapf}]
\starttwocolumns
\input ward
\stoptwocolumns
\stopresumesubsection
\stopresumesection
\page
\startresumesection[title={Knuth}]
\startresumesubsection[title={Zapf}]
\starttwocolumns
\input ward
\stoptwocolumns
\stopresumesubsection
\stopresumesection
\stopresume