Guest User

Untitled

a guest
Oct 20th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.50 KB | None | 0 0
  1. ! Package pgfkeys Error: I do not know the key '/tikz/"f"' and I am going to ignore it. Perhaps you misspelled it.
  2.  
  3. documentclass[
  4. oneside,openright,titlepage,numbers=noenddot,headinclude,%1headlines,
  5. %footinclude=true,
  6. cleardoublepage=empty,
  7. dottedtoc, % Make page numbers in the table of contents flushed right with dots leading to them
  8. BCOR=5mm,paper=a4,fontsize=11pt, % Binding correction, paper type and font size
  9. ngerman,american, % Languages, change this to your language(s)
  10. ]{scrreprt}
  11.  
  12. % Includes the file which contains all the document configurations and packages - make sure to edit this file
  13. input{classicthesis-config}
  14.  
  15. begin{document}
  16. begin{center}
  17. begin{tikzcd}
  18. U
  19. arrow[r,hook, "f"]
  20. & V
  21. end{tikzcd}
  22. end{center}
  23. end{document}
  24.  
  25. documentclass[
  26. oneside,openright,titlepage,numbers=noenddot,headinclude,%1headlines,
  27. %footinclude=true,
  28. cleardoublepage=empty,
  29. dottedtoc, % Make page numbers in the table of contents flushed right with dots leading to them
  30. BCOR=5mm,paper=a4,fontsize=11pt, % Binding correction, paper type and font size
  31. ngerman,american, % Languages, change this to your language(s)
  32. ]{scrreprt}
  33.  
  34. % Includes the file which contains all the document configurations and packages - make sure to edit this file
  35. input{classicthesis-config}
  36.  
  37. begin{document}
  38. begin{center}
  39. begin{tikzcd}
  40. U
  41. arrow{r}{f}
  42. & V
  43. end{tikzcd}
  44. end{center}
  45. end{document}
Add Comment
Please, Sign In to add comment