You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi Prof. Boeing, thanks for sharing your wonderful template. I noticed a small problem with the .tex file that I would like to point out and offer a solution.
Description
When the setspace package is loaded after the hyperref package, it leads to the warning Unable to apply patch 'footnote' and breaks footnote hyperlinks because setspace overwrites hyperref's definition of \@footnotetext, as explained here. This issue can be resolved by loading setspace package before the hyperref package.
Steps to Preproduce
Load the setspace package after the hyperref package in the LaTeX document preamble.
Compile the document.
Observe warnings in the log and check footnote hyperlinks in the compiled PDF.
Excepted Behavior
The document should compile without warnings, and all footnote hyperlinks should work correctly.
Actual Behavior
The document compilation produces the warning Unable to apply patch 'footnote', and footnote hyperlinks always point to the beginning of the document.
Solution
Load the setspace package before the hyperref package in the LaTeX document preamble.
The text was updated successfully, but these errors were encountered:
Hi Prof. Boeing, thanks for sharing your wonderful template. I noticed a small problem with the .tex file that I would like to point out and offer a solution.
Description
When the
setspace
package is loaded after thehyperref
package, it leads to the warningUnable to apply patch 'footnote'
and breaks footnote hyperlinks becausesetspace
overwriteshyperref
's definition of\@footnotetext
, as explained here. This issue can be resolved by loadingsetspace
package before thehyperref
package.Steps to Preproduce
setspace
package after thehyperref
package in the LaTeX document preamble.Excepted Behavior
The document should compile without warnings, and all footnote hyperlinks should work correctly.
Actual Behavior
The document compilation produces the warning
Unable to apply patch 'footnote'
, and footnote hyperlinks always point to the beginning of the document.Solution
Load the
setspace
package before thehyperref
package in the LaTeX document preamble.The text was updated successfully, but these errors were encountered: