Skip to content

Hard-bitten/GuideBook

Repository files navigation

#GuideBook_IEU

##目录

  • 第一章 Linux基础知识 chapLinux.tex
  • 第二章 C++编程基础 chapCpp.tex
  • 第三章 Robocup2d足球的入门 chapRobocup2d.tex
  • 第四章 Yushan底层开发手册 chapYushan.tex
  • 第五章 模型库 chapModel.tex
  • 第六章 参考资料 reference.tex

##TODO LIST

  • QT使用
  • 日志分析
  • 动态调试
  • 模型学习
  • 常用函数

##PDF下载 下载

##LaTeX模板 本书使用的是陈硕开源的模板。该模板已经用于陈硕写的书《Linux 多线程服务端编程:使用 muduo C++ 网络库》,已经出版。

这个模板制作精良,很有taste,感谢陈硕 :)


以下说明由网友 Frank Dai (https://github.com/soulmachine) 编写。

###在Windows下编译

  1. 安装Tex Live 2013 http://www.tug.org/texlive/。把bin目录例如D:\texlive\2013\bin\win32加入PATH环境变量。

  2. 安装字体。这个LaTex模板总共使用了9个字体,下载地址 http://pan.baidu.com/s/1gdefYiJ ,有的字体Windows自带了,有的字体Ubuntu自带了,但都不全,还是一次性安装完所有字体比较方便。

  3. 安装TeXstudio http://texstudio.sourceforge.net/

  4. (可选)启动Tex Live Manager,更新所有已安装的软件包。

  5. 配置TeXstudio。

    启动Texstudio,选择 Options-->Configure Texstudio-->Commands,XeLaTex 设置为 xelatex -synctex=1 -interaction=nonstopmode %.tex

    选择 Options-->Configure Texstudio-->Build

    Build & View 由默认的 PDF Chain 改为 Compile & View;

    Default Compiler 由默认的PdfLaTex 修改为 XeLaTex ;

    PDF Viewer 改为 “Internal PDF Viewer(windowed)”,这样预览时会弹出一个独立的窗口,这样比较方便。

  6. 编译。用TeXstudio打开typeset.tex,点击界面上的绿色箭头就可以开始编译了。

    在下方的窗口可以看到TeXstudio正在使用的编译命令是xelatex -synctex=1 -interaction=nonstopmode "typeset".tex

###在Ubuntu下编译

  1. 安装Tex Live 2013 http://www.tug.org/texlive/

    1.1. 下载TexLive 2013 的ISO 光盘,地址 http://www.tug.org/texlive/acquire-iso.html

    1.2 mount 光盘,sudo ./install-tl 开始安装

    1.3 加入环境变量

     sudo vi /etc/profile
     export PATH=$PATH:/usr/local/texlive/2013/bin/x86_64-linux
     export MANPATH=$MANPATH:/usr/local/texlive/2013/texmf-dist/doc/man
     export INFPATH=$INFPATH:/usr/local/texlive/2013/texmf-dist/doc/info
    
  2. 安装字体。这个LaTex模板总共使用了9个字体,下载地址 http://pan.baidu.com/s/1gdefYiJ ,有的字体Windows自带了,有的字体Ubuntu自带了,但都不全,还是一次性安装完所有字体比较方便。

  3. 安装TeXstudio http://texstudio.sourceforge.net/

  4. 配置TeXstudio。

    启动Texstudio,选择 Options-->Configure Texstudio-->Commands,XeLaTex 设置为 xelatex -synctex=1 -interaction=nonstopmode %.tex

    选择 Options-->Configure Texstudio-->Build

    Build & View 由默认的 PDF Chain 改为 Compile & View;

    Default Compiler 由默认的PdfLaTex 修改为 XeLaTex ;

    PDF Viewer 改为 “Internal PDF Viewer(windowed)”,这样预览时会弹出一个独立的窗口,这样比较方便。

  5. 编译。用TeXstudio打开typeset.tex,点击界面上的绿色箭头就可以开始编译了。

    在下方的窗口可以看到TeXstudio正在使用的编译命令是xelatex -synctex=1 -interaction=nonstopmode "typeset".tex

  6. 懒人版镜像。如果不想进行上面繁琐的安装过程,我做好了一个Ubuntu VMware虚拟机镜像,已经装好了 TexLive 2014, TexStudio和字体(详细的安装日志见压缩包注释),开箱即用,下载地址 http://pan.baidu.com/s/1jGj5uQi

About

The guidebook for IEU-RandPower robot club.

Resources

Stars

Watchers

Forks

Packages

No packages published