1
0
Эх сурвалжийг харах

Merge pull request #49 from henrybear327/latex/add_very_style_inline_code

Add \cpp and \sh syntax for inline code
Jim Huang 3 жил өмнө
parent
commit
c2196c39ac

+ 3 - 0
lib/codeblock.tex

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