Skip to content

Commit

Permalink
publication_list: add explanation on dealing with math.
Browse files Browse the repository at this point in the history
  • Loading branch information
xuhdev committed Feb 8, 2016
1 parent 1cdb6cb commit b9326f8
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions v7/publication_list/README.md
Expand Up @@ -34,6 +34,12 @@ Besides the options available above, if a publication entry has specified a
"pdf" field with a URL to a pdf file, a "pdf" link will be shown below the
publication.

If you need math support, please add the following to your `EXTRA_HEAD_DATA`
option in your `conf.py` file, then every math equation surrounded by `\(` and
`\)`, e.g., the ones in the abstracts and titles, will be rendered properly.

r'<script type="text/javascript" src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML"> </script>'

## Example

A simple example:
Expand Down

0 comments on commit b9326f8

Please sign in to comment.