![ConTeXt에서 캡션 없이 그림/표를 배치하는 방법은 무엇입니까?](https://rvso.com/image/281477/ConTeXt%EC%97%90%EC%84%9C%20%EC%BA%A1%EC%85%98%20%EC%97%86%EC%9D%B4%20%EA%B7%B8%EB%A6%BC%2F%ED%91%9C%EB%A5%BC%20%EB%B0%B0%EC%B9%98%ED%95%98%EB%8A%94%20%EB%B0%A9%EB%B2%95%EC%9D%80%20%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C%3F.png)
내가하려고 할 때
\placefigure[here]{none}{\externalfigure....
캡션이 없는 그림 대신 "없음" 캡션이 있는 그림이 나타납니다.
\placefigure
캡션 없이 사용하는 방법
mtx-context | ConTeXt Process Management 0.60
mtx-context |
mtx-context | main context file: /usr/share/texmf-dist/tex/context/base/context.mkiv
mtx-context | current version: 2013.05.28 00:36
답변1
MkII 구문을 사용하고 있습니다. MkIV에서는 none
캡션이 더 이상 마법의 단어로 처리되지 않습니다. 캡션을 비활성화하려면 매개변수 none
로 추가해야 합니다 location
. 따라서 다음을 사용하십시오.
\placefigure[here, none]{}{\externalfigure[...]}
또는 키 값 기반 인터페이스:
\startplacefigure[location={here,none}]
\externalfigure[....]
\stopexternalfigure