소스 검색

Merge pull request #49 from henrybear327/latex/add_very_style_inline_code

Add \cpp and \sh syntax for inline code
Jim Huang 3 년 전
부모
커밋
c2196c39ac
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      lib/codeblock.tex

+ 3 - 0
lib/codeblock.tex

@@ -32,3 +32,6 @@
   breakafter=d,
   linenos
 }
+
+\newmintinline[sh]{bash}{}
+\newmintinline[cpp]{c}{}