ucpc-solutions is the template for solutions editorial of algorithm contests, used widely in the “Baekjoon Online Judge” users community in Korea.
The original version of ucpc-solution is written in LaTeX(ucpcc/2020-solutions-theme), and this is the port of LaTeX ver. This contains content-generating utils for making solutions editorial and “solved.ac” difficulty expression presets, a rating system for Baekjoon Online Judge’s problems.
Getting Started
#import "@preview/ucpc-solutions:0.1.1" as ucpc
#show: ucpc.ucpc.with(
title: "Code Race \nArena #3",
authors: ("Code Race Arena #3 TF", ),
)
Requirements
Fonts
- Inter
- (optional) Gothic A1
- (optional) Pretendard
Examples
See /examples
.
You can also see other usecase using the original LaTeX theme. See the (KR) “Theme Usage Examples(테마 사용 예)” section in the origin repository’s README.
For Contributing
Recompile Refs for Testing
just update-test
Run Test
just test
-
Special Thanks: @kiwiyou - about technical issue
-
Since this ported version has been re-implemented only for appearance, this repository does not include the source code of any distribution or variant of ucpc-solutions.