registor / boxiesty

这是一个从 "https://github.com/latexstudio/ChenLaTeXBookTemplate" 中提取出来的基于tcolorbox宏包和minted 宏包或listings宏包排版代码的宏包。另外,结合原代码中的排版Ubuntu终端窗口的代码,我进一步完善了用于排版Ubuntu、Mac、Windows终端窗口的环境和从文件中加载终端窗口内容的排版命令。 可以用:\usepackage{boxie}加载该宏包。
15 stars 7 forks source link

can user customize the title? #4

Open Freed-Wu opened 4 years ago

Freed-Wu commented 4 years ago
  minted language=#1,
  title={代码清单\thecvcounter:~#4},%\thetcbcounter
  label = #2,

can user customize the title? Chinese text should not exist in an english paper.

Thanks!