看板LaTeX
標 題[問題] 如何將 mathematica的code和圖放入lat
發信站(null) (Sat May 25 03:18:25 2013)
轉信站ptt!news.ntu!ctuews.n!news.nctu!stanfordtanford.edu!t14no660853qam.0!n
Google search "How to include Mathematica codes into LaTeX" and a list of possible solutions is provided and enjoy reading.
My possible directions are
1. Use packages -- verbatim, VerbatimInput or listings to include your original codes.
2. Mathematica has an option that can covert your 11 page of mathmatica into pdf file. Then use package "pdfpages" to include pdf pages into your LaTeX file. The command is \includepdf[options]{mypdf.pdf}.
All requires a study of the user manuals.
These are standard method to include external file.
1F:推 haharq:謝謝你的建議,pdf效果確實不錯,但要一頁頁存,操作不易; 05/31 02:01
2F:→ haharq:如果算式少,我會用pdf,比較美觀。 05/31 02:05
3F:→ haharq:網路上的方法也有查過,但都處理個別算式,大量操作不易。 05/31 02:09
4F:→ haharq:目前可能會用另存tex檔的方式,不太好看,但可行。 05/31 02:10
5F:推 haharq:真是不好意思,我一直眼殘,看錯你的意思了。 05/31 14:33
6F:推 haharq:pdfpages套件很好用,可利用頁碼,一次插入多頁pdf。 05/31 15:02
7F:→ haharq:真的是很方便,謝謝你! 05/31 15:10