Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
TomBener committed Oct 19, 2024
1 parent cb90645 commit 22844cb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Write Chinese Academic Papers with Quarto
# Writing Chinese Academic Papers with Quarto

[![Publish](https://github.com/TomBener/quarto-cn-tools/actions/workflows/quarto-publish.yml/badge.svg)](https://github.com/TomBener/quarto-cn-tools/actions/workflows/quarto-publish.yml)

Expand Down Expand Up @@ -47,10 +47,10 @@ This project uses a Makefile to manage the build process. Here are the available
- `make citebib`: Extract all bibliographies cited as BibLaTeX file `citebib.bib`.
- `make clean`: Remove auxiliary and output files.

## File Structure
## Tools

- [confetti](_extensions/confetti/): Send some 🎊 in Reveal.js slides.
- [ignore-softbreaks](_extensions/ignore-softbreaks/): Emulate Pandoc's extension `east_asian_line_breaks` in Quarto.
- [ignore-softbreaks](_extensions/ignore-softbreaks/): Emulate Pandocs extension `east_asian_line_breaks` in Quarto.
- [latex-quotes](_extensions/latex-quotes/): Replaces Straight quotes with German quotes for intermediate in LaTeX output, and specific processing for headers to avoid issues in PDF bookmarks.
- [links-to-citations](_extensions/links-to-citations/): Remove local links but keep the link text as normal citations.
- [remove-spaces](_extensions/remove-spaces/): Remove spaces before or after Chinese characters in DOCX.
Expand Down
2 changes: 1 addition & 1 deletion contents/2-localize-cnbib.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Pandoc 使用 CSL([Citation Style Language](https://citationstyles.org/))来格式化参考文献信息,
然而 CSL 不支持多语言的参考文献格式化,例如在 Pandoc 中将语言设置为 `en-US` 时,
所以文献的本地化字符都会被转换为英文,例如 `et al.``vol.``ed.` 等。
所有文献的本地化字符都会被转换为英文,例如 `et al.``vol.``ed.` 等。

本项目使用 Lua filter `localiz-cnbib.lua` 来解决这个问题。

Expand Down

0 comments on commit 22844cb

Please sign in to comment.