Skip to content

Reference doi link compliance #6

Description

@zbrookshowe

According to the Electronic Thesis and Dissertation Checklist under Sec. 2, Fonts and Text Readability, hyperlinks must be “must be underlined, and clearly distinguishable to meet color contrast requirements.” In its BibLaTeX implementation for reference formatting, this template does not meet this requirement, as it has the code

\usepackage[hidelinks,pdfusetitle]{hyperref}

in line 33. A possible fix is to use in its place

\usepackage[colorlinks=true, allcolors=cyan, pdfusetitle, linktocpage=true, pdfborderstyle={/S/U/W 1}, allbordercolors=cyan]{hyperref}

however there is still a small bug in this implementation, in that the underline color does not match the text color of the links when this is used.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions