I am using the acro package to print my list of acronyms in my table of contents. However, I also want to link the words in the content when I use \ac to the respective acronym in the list. How could I do it? I do not want the page number in the list though. Here are my codes:
Code: Select all
Code, edit and compile here:
\documentclass[12pt,twoside]{report}\usepackage{acro,hyperref}\usepackage[utf8]{inputenc}\usepackage{dcolumn} %% Chapter 2, format D{}{}{}\usepackage[T1]{fontenc}\usepackage[english]{babel}\DeclareUnicodeCharacter{2061}{}\usepackage[nottoc,notlot,notlof]{tocbibind}\acsetup{make-links=true}\acsetup{list/display=all}%Adding my tex file with my list of acronyms\DeclareAcronym{NOC}{class = A,long=National Oil Company,short={NOC}}\DeclareAcronym{PDVSA}{class = A,long=Petróleos de Venezuela Sociedad Anónima,short=PDVSA}\DeclareAcronym{YPFB}{class = A,long=Yacimientos Petrolíferos Fiscales Bolivanos,short={YPFB}}