Guest User

Untitled

a guest
Jan 18th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.93 KB | None | 0 0
  1. lstinputlisting[language={[Sharp]C},numbers=left]{MyFile.cs}
  2.  
  3. (/usr/share/texlive/texmf-dist/tex/latex/listings/lstlang1.sty)
  4. (/home/me/MyFile.cs
  5.  
  6. ! Package inputenc Error: Unicode char �lst@FillFixed@lst@EC� (U+20B3B)
  7. (inputenc) not set up for use with LaTeX.
  8.  
  9. See the inputenc package documentation for explanation.
  10. Type H <return> for immediate help.
  11. ...
  12.  
  13. l.1 using
  14. System;
  15.  
  16. ! Package inputenc Error: Keyboard character used is undefined
  17. (inputenc) in inputencoding `utf8'.
  18.  
  19. See the inputenc package documentation for explanation.
  20. Type H <return> for immediate help.
  21. ...
  22.  
  23. l.1 using
  24. System;
  25. ```
  26.  
  27. usepackage[german]{babel}
  28. usepackage[utf8]{inputenc}
  29. usepackage[T1]{fontenc}
  30. usepackage{amsmath}
  31. usepackage{amssymb}
  32. usepackage{float}
  33. usepackage{listings}
  34. usepackage{graphicx}
Add Comment
Please, Sign In to add comment