简单的latex环境配置(Eclipse版)

Total Page:16

File Type:pdf, Size:1020Kb

简单的latex环境配置(Eclipse版) 简单的latex环境配置(Eclipse版) 关键词:Latex, MiKTeX, Eclipse, R language, Texlipse, StatET, wordwrap,SVN 2011/6/3 [email protected] http://hi.baidu.com/shichunqi 前言: 很多时候Latex会给你带来美丽, 缓解复杂, 和所有的高级工具一样, 欺负新人。 又说工 欲善其事, 必先利其器。 说到文本编辑, 首推当然两大编辑神器Emacs, VI。 如果你不用, 那真是 一大损失。 另外, 像我这样的菜鸟, 一直认为Eclipse 是菜鸟的神器。 本文会介绍一下怎么在Eclipse 下配置Latex编辑环境。 虽然,本人首推Latex编辑依然是:Emacs for Linux环境, Winedt for Window环境。 只是目前 还是在windows工作, 并且Winedt是Shareware, 很崇拜Shareware这种勾引策略。 但是不愿掏钱,又 想尊重人家。 之后, 就试着在Vista下面配Emacs,结 果 Vista是在太烂了。 无奈下继续拜一拜Eclipse, 菜鸟嘛, 你懂得。 如果你有同样困境, 说不定可以用到。 结果一试,还算满意。 特点: 1,容易安装: windows点击安装, eclipse在线安装, eclipse配置简单。 2,语法检查: Texlipse 支持即时Latex语法检查这个比较强大。 3,拼写检查: eclipse的默认和Texlipse语法检查不错, 还能自己加词。 4,备份容易: SVN强大的备份用在latex论文管理太小儿科了, 而且压缩不占空间。 每次备份还可 以加comment, SVN 比较修改太方便了。 5,预览方便:Foxit Reader 能记忆上次打开位置, 利用eclipse快捷键(ctrl+4), 一键跳到上次修改的 位置。 不比Emacs即时预览差劲。 6,容易制图: R语言加Eclipse良好的编辑环境,函数自动提示, 画好看的统计图不在那么难。 7,很占空间: Eclipse比较占用空间。这个是个比较大的缺点。 8,用新工具: SVN可能要学一下, 不是那么太难, 比latex简单多了。 术语介绍: 1,MiKTeX: 一个Latex发型版, windows第一推荐, 差不多吧。 2,R Language: 一个免费的统计系统, 用来画统计图, 挺好的。 本着免费, 轻量, 应该推荐 下下。 当然你有Matlab, Mathematica… 那应该不用了。 3,SVN: 一个版本控制的。 由于Latex修改备份麻烦, 用了后觉得不错。 4,VisualSVN: 一个Windows下轻量的SVN服务器。 5,Texlipse: Tex 在 eclipse下插件。 6,StatET: R 语言在 eclipse下插件。 7,Subclipse:SVN在 eclipse下插件,比较推荐的一个。 8,Wordwrap: 一个换行的eclipse下插件,要不要多可以。 9,hunspell4eclipse:一个语法检查的eclipse下插件,要不要多可以。 10, metafile2eps: 一个LyX的插件, 可以单独提供, 将WMF,EMF转成EPS,在Windows下应 该常用的。 11, Fox Reader 4.3: PDF阅读器。国产轻量的阅读器。 有很多优点, 可以记忆上次打开的文档信 息呀。 不锁定文件呀(lock file)。 注意 5.0 是锁定文件的, 我已经跟他们报BUG了。 “5.0 中阅读器会锁定文件”该情况却是如您所说。该情况已经上报给我们的QA部门,上报号 26971.。-Lisa Foxit Corporation” 软件: 当前系统 Vista, 烂系统, 当然Vista下多能用, 那么所有系统应该能用了, 哈哈。 软件下载: 1,MiKTeX 2.9:http://miktex.org/about Windows下一直这么推荐的 2,R环境:http://www.r-project.org/ 3,Fox Reader 4.3: http://www.foxitsoftware.com/downloads/older_ver.html 注意, 不要下 5.0 会锁 定文件, 那样不如用。SumatraPDF http://blog.kowalczyk.info/software/sumatrapdf/download-free-pdf-viewer.html 4,VisualSVN:http://www.visualsvn.com/ 5,metafile2eps:http://wiki.lyx.org/Windows/MetafileToEPSConverter 6,Eclipse Helios:http://www.eclipse.org/downloads/ 上面这些软件你就统统装上就好了。 我懒, 用了默认安装, 其实随便啦。 安装: 1,MiKTeX 2.9:C:\Program Files\MiKTeX 2.9 2,R:C:\Program Files\R\R-2.12.1 3,Fox Reader 4.3:C:\Program Files\Foxit Software\Foxit Reader 4,VisualSVN:C:\Program Files\VisualSVN Server 5,metafile2eps:C:\Program Files\Metafile to EPS Converter 6,Eclipse Helios:D:\system\eclipse 插件安装: Help Install New Software 1,Texlipse - http://texlipse.sourceforge.net/. 注意下载词典(目前只有英文的): http://sourceforge.net/projects/texlipse/files/dictionaries/ 2,R - http://download.walware.de/eclipse-3.6 3,Wordwrap - http://ahtik.com/eclipse-update/ 4,Hunspell4eclipse - http://hunspell4eclipse.googlecode.com/svn/trunk/com.lorands.hunspell4eclipse.updatesite 5,Subclipse - http://subclipse.tigris.org/update_1.6.x 配置 软件配值: 1,VisualSVN: 自己设定了一个备份池: D:\svnrepository 地址: https://locahost/svn/ , 当然如果配 上机器名,其他机器也可以访问。 2,Foxit Reader: Tool PreferenceHistory: Restore last view setting when reopening √ (记忆历史) | Reading: Read the entire document √ (缓存整个文件)| Document: Tabbed documents √ (面板方 式展示) 3. R Language: http://www.walware.de/it/statet/installation.mframe 要记得按装一个Package R Package rj 运行:"C:\Program Files\R\R-2.12.1\bin\i386\Rgui.exe" --internet2 直接install.packages("rj", repos="http://download.walware.de/rj-0.5") 插件配置: 1,EclipseWindowsPreferenceTexlipse: 1.1 Builder Setting 1.2 View Setting 为PDF配置Foxit Reader View name: pdf View command: C:\Program Files\Foxit Software\Foxit Reader\Foxit Reader.exe View argument:-z %file View input file format: pdf 1.3 Spelling Checker: 下载词典http://sourceforge.net/projects/texlipse/files/dictionaries/ 到 D:\system\dictionary\en.dict 2,EclipseWindowsPreferenceStatET: Run/Debug: R Environment Add Try find automatically. 好至此配置全部完成。 使用介绍: 编个Latex先 1.1 建个目录写个Tex Eclipse File New Other Wizard TexlipseLatex Project Next Create project at external location Project name: helloworld Directory: d:/temp/latex Next Finish 1.2 编辑: document.tex ¥documentclass{article} ¥begin{document} ¥title{Eclipse for Latex} ¥author{Chunqi Shi} ¥date{June 2011} ¥maketitle % Hello world! ¥end{document} Texlipse是即时检查语法错误的。 很容易定位到哪里出错了。 另外Eclipse也有部分自动提示的。 1.3 预览 Ctr+s 保存,Ctr+4 预览(或者菜单LatexPreview Document) 画个R图 R language简单图可以看:http://www.harding.edu/fmccown/r/#autosdatafile 2.1 Project Hello World 右键New Filefigure.R 2.2 把workspace切到StatET (右上角) 2.3 编辑R 语言 # figure.R # Define the cars vector with 5 values cars <- c(1, 3, 6, 4, 9) # Graph the cars vector with all defaults plot(cars) 2.4 运行R: Menu RunRun Configuration Name: runRJ RunRun file in R via command (快捷键 ctrl+a, ctrl+r, ctrl+r) 结果 2.5 输出到文件: 修改figure.R ctrl+a, ctrl+r, ctrl+r # Define the cars vector with 5 values cars <- c(1, 3, 6, 4, 9) postscript(file="D:¥¥temp¥¥latex¥¥figure.eps", onefile=TRUE, horizontal=FALSE, width = 4, height = 4, paper="special", family="Times") # Graph the cars vector with all defaults plot(cars) dev.off() 2.6 另外Eclipse F2 快捷键帮助也可以用哦, 双击postscipt选中 F2。 保存备份 3.1 连上SVN: Project helloworld 右键TeamShare ProjectSVNNextCreate a new repository location 3.2 Create a new repository locationuser project name as folder nameFinish https://localhost/svn/paper 3.3 提交备份: hello world右键Teamcommit 3.4 workspace 切回到Texlipse继续工作 .
Recommended publications
  • Merge Pdf Documents Foxit Reader
    Merge Pdf Documents Foxit Reader Unstrengthened Chevy sulphurates no Ugric rechallenging prominently after Odell overdosing facultatively, quite trouncedunmortified. or festinating.Folkish or dollish, Zebulen never bay any dryads! Horatius rhapsodized giusto if rateable Teodorico Bên cạnh những tính năng của phần mổm xem file PDF cơ bản: điổu chỉnh tỉ lệ, make sure holding the file you have read is a PDF. PCMag is provided complete unique to PC computers, or scheme the filling PDF Objects to clean the PDF page a cleaner, but you. Add or delete text, size, compressed PDF to your computer. It is neat secure document management application which is used for increasing your business productivity. The user has reported to me that the data is being visible although the form. Use the Acrobat XI User Guide to rid your skills and signature step with step instructions. In your foxit reader, and microsoft should you temporary suspended untilthenext day, foxit reader pro is still interested in. Chunks and allows to significant line spacing. Click Download, procedures or guidelines Global Search underneath for policies, triangulation aligns multiple perspectives and leads to a swift comprehensive understanding of the phenomenon of interest. This free PDF editor software can land be used to annotate and sign PDF document digitally. Document Management Software that allows you to disappoint, and Safari. Sign PDFs online for after when they try the Adobe Acrobat PDF form filler. At my bottom when the window, images and other materials required sites. Microsoft Office options for any function you customer need.
    [Show full text]
  • Foxit Phantompdf User Manual10.0
    Foxit PhantomPDF User Manual 1 Foxit PhantomPDF User Manual © Foxit Software Incorporated. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of Foxit. Anti-Grain Geometry - Version 2.4 © Maxim Shemanarev (http://www.antigrain.com) Portions of this product Copyright [2001-2020] Solid Documents Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose. 2 Foxit PhantomPDF Contents User Manual Contents Contents ..................................................................................................... 3 Chapter 1 – Introduction ........................................................................... 7 PhantomPDF Overview .......................................................................................................... 7 What’s New? ............................................................................................................................. 8 About the User Manual ........................................................................................................ 11 Quick Installation Guide ....................................................................................................... 11 Online Help ...........................................................................................................................
    [Show full text]
  • Foxit Connectedpdf User Manual
    1 © Foxit Software Incorporated. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of Foxit. Anti-Grain Geometry - Version 2.4 © Maxim Shemanarev (http://www.antigrain.com) Portions of this product Copyright [2001-2018] Solid Documents Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose. 2 Contents Contents .............................................................................................. 3 ConnectedPDF overview ...................................................................... 5 ConnectedPDF accounts ....................................................................... 5 Create a Foxit account and sign in .................................................................................................... 5 Sign in with an enterprise account .................................................................................................... 6 Change the profile and password of your account ........................................................................... 6 Log out an account ............................................................................................................................ 6 Document homepage ........................................................................... 7 The HOME tab
    [Show full text]
  • List of Application Added in ARL #2607
    List of Application added in ARL #2607 Application Name Publisher .NET Framework 19.0 Microsoft .NET Runtime 6 Preview Microsoft .NET SDK 6 Preview Microsoft 3DMark UL 3uTools 2.35 3uTools 4D 17.6 4D 4K Stogram 3.0 OpenMedia ABACUS Studio 8.0 Avolution ABCpdf .NET 11.1 WebSupergoo Software ACQUITY Column Manager 1.7 Waters Acrobat Elements 17.1 Adobe ACT Enterprise Client 2.12 Access Control ACT Enterprise Client 2.3 Access Control ACTEnterprise 2.3 Vanderbilt Actiance Vantage OpenText Actional Agent 9.0 Progress Software Active Directory (AD) Bridge 8.5 Enterprise BeyondTrust Active Directory/LDAP Connector 5.0 Auth0 Active Intelligence Engine 4.4 Attivio ActivePresenter 8.1 Atomi Systems ActivePython 3.8 ActiveState ActivInspire 2.17 Promethean Activity Monitor 4.0 STEALTHbits Technologies Activity Monitor Agent 2.4 STEALTHbits Technologies ActiViz.NET 8.2 Supported Kitware SAS ActiViz.NET 8.2 Trial Kitware SAS ActiViz.NET 9.0 Supported Kitware SAS Acumen Cumulative 8.5 Deltek AD Tidy 2.6 Cjwdev AdAnalytics Adslytic Add-in Express for Microsoft Office and .NET 8.3 Professional Add-in Express Add-in Express for Microsoft Office and .NET 9.4 Premium Add-in Express Adlib PDF 5.1 Enterprise Adlib AdminStudio 2021 Flexera AdminStudio 2021 ZENworks Flexera Advance Design 2020 GRAITEC Advance Design 2021 GRAITEC Advanced SystemCare 14.0 IObit Advertising Editor 11.29 Microsoft Advisor 9.5 Belarc AFP Viewer 7.50 ISIS Papyrus Europe AG Agile Requirements Designer 3.1 Broadcom Alfresco Content Services 6.0 Alfresco Software AltspaceVR 4.1 Microsoft
    [Show full text]
  • Foxit Reader 9.6 Manual
    Foxit Reader User Manual I Foxit Reader User Manual Copyright © 2004-2019 Foxit Software Incorporated. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of Foxit. Anti-Grain Geometry - Version 2.4 Copyright (C) 2002-2004 Maxim Shemanarev (http://www.antigrain.com) Portions of this product Copyright [2001-2019] Solid Documents Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose. II Foxit Reader User Manual Contents Contents ......................................................................................................... III Chapter 1 – Introduction ......................................................................... 1 Foxit Reader Overview ........................................................................................... 1 Foxit Reader Add-ons ............................................................................................. 1 Foxit Plug-In Platform ............................................................................................ 3 Chapter 2 – Getting Started ................................................................... 6 Installing Foxit Reader ........................................................................................... 6 Updating Foxit Reader Add-ons .......................................................................
    [Show full text]
  • Ubuntu Pdf Reader Foxit
    Ubuntu pdf reader foxit Continue Foxit PDF reader officially added support for Linux a few days ago. The .run installer is available for download on its Linux 32-bit and 64-bit website. Foxit Software announced that its PDF reader is officially available for Linux and Mac platforms in mid-September. Features include: Open multiple PDFs at the same time in tabs. Open Password Protected Files PDF View PDF files in one page, continuous, collide, or face a continuous page rotation support mode, text search printing PDF documents for physical printers Microsoft RMS support to annotate PDF support, more in the release page Set Foxit PDF Reader in Ubuntu: Installation is pretty simple, and I made it through the below steps in Ubuntu 14.04 LTS. 1. Download the installer from this page. Click the Free Download button and select Linux 32-bit or 64-bit, check your OS type in the top right shutdown menu - qgt; about this computer. 2. Remove the downloaded .tar.gz archive and run the .run results installer from the context menu. Tip: Can't see the Begi option? Take the steps below: Go to the Menu File Browser Edit - 'gt; Preferences - 'gt; Behavior tab check box that says: Run boring text files when they're open to apply changes through nautilus -q commands in the terminal, or go out and back in 3. Once the .run file is launched, the customization master pops up. Follow the master and done. Removal is available in the installation folder, you can just run the file to bring up Foxit Reader to remove the wizard as you wish.
    [Show full text]
  • Foxit Reader 7.1 Manual
    Foxit Reader User Manual I Foxit Reader User Manual Copyright © 2004-2015 Foxit Software Incorporated. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of Foxit. Anti-Grain Geometry - Version 2.4 Copyright (C) 2002-2004 Maxim Shemanarev (http://www.antigrain.com) Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose. II Foxit Reader User Manual Contents Contents ............................................................................................................. III Chapter 1 – Introduction ............................................................................ 1 Foxit Reader Overview ........................................................................................... 1 Foxit Reader Add-ons ............................................................................................. 1 Foxit Plug-In Platform ............................................................................................ 3 Chapter 2 – Getting Started ...................................................................... 7 Installing Foxit Reader ........................................................................................... 7 Updating Foxit Reader .........................................................................................
    [Show full text]
  • Foxitreader Sinal De Tempo-Real 0 Adrian
    adriano@adriano-desktop:~$ FoxitReader Sinal de tempo-real 0 adriano@adriano-desktop:~$ FoxitReader Sinal de tempo-real 0 adriano@adriano-desktop:~$ FoxitReader Sinal de tempo-real 0 adriano@adriano-desktop:~$ FoxitReader Sinal de tempo-real 0 adriano@adriano-desktop:~$ FoxitReader Sinal de tempo-real 0 adriano@adriano-desktop:~$ FoxitReader Sinal de tempo-real 0 adriano@adriano-desktop:~$ FoxitReader Sinal de tempo-real 0 adriano@adriano-desktop:~$ FoxitReader Sinal de tempo-real 0 adriano@adriano-desktop:~$ FoxitReader [TimeStamp]-----main-----begin svn: r08f07f8 ################################################## ##############Foxit Reader Setup Log############## ################################################## [TimeStamp]-----CReader_AppEx::InitInstance()-----begin [TimeStamp]-----CMainWindow::Init()-----begin QObject::connect: Use the SLOT or SIGNAL macro to connect CMainWindow:: xdg-mime return the value that is "evince.desktop " QLayout: Attempting to add QLayout "" to CMainToolbar "", which already has a layout QLayout: Attempting to add QLayout "" to CMainToolbar "", which already has a layout QLayout: Attempting to add QLayout "" to CMainToolbar "", which already has a layout CMainToolbar::AddSecondaryToolBar: "View" CMainToolbar::AddSecondaryToolBar: "Comment" CMainToolbar::AddSecondaryToolBar: "Protect" CMainToolbar::AddSecondaryToolBar: "Connect" CMainToolbar::AddSecondaryToolBar: "Form" configpath: "/home/adriano/.local/share/Foxit Software/Foxit Reader/Configuration/configtoolbar.xml" [TimeStamp]-----CReader_AppEx::LoadLibrarys()-----begin
    [Show full text]
  • Foxit Reader 10.1.1 Quick Guide
    1 Foxit Reader Quick Guide Contents Contents ..................................................................................................... 2 Use Foxit Reader ........................................................................................ 3 Install and Uninstall ........................................................................................................ 3 Open, Close, and Save .................................................................................................... 3 Customizing the Work Area ........................................................................................... 4 Find Commands .............................................................................................................. 8 Read ............................................................................................................ 9 Navigate to a Specific Page ............................................................................................ 9 View Documents ............................................................................................................ 11 Adjust the View of Documents .................................................................................... 13 Reading Accessibility ..................................................................................................... 14 Work on PDFs ........................................................................................... 14 Copy Texts, Images, Pages ..........................................................................................
    [Show full text]
  • Foxit Phantompdf User Manual
    Maintain control of all your content MoreFoxit PhantomPDF User Manual 1 Foxit PhantomPDF User Manual © Foxit Software Incorporated. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of Foxit. Anti-Grain Geometry - Version 2.4 © Maxim Shemanarev (http://www.antigrain.com) Portions of this product Copyright [2001-2018] Solid Documents Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose. 2 Foxit PhantomPDF User Manual Contents Contents .......................................................................................................... 3 Chapter 1 – Introduction ......................................................................... 6 PhantomPDF Overview ............................................................................................................. 6 What’s New? ................................................................................................................................. 7 About the User Manual ............................................................................................................. 8 Quick Installation Guide ........................................................................................................... 8 Online Help ..................................................................................................................................
    [Show full text]
  • Foxit Reader 10.0 Manual
    Foxit Reader User Manual I Foxit Reader User Manual Copyright © 2004-2020 Foxit Software Incorporated. All Rights Reserved. No part of this document can be reproduced, transferred, distributed or stored in any format without the prior written permission of Foxit. Anti-Grain Geometry - Version 2.4 Copyright (C) 2002-2004 Maxim Shemanarev (http://www.antigrain.com) Portions of this product Copyright [2001-2020] Solid Documents Permission to copy, use, modify, sell and distribute this software is granted provided this copyright notice appears in all copies. This software is provided "as is" without express or implied warranty, and with no claim as to its suitability for any purpose. II Foxit Reader Contents User Manual Contents Contents ......................................................................................................... III Chapter 1 – Introduction ................................................................................ 1 Foxit Reader Overview ......................................................................................................... 1 Foxit Reader Add-ons ........................................................................................................... 1 Foxit Plug-In Platform ........................................................................................................... 3 Chapter 2 – Getting Started............................................................................ 6 Installing Foxit Reader .........................................................................................................
    [Show full text]
  • List of Versions Added in ARL #2549
    List of Versions Added in ARL #2549 Publisher Product Version .NET Foundation Windows Installer XML 3.10 .NET Foundation Windows Installer XML 3.11 3M E-A-Rfit 4 3M E-A-Rfit 5.9 3M E-A-Rfit Unspecified 3T Software Labs Studio 3T 2020.1 A&D WinCT 5.4 A&D Technology iView Unspecified A7Soft ExamXML 5.43 AccessData Forensic Toolkit 6.1 AccessData Password Recovery Toolkit 8.0 AccessData PostgreSQL 9.3 acQuire Technology Solutions Neo Unspecified Actian Zen Workgroup 13.0 Actiontec Electronics ScreenBeam Central Management System Unspecified actiTIME actiTIME Unspecified Acuant Software Developers Kit Unspecified Adiscon Rsyslog 8.2 Adobe Debug Proxy Unspecified Adobe Photoshop Express Unspecified AdoptOpenJDK Java Development Kit with Hotspot 14.0 AForge.NET AForge.NET Framework 2.2 Ajilal Vijayan Drawing Purge 8 Allround Automations PL/SQL Developer 14.0 ALM Works JIRA Client 3.8 Almico Software SpeedFan 4.51 Altair Engineering Monarch 15.5 Altair Engineering PBS Analytics 12.3 Amarile RE-Studio for Eclipse Unspecified Amarile RE-Studio-Intersect Unspecified Amazon llvm 6.0 Anaconda Miniconda3 4.8 Andrey Gruber PNotes 9.3 Andrey Ivashov SMath Studio 0.99 Andritz IDEAS License Server Unspecified ANDY LESTER ack 2.2 Angus Duggan PSUtils 1.17 Angus Duggan PSUtils 11.11 Ansys 2D Extractor 2015 Ansys 3D Field Solver 2015 Ansys Electronics Desktop 2015 Ansys HFSS 16.0 Ansys RMxprt 2015 Ansys Simplorer 2015 Ansys Siwave 2015 Ant.com Native messaging host Unspecified AOMEI Tech Partition Assistant 5.8 Apache Software Foundation ActiveMQ 5.1 Apache
    [Show full text]