Search found 1 match

by 33coder
Thu Jun 25, 2015 2:15 am
Forum: Text Formatting
Topic: how use endnote!
Replies: 1
Views: 2462

how use endnote!

hello everyone !

I'm looking for how to use endnotes package !
I add

Code: Select all

\usepackage {endnotes}
but if I typing

Code: Select all

\documentclass[11pt]{article}
\usepackage{endnotes}

\begin{document}
cool \endnote{bla}
\end{document}
I have the index, but nothing at the end. The bla does not appear

an idea?