We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
다음 명령어가 .yml 파일에 format에 지정된 형식을 html, pdf 생성할 수 있다고 quarto render 명령어로 생성할 수 있습니다.
$ quarto render
하지만, quarto render를 하게 되면 html, quarto render --to bitPublish-pdf 명령어는 html을 삭제하고 pdf 파일만 생성하게 됩니다.
이는 https://quarto.org/docs/books/#publishing 안내와 다른 방식으로 동작하고 있습니다.
The text was updated successfully, but these errors were encountered:
@statkclee,
이 기능은 프로젝트 프로파일을 사용하여 html용 출력 디렉토리와 PDF용 출력 디렉토리를 정의할 수 있다고 합니다.
quarto-dev/quarto-cli#5784
사례를 만들어보겠습니다.
Sorry, something went wrong.
choonghyunryu
No branches or pull requests
다음 명령어가 .yml 파일에 format에 지정된 형식을 html, pdf 생성할 수 있다고 quarto render 명령어로 생성할 수 있습니다.
$ quarto render
하지만, quarto render를 하게 되면 html, quarto render --to bitPublish-pdf 명령어는 html을 삭제하고 pdf 파일만 생성하게 됩니다.
이는 https://quarto.org/docs/books/#publishing 안내와 다른 방식으로 동작하고 있습니다.
The text was updated successfully, but these errors were encountered: