首页 > 代码库 > Latex Error cannot determine the size of graphic 报错的解决办法
Latex Error cannot determine the size of graphic 报错的解决办法
Latex Error cannot determine the size of graphic 报错的解决办法
插入jpg文件老是会报错...
追究了半天,原来是编译的命令又问题,不应该使用
latex ./hello.tex
而应该使用
pdflatex ./hello.tex
下面是我用的测试代码。其中包含了中文字体的测试.
\documentclass{article} \usepackage{CJKutf8} \usepackage{graphicx} \begin{document} \begin{CJK}{UTF8}{gkai} 这是一个楷体中文测试,处理简体字。 \end{CJK} \begin{figure}[ht!] \centering \includegraphics[width=1.77in,height=1.75in]{/home/jasonleaster/a.jpg} \end{figure} \begin{CJK}{UTF8}{gbsn} 这是一个宋体中文测试,处理简体字。 \end{CJK} \begin{CJK}{UTF8}{bkai} 這是一個big5編碼的楷體中文測試,處理繁體文字。 \end{CJK} \begin{CJK}{UTF8}{bsmi} 這是一個个big5編碼的明體中文測試,處理繁體文字。 \end{CJK} Just say hello world! : ) \end{document}
2014年 10月摄于 南山一阶 前
Latex Error cannot determine the size of graphic 报错的解决办法
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。