DLUTThesis
A LaTeX Thesis Template for Dalian University of Technology
DLUTThesis 최신버젼 다운로드
# CDN으로 사용하기
jsDelivrjsDelivr는 공개 GitHub 리포지토리를 별도 설정 없이 CDN으로 즉시 서빙합니다. 버전과 파일을 고르면 웹페이지에 바로 붙일 수 있는 링크와 예시 코드가 만들어집니다.
링크
예시
명령어 용어집
이 문서에서 사용된 명령어를 모아봤습니다. 낯선 명령어가 있다면 펼쳐서 확인해보세요.
biber
설명 보기 ▼
biber
`biblatex` 패키지를 위한 백엔드 참고문헌 처리기.
관련 항목: `latexmk`.
더 많은 정보: <https://texdoc.org/serve/biber.pdf/0#section.3>.
biber {{path/to/file.bcf}}
BibLaTeX Control File을 사용해 참고문헌 데이터 생성:
biber {{path/to/file.bcf}} {{[-g|--configfile]}} {{path/to/config_file}}
설정 파일을 사용하여 참고문헌 데이터 생성:
biber {{path/to/file.bcf}} {{[-D|--debug]}}
디버깅 활성화:
latex
설명 보기 ▼
latex
LaTeX 소스 파일에서 DVI 문서를 컴파일합니다.
더 많은 정보: <https://texdoc.org/serve/tex.man1.pdf/0>.
latex {{source.tex}}
DVI 문서 컴파일:
latex -output-directory={{path/to/directory}} {{source.tex}}
출력 디렉토리를 지정하여 DVI 문서 컴파일:
latex -halt-on-error {{source.tex}}
각 오류 발생 시 종료하며 DVI 문서 컴파일:
// repository documentation
Was this content helpful?
(0 ratings)
