How do I emit the text content of a reference in LaTeX?

前端 未结 3 944
我在风中等你
我在风中等你 2021-01-06 04:38

I have a section:

\\section{Introduction} \\label{sec:introduction}

I\'d like a link to the section where the link text is the name of the

3条回答
  •  死守一世寂寞
    2021-01-06 04:41

    You could try using

    • \newsavebox
    • \savebox
    • \usebox

    which won't save you any typeing but will give you a single authoritative source for each title


    And you might search ctan.org, I suspect this has been done already.

提交回复
热议问题