Zotero 使用指南

DownLoad Page:
https://onedrive.live.com/redir?resid=5084666E7B16AA85!109&authkey=!ABHQp7yfMnLpE3Y&ithint=file%2c.pdf
documentclass[cjk]{beamer}

useoutertheme{infolines}
usepackage[english]{babel}
usepackage{amsmath,amsthm}
usepackage{amsfonts}
usepackage{CJK}
usepackage{graphicx}
% THEOREMS -------------------------------------------------------

ewtheorem{thm}{Theorem}[section]

ewtheorem{cor}[thm]{Corollary}

ewtheorem{lem}[thm]{Lemma}

ewtheorem{pr}[thm]{proof}

ewtheorem{prop}[thm]{Proposition}
	heoremstyle{definition}

ewtheorem{defn}[thm]{Definition}
	heoremstyle{remark}

ewtheorem{rem}[thm]{Remark}

ewtheorem{ks}[thm]{=Office Defintion=}

ewtheorem{bk}[thm]{=WIKI=}

ewtheorem{kb}[thm]{}
usetheme{CambridgeUS}
egin{document}
egin{CJK*}{GBK}{song}
author[Yongpeng YUE]{岳永鹏 \ yueyongpeng@outlook.com}
	itle{ZOTERO~快速使用}
institute[SWPU]{Southwest Petroleum University and  LaTeXe Beamer }
date{}
egin{frame}[plain]
	itlepage
end{frame}
%---------------------------
egin{frame}
frametitle{什么是Zotero}
egin{ks}
Zotero is the only research tool that automatically senses content in your web browser, allowing you to add it to your personal library with a single click. Whether you're searching for a preprint on arXiv.org, a journal article from JSTOR, a news story from the New York Times, or a book from your university library catalog, Zotero has you covered with support for thousands of sites.
end{ks}
egin{bk}
zotero是开源的文献管理工具,可以方便的收集,组织,引用,和共享文献的工具。由安德鲁·w·梅隆基金会,斯隆基金会以及美国博物馆和图书馆服务协会资助开发。
end{bk}
end{frame}
%---------------------------
egin{frame}{如何安装Zotero}
下载地址:href{https://www.zotero.org/download/}{Zotero Download Page}
par
两种安装方式:
egin{enumerate}
  item Firefox+Zotero for Firefox+Plugin for Word or LibreOffice
  item Zotero Standalone+Firefox/Chrome/Safari
end{enumerate}
安装成功后会在Firefox状态栏右下角显示zotero Logo
egin{figure}
  centering
  % Requires usepackage{graphicx}
  includegraphics[width=4.5in]{zotero.png}
end{figure}
和Plugin for Word图标
egin{figure}
  centering
  % Requires usepackage{graphicx}
  includegraphics{word.png}
end{figure}
end{frame}
%--------------------------------------------
egin{frame}{如何收藏文献}
文献查找
egin{enumerate}
  item 中文文献href{http://www.cnki.net/}{CNKI}
  item 英文文献href{http://scholar.google.com/ }{Google Scholar}
  item 图书文献href{http://books.google.com.hk}{Google Books}
end{enumerate}
 收藏文献在Firefox导航工具栏
egin{figure}
  centering
  % Requires usepackage{graphicx}
  includegraphics[width=4.5in]{pickup.png}
end{figure}
单击
egin{figure}
  centering
  % Requires usepackage{graphicx}
  includegraphics{book.png}
end{figure}
Book、 Journal等图标
end{frame}
%---------------------------
egin{frame}{如何在word中引用文献}
在Zotero工具栏单击Zotero Insert Citation,
在快速搜索栏中输入文献信息(篇名、作者)
egin{figure}
  centering
  % Requires usepackage{graphicx}
  includegraphics[width=4.5in]{zoteroyingyong.png}
end{figure}
在传统视图中选择要引用的文献
egin{figure}
  centering
  % Requires usepackage{graphicx}
  includegraphics[width=2.5in]{class.png}
end{figure}
end{frame}
%--------------------------------
egin{frame}{如何选择引用样式}
在Zotero工具栏中单击Zotero Set Doc Prefs
egin{figure}
  centering
  % Requires usepackage{graphicx}
  includegraphics[width=3.0in]{style.png}
end{figure}
end{frame}
%--------------------------------
egin{frame}{如何安装引用样式}
下载地址href{https://www.zotero.org/styles}{Zotero Style Repository}
egin{figure}
  centering
  % Requires usepackage{graphicx}
  includegraphics[width=4.5in]{chinese.png}
end{figure}
选择中文参考文献标准
egin{enumerate}
  item Chinese Std GB/T 7714-2005 (numeric, Chinese)
  item Chinese Std GB/T 7714-1987 (numeric, Chinese)
  item Chinese Std GB/T 7714-2005 (author-date, Chinese)
  item ... ...
end{enumerate}

end{frame}
%--------------------------------
egin{frame}{如何多台电脑分享文献}
在href{https://www.zotero.org/user/register/}{Zotero官网}注册用户名par
在Zotero首选项Zotero同步到服务器中输入用户名
egin{figure}
  centering
  % Requires usepackage{graphicx}
  includegraphics[width=2.5in]{tongbu.png}
end{figure}
end{frame}
%----------------------------------
egin{frame}{如何用Zotero生成BibTex}
egin{bk}
BibTeX是一套用于管理文献、产生文献目录的格式。 使用上通常与LaTeXe 一起使用。
end{bk}

egin{figure}
  centering
  % Requires usepackage{graphicx}
  includegraphics[width=2.5in]{bibtex.png}
end{figure}
end{frame}
%--------------------------------
egin{frame}{如何在LaTeXe 中使用BibTeX}
在文章末尾加入
egin{enumerate}
  item $ackslash$bibliography{Bib}{} \ %引用BibTex文件名
  item $ackslash$bibliographystyle{plain}\ %BibTex文献 引用样式
end{enumerate}
Bibtex 编译顺序
egin{enumerate}
  item PdfLaTeX
  item BibTex
  item PdfLaTeX
  item PdfLaTeX
end{enumerate}
end{frame}
%--------------------------------
egin{frame}{如何在LaTeXe 中使用BibTeX 续}
引用参考文献时使用$ackslash$cite{}可以自动弹出引用窗口,选择参考文献。
egin{figure}
  centering
  % Requires usepackage{graphicx}
  includegraphics[width=4.0in]{latex.png}
end{figure}
end{frame}
%-------------------------------
egin{frame}{Thank You!}
egin{center}
 yueyongpeng@outlook.com    par
 href{http://www.cnblogs.com/YUEYongpeng/}{More...	extcolor[rgb]{1,0,0}{Click Here}}
 end{center}
end{frame}
%================================
end{CJK*}
end{document}
View Code
原文地址:https://www.cnblogs.com/YUEYongpeng/p/3708247.html