Merge pull request #49 from henrybear327/latex/add_very_style_inline_code

Add \cpp and \sh syntax for inline code
This commit is contained in:
Jim Huang 2021-08-09 19:20:35 +08:00 committed by GitHub
commit c2196c39ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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