博士论文里想放一些源代码,学校有没有格式要求? #740
-
我有些mathematica的代码想放在博士论文的附录里,但是学校的 word 模板里或者 thuthesis 的手册里都没有提到代码环境,有没有什么可以参考的规范或者格式要求? |
Beta Was this translation helpful? Give feedback.
Answered by
Harry-Chen
Mar 16, 2022
Replies: 3 comments 2 replies
-
没说什么语言,基本都是从ctan下载文档,照着文档处理一下就出来了。现在我建议用mcode.sty,matlab给的一个代码包。
…On Wed, Mar 16, 2022 at 10:43 AM YanQH-Gausoul ***@***.***> wrote:
我有些mathematica的代码想放在博士论文的附录里,但是学校的 word 模板里或者 thuthesis
的手册里都没有提到代码环境,有没有什么可以参考的规范或者格式要求?
手册里有提到 minted 宏包,但是用起来好像比较麻烦。 listings 宏包简单一些,但是没找到任何规范可以参考。
—
Reply to this email directly, view it on GitHub
<#740>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AD66RNLFLH7QQS7QSTAFNC3VAFDDFANCNFSM5Q2QQJCA>
.
Triage notifications on the go with GitHub Mobile for iOS
<https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675>
or Android
<https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub>.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
--
祝好!
赵国亮
========================================================
通信地址:1. 呼和浩特 大学西路235号 内蒙古大学 卓越楼913
PHONE:18604604983
E-Mail : ***@***.******@***.***
========================================================
|
Beta Was this translation helpful? Give feedback.
0 replies
-
|
Beta Was this translation helpful? Give feedback.
2 replies
Answer selected by
Harry-Chen
-
https://blog.csdn.net/Stool_Monster/article/details/107610030 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
minted
比较现代,支持的语言更多,功能更丰富,使用也没有显著比lstlisting
更麻烦。