Universe
Create project in app

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.0" as ucpc

#show: ucpc.ucpc.with(
  title: "Contest Name",
  authors: ("Contest Authors", ),
)

Requirements

Fonts

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

Requirements: just, typst-test

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.