Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

Latest commit

 

History

History
18 lines (15 loc) · 1.04 KB

README.md

File metadata and controls

18 lines (15 loc) · 1.04 KB

KUPC 2023 Editorial

2023 건국대학교 프로그래밍 경진대회의 에디토리얼입니다. Typst로 작성되었습니다. 에디토리얼은 이곳에서 확인하실 수 있습니다.

Environment

로컬 환경에서 작업하는 것을 추천합니다. 개인적으로 사용한 툴은 아래와 같습니다.

How to edit typst script

git clone https://github.com/donghoony/KUPC-2023 
git submodule update --init --recursive 

main.typ에서 Command palette를 연 뒤 (Ctrl + Shift + P in windows), Typst Preview: Preview Current File을 선택하면 미리보기가 활성화됩니다. PDF 미리보기에서 문자 등을 클릭하면 해당 부분으로 편집할 수 있도록 이동합니다.