All about life
網頁
(移至...)
首頁
Principle and Practice
Skill
Tool
About Me
▼
2013年7月31日 星期三
[Latex] embed fonts into PDF file
若欲在 texmaker中產生內嵌字型的 pdf檔
在快速編譯中, 選擇 latex+dvips+ps2pdf+瀏覽PDF
在 ps2pdf中, 加入如下所示的 options
"/usr/local/bin/ps2pdf" -dMaxSubsetPct=100 -dSubsetFonts=true -dEmbedAllFonts=true -dPDFSETTINGS=/printer -dCompatibilityLevel=1.4 %.ps
2013年7月4日 星期四
[Programming] 保持乾淨的標頭檔
不該無謂的 include 一堆東西, 容易造成名稱衝突
不要在 header file中使用 using namespace
‹
›
首頁
查看網路版