Skip to content

Commit

Permalink
chapter 13 needs ctexbook not ctexart @libralibra
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcarlisle committed Nov 28, 2024
1 parent 3ba303c commit fdae07e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zh-hans/lesson-13.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ LaTeX 允许我们以可控的方式分割源文件。有两个重要的命令
```latex
% !TEX program=lualatex
\documentclass{ctexart}
\documentclass{ctexbook}
\usepackage{biblatex}
\addbibresource{biblatex-examples.bib}
Expand Down

1 comment on commit fdae07e

@libralibra
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you, will update my fork now.

Please sign in to comment.