• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

thomasWeise/ustcSlides: My LaTeX slides packages.

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

thomasWeise/ustcSlides

开源软件地址(OpenSource Url):

https://github.com/thomasWeise/ustcSlides

开源编程语言(OpenSource Language):

PostScript 99.4%

开源软件介绍(OpenSource Introduction):

USTC-Themed LaTeX Slides

Current PDF CircleCI Build Status Wercker Build Status

Here I provide my USTC-themed LaTeX slides template for beamer slides. It is loosely based on the corporate design of the University of Science and Technology of China (USTC) [中国科学技术大学]. Here you can see how these slides look compiled to PDF.

1. Usage

  1. download the template
  2. edit slides.tex
  3. in order to produce a pdf of your slides, under Linux run
  4. ./scripts/latex.sh slides evince if you are using eps figures
  5. ./scripts/pdflatex.sh slides evince if you are using pdf figures
  6. ./scripts/xelatex.sh slides evince if you have Chinese text (also: produces smaller output than pdflatex)
  7. ./scripts/lualatex.sh slides evince if the above commands fail (LuaLaTeX is slightly better in dealing with memory allocation and stuff)

2. Available Commands

2.1. Structural Commands

The following structural commands should be used in exactly this order (while \appendices and \printSectionOutlines are optional).

  1. \startPresentation{optional} start the presentation and put the optional content on the outline slides, if any. After this, your slides should come.
  2. \printSectionOutlines optional: a section outline should be printed at the beginning of each section
  3. \endPresentation ends the presentation by putting a goodbye screen and the references
  4. \appendices{optional} starts appendix sections and prints the contents of optional on the start slide. Maybe you want to have some more slides in store if someone asks questions. Can be left away if there are no appendices.
  5. \appendix{title} start an appendix section with the given title.

2.2. Put Objects at Specific Locations

Sometimes we want to locate stuff at specific positions on a slide. For this purpose, the following commands are used, which all operate on a x-y coordinate system where x=0, y=0 is the top-left corner of the slide and x=1, y=1 is the bottom-right corner.

  1. \locate{when}{what}{x}{y} position the content (what) at the specified x-y coordinates. If when is not empty, wrap everything in an \only<when>{...}, i.e., only display something at the specified sub-slide id range. You may put an \includegraphics as contents.
  2. \locateWithCaption{when}{what}{caption}{x}{y}{width} locate the content of what at the specified x-y coordinates. Put a figure-like caption below it. Reserve the given width (between 0 and 1, relative to slide width) for everything. The width is reserved to know how to break the caption if it is longer than the contents (what).
  3. \locateGraphic[ref]{when}{arg}{path}{x}{y} locate an \includegraphics[arg]{path} via locate{when}{\includegraphics[arg]{path}}{x}{y}. The optional argument [ref] can be a citation (\citep) or text describing the image source. It is printed with tiny, gray text in the bottom-left corner of the image (overlapping with the image). Arguments are passed forward as indicated.
  4. \locateFramedGraphic{when}{arg}{path}{x}{y} same as \locateGraphic, but puts a frame around the graphic.
  5. \locateFramedBox{when}{width}{what}{x}{y}{background}{foreground} locate a framed box of the given width (relative to the slide width) at coordinates x-y at sub-slides when (or always, if when is empty). The contents of the box are what. The box will use background as fill color (or white, if background is empty). The frame will be in color foreground (or blueish, if foreground is empty).
  6. \begin{lobateBox}{when}{x}{y}...\end{locateBox} locate the contents of the environment at the specified x-y coordinates. If when is not empty, only display at the specified sub-slides.
  7. \begin{scaledBox}{width}{height} ... \end{scaledBox} an environment which scales its contents to the given width and height. If width==!, then we scale proportionally according to height. If height=!, then we scale proportionally to width.

2.3. Listings

  1. You can use all the normal commands from package listings.
  2. \begin{listingBlock}[width]{caption}...\end{listingBlock} place a block with the specified caption which is supposed to contain a listing. The width can be specified relative to the paper width, if omitted, we use 0.95\paperwidth as block width.
  3. \codeil[format]{text} formats text as source code (with the optional format, which can be any format support by listings, such as Java, XML, C, ...)

2.4. Citations

  1. \citep{ref} cite reference ref by number
  2. \scitep{ref} cite reference ref by number, pre-pend non-breakable space. For use in text, like bla bla blablabla\scitep{ref}
  3. \citet{ref} cite reference ref by author names followed by number
  4. \Citet{ref} cite reference ref by author names followed by number at beginning of sections (make first character uppercase)
  5. \citete{authorRef}{refs} cite references refs by number, but pre-pend the author names of reference authorRef. This is useful if a group of authors has produced several works, but the author order changes in these works.
  6. \Citete{authorRef}{refs} like \citete{authorRef}{refs}, but capitalize first character.

2.5. Chinese

Include Chinese text with the command \zh{chinese text}. You then need to use the XeLaTeX script for compiling. \zhb{chinese text} puts the text into an \mbox{...}, which prevents line breaks. This makes sense when using Chinese words like university names or other things that should not be broken across lines in an otherwise English text, for instance.




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap