Advertisement
Guest User

Untitled

a guest
May 25th, 2018
83
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Latex 0.31 KB | None | 0 0
  1. \documentclass{IEEEtran}
  2. \usepackage[T1]{fontenc}
  3. \usepackage{pgfplots}
  4. \pgfplotsset{compat=newest}
  5.  
  6. \begin{document}
  7.  
  8. \begin{figure}[htbp]
  9.     \input{Working.tex}
  10.     \caption{<-> Arrow in Annotation}
  11. \end{figure}
  12.  
  13. \begin{figure}[htbp]
  14.     \input{NotWorking.tex}
  15.     \caption{<|-|>}
  16. \end{figure}
  17.  
  18. \end{document}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement