저널 및 컨퍼런스 수업

Typst 회의 보고서(2단)

IEEE 스타일 절차를 모델로 한 Typst의 2단 컨퍼런스 논문 레이아웃입니다.

TypstCC0-1.0저널 및 컨퍼런스
카탈로그에서 보기
Typst 회의 보고서(2단) 템플릿의 컴파일된 첫 페이지
main.typ
#set document(title: "A Working Title", author: ("First Author",))
#set page(paper: "us-letter", margin: (x: 0.75in, y: 1in))
#set text(size: 10pt)
#set heading(numbering: "I.A.1.")
#set par(justify: true)

#align(center)[
  #text(size: 16pt, weight: "bold")[A Working Title for a Conference Paper]

  First Author and Second Author

  #text(size: 9pt)[Example University, City, Country]
]
#v(1em)

#show: rest => columns(2, gutter: 0.3in, rest)

*Abstract - * Replace with the abstract: problem, approach, evaluation, and
the headline result.

= Introduction
Motivate the problem and list the contributions.

= Method
Display math works across the column:
$ h_t = sigma(W x_t + U h_(t-1) + b) $

= Evaluation
Describe the setup and report results.

= Conclusion
Summarize the contribution.

앱에서: 새 프로젝트 갤러리를 열고 "템플릿 더 받기"에서 저널 및 컨퍼런스 수업 팩을(를) 설치하면 실시간 미리보기와 원클릭 생성이 됩니다. 컴파일은 번들 엔진으로 로컬 실행됩니다.

모든 템플릿