我的工程论文有问题,因为我必须将我的 latex 项目以 UTF-8 格式保存在 pdf 中。一切都很好,直到我将一些文本从 pdf 复制到另一个文本编辑器(例如记事本)。然后我在波兰字母的位置出现了一些奇怪的符号。我必须更改它,因为需要通过反剽窃系统检查我的论文。
\documentclass[12pt,a4paper,twoside]{article}
\usepackage{textcomp}
\usepackage[T1]{polski}
\usepackage[utf8]{inputenc}
\usepackage{graphicx}
\usepackage{geometry}
\usepackage{hyperref}
\newgeometry{tmargin=2cm, bmargin=2cm, lmargin=1.5cm, rmargin=1.5cm}
\geometry{bindingoffset=2cm}
\usepackage{makecell,interfaces-makecell}
\usepackage[font=small,skip=15pt]{caption}
\usepackage{indentfirst}
\linespread{1.3}
\usepackage{float}
\floatstyle{plaintop}
\restylefloat{table}
\usepackage{url}
\makeatletter
\g@addto@macro{\UrlBreaks}{\UrlOrds}
\makeatother
\usepackage{chngcntr}
\counterwithin{figure}{section}
\counterwithin{table}{section}
\counterwithin{equation}{section}
\usepackage{tabularx}
\usepackage{multirow}
\usepackage{adjustbox}
\usepackage[table,xcdraw]{xcolor}
\usepackage{subfig}
\usepackage{array}
\usepackage{pdflscape}
\usepackage{abstract}
\renewcommand{\abstractname}{}
\renewcommand{\absnamepos}{empty}
\begin{document}
ąęćżź...
\end{document}
答案1
尝试加载cmap
包:
\usepackage{cmap}
正如文档中所写,它是一个包,“使 pdflatex 生成的 PDF 文件在 Acrobat Reader 和其他兼容的 PDF 查看器中“可搜索和复制”。