Skip to content

rawhtml #19

@DanGrayson

Description

@DanGrayson

Html tags inside rawhtml sections in *_bib.html files should be displayed in quoted form, or else the validator complains. E.g., change

  abstract = {
	      \begin{rawhtml}
	      <p>
		    In this paper we consider the class of l-bijective C-systems, i.e., C-systems for which the length function is a bijection. The main result of the paper is a construction of an isomorphism between two categories - the category of l-bijective C-systems and the category of Lawvere theories.
	      </p>
	      \end{rawhtml}

to

  abstract = {
	      \begin{rawhtml}
	      &lt;p>
		    In this paper we consider the class of l-bijective C-systems, i.e., C-systems for which the length function is a bijection. The main result of the paper is a construction of an isomorphism between two categories - the category of l-bijective C-systems and the category of Lawvere theories.
	      &lt;/p>
	      \end{rawhtml}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions