سلام
مشکل بسته با بووکمارکها در TeX هست، وقتی در عنوان به این موارد خطا میدهد.
نوشتن بهصورت زیر:
\section{Calculation of \texorpdfstring{$\boldsymbol{L}^1$}{$L^1$}}
آکولاد اولی دستور برای TeX
آکولاد دومی برای بووکمارک در Pdf
فایل:
\documentclass{article}
\usepackage{amsmath}
\usepackage{xcolor}
\usepackage{pdfcomment}
\begin{document}
\section{Calculation of $L^1$} % without error
\pdfmarkupcomment[markup=Squiggly,color=green]{text}{note}
٪\section{Calculation of $\boldsymbol{L}^1$} % error
\section{Calculation of \texorpdfstring{$\boldsymbol{L}^1$}{$L^1$}}
\end{document}
خروجی:
راه دوم:
نوشتن بهصورت:
\section[in text]{in toc, ...}
فایل:
\documentclass{article}
\usepackage{amsmath}
\usepackage{amssymb}
\usepackage{xcolor}
\usepackage{pdfcomment}
\begin{document}
\section{Calculation of $L^1$} % without error
\pdfmarkupcomment[markup=Squiggly,color=green]{text}{note}
\section[{\textit{\textbf{L}}\textsuperscript{1}}]{Calculation of $\boldsymbol{L}^1$}
\end{document}
خروجی:
اما روش اول رو من خودم بیشتر ترجیح میدم.
روش دوم کمی دست ادمود در بعضی فرمولها میبنده ولی بعضی جاها بهتره ولی کم.
موفقتر باشین