Advertisement
Guest User

Untitled

a guest
Mar 25th, 2017
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.75 KB | None | 0 0
  1. % Encoding: UTF-8
  2.  
  3. @Unpublished{andrew,
  4. Title = {Quadcopter Dynamics and Simulation},
  5. Author = {Andrew Gibiansky},
  6.  
  7. Month = nov,
  8. Year = {2012},
  9.  
  10. Url = {http://andrew.gibiansky.com/downloads/pdf/Quadcopter%20Dynamics,%20Simulation,%20and%20Control.pdf}
  11. }
  12.  
  13. %some more sources ...
  14.  
  15.  
  16. @Article{trawny2005indirect,
  17. author = {Trawny, Nikolas and Roumeliotis, Stergios I},
  18. title = {Indirect Kalman filter for 3D attitude estimation},
  19. journal = {University of Minnesota, Dept. of Comp. Sci. & Eng., Tech. Rep},
  20. year = {2005},
  21. volume = {2},
  22. pages = {2005},
  23. }
  24.  
  25. @Comment{jabref-meta: databaseType:bibtex;}
  26.  
  27. documentclass[a4paper]{scrartcl}
  28.  
  29. usepackage{float}
  30. usepackage[utf8]{inputenc}
  31. usepackage[ngerman]{babel}
  32. usepackage{amsmath}
  33. usepackage{amsfonts}
  34. usepackage{amssymb}
  35. usepackage{bibtopic}
  36. usepackage{hyperref}
  37. usepackage{graphicx}
  38. usepackage[T1]{fontenc}
  39. usepackage{lmodern}
  40. usepackage{listings}
  41. %usepackage{mcode}
  42. usepackage{tikz}
  43. usepackage{bibgerm}
  44. usetikzlibrary{shapes,arrows}
  45.  
  46. usepackage{courier}
  47. usepackage{color}
  48. usepackage{listings}
  49.  
  50. definecolor{dkgreen}{rgb}{0,0.6,0}
  51. definecolor{gray}{rgb}{0.5,0.5,0.5}
  52.  
  53. numberwithin{equation}{section}
  54.  
  55. title{my title}
  56. author{me}
  57. begin{document}
  58.  
  59. newpage
  60.  
  61. bibliographystyle{plain}
  62. bibliography{literatur}
  63.  
  64. end{document}
  65.  
  66. Package bibtopic Warning: Ignoring `bibliography' command
  67. (bibtopic) (not compatible with bibtopic.sty) on input line 1847
  68.  
  69. This is BibTeX, Version 0.99d (MiKTeX 2.9.6100 64-bit) The top-level auxiliary file: QuadrocopterBA.aux The style file: plain.bst I found no bibdata command---while reading file QuadrocopterBA.aux Warning--I didn't find a database entry for "euleranglepic"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement