writing LaTex using Org-mode

** table
#+NAME: tab:waveTypes
#+CAPTION: wave types
| wave types | periods    |
| wind wave  |      0-15s |
| tides      |     2-24h |
As shown in Table [[tab:waveTypes ]] , 4 differrent types of wave are listed.


** hyperlink

[[https://apps.webofknowledge.com/UA_GeneralSearch_input.do?product=UA&search_mode=GeneralSearch&SID=5Bi2MuJOOv2ILD8Rlfx&preferencesSaved=][web of science]]
** citation

John  \cite{glauert1935airplane} did lab work in this field in 1980.
** figures

org-mode format

#+NAME: fig.e387geo
#+CAPTION: e387 geo
file:geo_e387.pdf
Fig. [[fig.e387geo ]] shows the geometry of e387.
** Bibliography

\bibliographystyle{BibTeXtran}  
# (uses file "BibTeXtran.bst")

\bibliography{references}
# (expects the reference in the file "references.bib")

posted @ 2019-07-07 17:10  kaiming_ai  阅读(217)  评论(0编辑  收藏  举报