Guest User

Untitled

a guest
May 2nd, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.87 KB | None | 0 0
  1. documentclass[a4paper,11pt]{book}
  2. % packages
  3. usepackage[numbers]{natbib}
  4. usepackage[obeyspaces]{url}
  5. usepackage[notintoc]{nomencl}
  6. renewcommand{nomname}{List of Symbols}
  7. makenomenclature
  8. usepackage{booktabs}
  9. newcommand{tabitem}{~~llap{textbullet}~~}
  10. usepackage{blindtext} % needed for creating dummy text passages
  11. %usepackage{ngerman} % needed for German default language
  12. usepackage{amsmath} % needed for command eqref
  13. usepackage{amssymb} % needed for math fonts
  14. usepackage[
  15. colorlinks=true
  16. ,breaklinks
  17. %,ngerman
  18. ]{hyperref} % needed for creating hyperlinks in the document, the option colorlinks=true gets rid of the awful boxes, breaklinks breaks lonkg links (list of figures), and ngerman sets everything for german as default hyperlinks language
  19. usepackage[hyphenbreaks]{breakurl} % ben�tigt f�r das Brechen von URLs in Literaturreferenzen, hyphenbreaks auch bei links, die �ber eine Seite gehen (mit hyphenation).
  20. usepackage{xcolor}
  21. definecolor{c1}{rgb}{0,0,1} % blue
  22. definecolor{c2}{rgb}{0,0.3,0.9} % light blue
  23. definecolor{c3}{rgb}{0.3,0,0.9} % red blue
  24. hypersetup{
  25. linkcolor={c1}, % internal links
  26. citecolor={c2}, % citations
  27. urlcolor={c3} % external links/urls
  28. }
  29. usepackage{cite} % needed for cite
  30. %usepackage[round, authoryear]{natbib} % needed for cite and abbrvnat bibliography style
  31. usepackage[nottoc]{tocbibind} % needed for displaying bibliography and other in the table of contents
  32. usepackage{graphicx} % needed for includegraphics
  33. usepackage{longtable} % needed for long tables over pages
  34. usepackage{bigstrut} % needed for the command bigstrut
  35. usepackage{enumerate} % needed for some options in enumerate
  36. usepackage{todonotes} % needed for todos
  37. usepackage{makeidx} % needed for creating an index
  38. usepackage{subcaption}
  39. usepackage{array}
  40. makeindex
  41.  
  42. begin{document}
  43.  
  44. Someone name some man, citet{farrar2007introduction}. \ woman....citet{castillo2009unified}......asölwnd......citet{herrmann2014structural}....... SHM-Automotive..........citet{smith2007introduction}........ citet{wenzel2008health}.........
  45.  
  46. bibliographystyle{plainnat}
  47. bibliography{sample_lib}
  48.  
  49. end{document}
  50.  
  51. % This file was created with Citavi 5.2.0.8
  52.  
  53. @book{adams2007health,
  54. author = {Adams, D.},
  55. year = {2007},
  56. title = {Health Monitoring of Structural Materials and Components: Methods with Applications},
  57. publisher = {Wiley},
  58. isbn = {9780470511572}
  59. }
  60.  
  61. @book{castillo2009unified,
  62. author = {Castillo, Enrique and Fern{'a}ndez-Canteli, Alfonso.},
  63. year = {2009},
  64. title = {A unified statistical methodology for modeling fatigue damage},
  65. keywords = {Fatigue;Materials;Mathematical models},
  66. address = {Abington},
  67. publisher = {Springer},
  68. isbn = {9781402091827}
  69. }
  70.  
  71.  
  72. @article{farrar2007introduction,
  73. author = {Farrar, C. R. and Worden, K.},
  74. year = {2007},
  75. title = {An introduction to structural health monitoring},
  76. pages = {303--315},
  77. volume = {365},
  78. number = {1851},
  79. issn = {1364-503X},
  80. journal = {Philosophical Transactions of the Royal Society A: Mathematical, Physical and Engineering Sciences}
  81. }
  82.  
  83.  
  84. @incollection{herrmann2014structural,
  85. author = {Herrmann, S. and Wellnitz, J. and Jahn, S. and Leonhardt, S.},
  86. title = {Structural Health Monitoring for Carbon Fiber Resin Composite Car Body Structures},
  87. pages = {75--96},
  88. publisher = {{Springer International Publishing}},
  89. isbn = {978-3-319-01883-6},
  90. series = {Lecture Notes in Mobility},
  91. editor = {Wellnitz, J{"o}rg and Subic, Aleksandar and Trufin, Ramona},
  92. booktitle = {Sustainable Automotive Technologies 2013},
  93. year = {2014},
  94. address = {Cham},
  95. doi = {url{10.1007/978-3-319-01884-3{textunderscore }8}}
  96. }
  97.  
  98. @book{smith2007introduction,
  99. author = {Smith, J. O.},
  100. year = {2008},
  101. title = {Introduction to Digital Filters: With Audio Applications},
  102. publisher = {W3K},
  103. isbn = {9780974560717}
  104. }
  105.  
  106.  
  107. @book{wenzel2008health,
  108. author = {Wenzel, H.},
  109. year = {2008},
  110. title = {Health Monitoring of Bridges},
  111. publisher = {Wiley},
  112. isbn = {9780470740187}
  113. }
Add Comment
Please, Sign In to add comment