Created
April 29, 2022 02:59
-
-
Save qtnez/749bff9d1cef673e36ebbb4c79e42a05 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
\documentclass{article} | |
\makeatletter | |
\g@addto@macro\bfseries{\boldmath} | |
\makeatother | |
\usepackage[pdfstartview={FitH}, | |
pdfencoding={auto}, | |
bookmarksopen={true}]{hyperref} | |
\begin{document} | |
\title{\bf This is $a+b=\alpha+\beta$ article title} | |
\author{Test $a+b=\alpha+\beta$} | |
\maketitle | |
\tableofcontents | |
\section{Bold math test \texorpdfstring{$a+b=\alpha+\beta$}{a+b=α +β }} | |
\end{document} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment