我刚刚从纺织品商店到纺织机械。但是Mac OS X
,现在我想从R
文档中插入的 pdf 格式的图在输出中缺少字体 pdflatex
。以前使用 Texshop 时效果很好,但我需要 Texmaker 。Jpeg 格式的质量很差。问题是什么?
最小的工作示例是:
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[english]{babel}
\usepackage{amsmath}
\usepackage{amsfonts}
\usepackage[hidelinks]{hyperref}
\usepackage{amssymb}
\usepackage{graphicx}
\usepackage{array}
\usepackage{rotating}
\usepackage{verbatim}
\usepackage[flushleft]{threeparttable}
\usepackage{booktabs}
\usepackage{tikz}
\usepackage{breqn}
\usepackage{mathstyle}
\usepackage{flexisym}
\usepackage{float}
\usepackage{pdfpages}
\usepackage[sort,comma,numbers,authoryear]{natbib}
\usepackage[onehalfspacing]{setspace}
\setlength{\parindent}{0pt}
\begin{document}
\begin{figure}[h!]
\centering
\includegraphics[scale=0.7]{ael}
\caption{\label{fig:your-figure}Simulated distribution of $\alpha$}
\end{figure}
\end{document}
我附加了一张显示没有字体的情节的图像。
这就是它在 pdf 中的样子。