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 -------------------------------------------------------
\newtheorem{thm}{Theorem}[section]
\newtheorem{cor}[thm]{Corollary}
\newtheorem{lem}[thm]{Lemma}
\newtheorem{pr}[thm]{proof}
\newtheorem{prop}[thm]{Proposition}
\theoremstyle{definition}
\newtheorem{defn}[thm]{Definition}
\theoremstyle{remark}
\newtheorem{rem}[thm]{Remark}
\newtheorem{ks}[thm]{=Office Defintion=}
\newtheorem{bk}[thm]{=WIKI=}
\newtheorem{kb}[thm]{}
\usetheme{CambridgeUS}
\begin{document}
\begin{CJK*}{GBK}{song}
\author[Yongpeng YUE]{岳永鹏 \\ yueyongpeng@outlook.com}
\title{ZOTERO~快速使用}
\institute[SWPU]{Southwest Petroleum University \and \LaTeXe Beamer }
\date{}
\begin{frame}[plain]
\titlepage
\end{frame}
%---------------------------
\begin{frame}
\frametitle{什么是Zotero}
\begin{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}
\begin{bk}
zotero是开源的文献管理工具,可以方便的收集,组织,引用,和共享文献的工具。由安德鲁·w·梅隆基金会,斯隆基金会以及美国博物馆和图书馆服务协会资助开发。
\end{bk}
\end{frame}
%---------------------------
\begin{frame}{如何安装Zotero}
下载地址:\href{https://www.zotero.org/download/}{Zotero Download Page}
\par
两种安装方式:
\begin{enumerate}
\item Firefox+Zotero for Firefox+Plugin for Word or LibreOffice
\item Zotero Standalone+Firefox/Chrome/Safari
\end{enumerate}
安装成功后会在Firefox状态栏右下角显示zotero Logo
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=4.5in]{zotero.png}
\end{figure}
和Plugin for Word图标
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics{word.png}
\end{figure}
\end{frame}
%--------------------------------------------
\begin{frame}{如何收藏文献}
文献查找
\begin{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导航工具栏
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=4.5in]{pickup.png}
\end{figure}
单击
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics{book.png}
\end{figure}
Book、 Journal等图标
\end{frame}
%---------------------------
\begin{frame}{如何在word中引用文献}
在Zotero工具栏单击Zotero Insert Citation,
在快速搜索栏中输入文献信息(篇名、作者)
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=4.5in]{zoteroyingyong.png}
\end{figure}
在传统视图中选择要引用的文献
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=2.5in]{class.png}
\end{figure}
\end{frame}
%--------------------------------
\begin{frame}{如何选择引用样式}
在Zotero工具栏中单击Zotero Set Doc Prefs
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=3.0in]{style.png}
\end{figure}
\end{frame}
%--------------------------------
\begin{frame}{如何安装引用样式}
下载地址\href{https://www.zotero.org/styles}{Zotero Style Repository}
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=4.5in]{chinese.png}
\end{figure}
选择中文参考文献标准
\begin{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}
%--------------------------------
\begin{frame}{如何多台电脑分享文献}
在\href{https://www.zotero.org/user/register/}{Zotero官网}注册用户名\par
在Zotero首选项Zotero同步到服务器中输入用户名
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=2.5in]{tongbu.png}
\end{figure}
\end{frame}
%----------------------------------
\begin{frame}{如何用Zotero生成BibTex}
\begin{bk}
BibTeX是一套用于管理文献、产生文献目录的格式。 使用上通常与\LaTeXe 一起使用。
\end{bk} \begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=2.5in]{bibtex.png}
\end{figure}
\end{frame}
%--------------------------------
\begin{frame}{如何在\LaTeXe 中使用BibTeX}
在文章末尾加入
\begin{enumerate}
\item $\backslash$bibliography{Bib}{} \\ \%引用BibTex文件名
\item $\backslash$bibliographystyle{plain}\\ \%BibTex文献 引用样式
\end{enumerate}
Bibtex 编译顺序
\begin{enumerate}
\item PdfLaTeX
\item BibTex
\item PdfLaTeX
\item PdfLaTeX
\end{enumerate}
\end{frame}
%--------------------------------
\begin{frame}{如何在\LaTeXe 中使用BibTeX 续}
引用参考文献时使用$\backslash$cite\{\}可以自动弹出引用窗口,选择参考文献。
\begin{figure}
\centering
% Requires \usepackage{graphicx}
\includegraphics[width=4.0in]{latex.png}
\end{figure}
\end{frame}
%-------------------------------
\begin{frame}{Thank You!}
\begin{center}
yueyongpeng@outlook.com \par
\href{http://www.cnblogs.com/YUEYongpeng/}{More...\textcolor[rgb]{1,0,0}{Click Here}}
\end{center}
\end{frame}
%================================
\end{CJK*}
\end{document}

Zotero 使用指南的更多相关文章

  1. 文献管理软件 Zotero 安装、配置与使用

    简介 Zotero优缺点 使用Zotero作为主力文献管理工具的原因: 软件本身完全免费并且开源,不存在盗版问题 注册后本身只包括 300M 空间同步,但支持 WebDAV 同步,例如 Dropbox ...

  2. NLP新手入门指南|北大-TANGENT

    开源的学习资源:<NLP 新手入门指南>,项目作者为北京大学 TANGENT 实验室成员. 该指南主要提供了 NLP 学习入门引导.常见任务的开发实现.各大技术教程与文献的相关推荐等内容, ...

  3. JavaScript权威指南 - 函数

    函数本身就是一段JavaScript代码,定义一次但可能被调用任意次.如果函数挂载在一个对象上,作为对象的一个属性,通常这种函数被称作对象的方法.用于初始化一个新创建的对象的函数被称作构造函数. 相对 ...

  4. UE4新手之编程指南

    虚幻引擎4为程序员提供了两套工具集,可共同使用来加速开发的工作流程. 新的游戏类.Slate和Canvas用户接口元素以及编辑器功能可以使用C++语言来编写,并且在使用Visual Studio 或 ...

  5. JavaScript权威指南 - 对象

    JavaScript对象可以看作是属性的无序集合,每个属性就是一个键值对,可增可删. JavaScript中的所有事物都是对象:字符串.数字.数组.日期,等等. JavaScript对象除了可以保持自 ...

  6. JavaScript权威指南 - 数组

    JavaScript数组是一种特殊类型的对象. JavaScript数组元素可以为任意类型,最大容纳232-1个元素. JavaScript数组是动态的,有新元素添加时,自动更新length属性. J ...

  7. const extern static 终极指南

    const extern static 终极指南 不管是从事哪种语言的开发工作,const extern static 这三个关键字的用法和原理都是我们必须明白的.本文将对此做出非常详细的讲解. co ...

  8. Atitit.研发管理软件公司的软资产列表指南

    Atitit.研发管理软件公司的软资产列表指南 1. Isv模型下的软资产1 2. 实现层面implet1 3. 规范spec层1 4. 法则定律等val层的总结2 1. Isv模型下的软资产 Sof ...

  9. HA 高可用软件系统保养指南

    又过了一年 618,六月是公司一年一度的大促月,一般提前一个月各系统就会减少需求和功能的开发,转而更多去关注系统可用性.稳定性和管控性等方面的非功能需求.大促前的准备工作一般叫作「备战」,可以把线上运 ...

随机推荐

  1. javascript之聊天室(单机)来自于冷的锋刃

    <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8&quo ...

  2. 折半查找(java)(边学习边更新)

    ---恢复内容开始--- class ArrayTest3 { public static void main(String[] args) { //int [] arr=new int[]{54,4 ...

  3. [DataBase] MongoDB (8) 副本集

    MongoDB  创建副本集 MongoDB复制是将数据同步在多个服务器的过程. 复制提供了数据的冗余备份,并在多个服务器上存储数据副本,提高了数据的可用性, 并可以保证数据的安全性. 复制还允许您从 ...

  4. [Machine-Learning] 熟悉 Matlab 中的 map

    概述 map 的意思是映射,即将一个变量映射到另一个变量. 比如将一个字符串映射为一个数值,那个字符串就是map 的键值(key),数值就是map的数据(value). 由此可以把map理解为一个哈希 ...

  5. 解决对含有第三方jar包的项目打包出现java.lang.NoClassDefFoundError问题

    用eclipse普通的打包方式,对含有第三方jar包的项目进行打包.调用方法后一只出现java.lang.NoClassDefFoundError问题. 从网上搜寻,很多都是在MANIFEST.MF文 ...

  6. Linux下查看/管理当前登录用户及用户操作历史记录

    转载自: http://www.cnblogs.com/gaojun/archive/2013/10/24/3385885.html 一.查看及管理当前登录用户 1.使用w命令查看登录用户正在使用的进 ...

  7. BirdError

    //#include<curses.h> #include<stdlib.h> #include<signal.h> #include<time.h> ...

  8. 点餐系统Sprint1总结

    经过第一个阶段的冲刺,大家基本上都熟悉自己要做什么,并且把界面做了出来.通过这个阶段的冲刺,大家都学到了很多东西,团队更加默契,遇到不懂的都会提出来一起解决. 团队贡献分 148彭宏亮 20 150张 ...

  9. 利用反卷积神经网络可视化CNN

    http://blog.csdn.net/hjimce/article/details/51762046 http://arxiv.org/pdf/1311.2901.pdf Visualizing ...

  10. 【解决方法】magento paypal快速结账 不跳转

    magento paypal Express Checkout(快速结账) 页面不跳转到Paypal的解放方法 我使用的magento 1.9.0.1 版本的,Paypal 快速结账都已经设置完毕,但 ...