tufte-latex

授权协议 Readme
开发语言
所属分类 企业应用、 LaTeX排版系统
软件类型 开源软件
地区 不详
投 递 者 司空高义
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

Hi,

Welcome to the beginnings of Tufte LaTeX package to help youproduce Tufte-style handouts, reports, and notes.

Quick Start

Try typesetting sample-handout.tex with the following sequenceof commands,

pdflatex sample-handout
bibtex   sample-handout
pdflatex sample-handout
pdflatex sample-handout

The result should look like sample-handout.pdf.

The sample book can be compiled with the following:

pdflatex sample-book
bibtex sample-book
texindy --language english sample-book.idx
# or makeindex sample-book.idx
pdflatex sample-book
pdflatex sample-book
pdflatex sample-book

Troubleshooting

If you encounter errors of the form,

! LaTeX Error: File `paralist.sty' not found.

you will need to obtain missing packages from CTAN.For package installation instructions and answers to many otherquestions, see the UK TeX FAQ or search the comp.text.tex group.

The following packages are required:

  • chngpage or changepage
  • fancyhdr
  • fontenc
  • geometry
  • hyperref
  • natbib and bibentry
  • optparams
  • paralist
  • placeins
  • ragged2e
  • setspace
  • textcase
  • textcomp
  • titlesec
  • titletoc
  • xcolor
  • xifthen

The following packages are optional and will be automatically used if installed:

  • beramono
  • helvet
  • ifpdf
  • ifxetex
  • letterspace (in the microtype package)
  • mathpazo
  • soul

Bugs/Features/Support

For kudos, feature requests, patches, or support requests that youfeel are particular to this Tufte-LaTeX package, i.e., not a generalLaTeX issue, please use this project's issue tracker available at https://github.com/Tufte-LaTeX/tufte-latex/issues.

Contributing

Patches and pull requests are most welcome via the issue tracker! Submit a series of high quality patches, and you'll find yourself a developer on this project.

License

Copyright 2007–2015 by Kevin Godby, Bil Kleb, and Bill Wood.

Licensed under the Apache License, Version 2.0 (the "License");you may not use this file except in compliance with the License.You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, softwaredistributed under the License is distributed on an "AS IS" BASIS,WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.See the License for the specific language governing permissions andlimitations under the License.

  • 前言 随着开源软件的不断发展,LaTeX 这门技术也越来越重要,很多人都开启了学习LaTeX,本文就介绍了LaTeX的基础内容。 一、BibTeX是什么? BibTeX 是基于LaTeX 的一种工具,该工具是为了解决文献管理任务而创建的。 二、简单参考文献引用 1.创建BibTex文件 通过手动输入、学术网站导入、文献管理工具导入等多种不同的方式可以创建BibTex文件。 常见的学术网站有 数学

  • 参考网址 LaTeX快速入门(简易模板) 一份不太简短的LaTeX2e介绍(新版完成) https://www.latexstudio.net/ MikTex + VS Code 配置教程 LaTeX 中的页眉和页脚设置 调整LaTeX文档页面的大小 LaTeX 页面设置 LaTeX 学习网站资源汇总 (六篇博客总结) Latex相关资源汇总 latextemplates 三方包 如何手动安装Mi

  • shiny R Shiny https://rpubs.com/ R Shiny - Shiny应用基础 knitr R Rmarkdown http://rmarkdown.rstudio.com/ http://rmarkdown.rstudio.com/gallery.html https://github.com/rstudio/rmarkdown/tree/gh-pages http:/

 相关资料
  • Tufte CSS 提供了使用 Edward Tufte 书籍和讲义展示的想法来设计网页文章的工具。 Tufte 的风格以其简洁,广泛使用的注释,图形与文本的紧密结合以及精心挑选的版式而闻名。 Tufte CSS旨在清晰,简洁和统一。 以下是我们的CSS约定的基本示例: p { font-size: 1.4rem;    line-height: 2rem;    margin-top: 1.4r

  • 问题内容: 我是一个大学时代的人,在我的大学里,要呈现任何形式的作业,必须有一个标准的封面(带有大学徽标,课程名称,教授的姓名,我的名字和bla bla bla)。 因此,我有一个.tex文件,该文件会生成我的标准封面pdf。它类似于: 因此,我想知道是否有一种方法可以制作一个Python脚本来询问我的作业标题,课程名称和其余字符串,并使用它们来生成封面。之后,它应编译.tex并使用给定的信息生成

  • 本文向大家介绍latex 百合池,包括了latex 百合池的使用技巧和注意事项,需要的朋友参考一下 示例 可以通过lilypond-book命令将LilyPond注释雕刻机与LaTeX一起使用。首先,我们创建一个LaTeX文档(文件扩展名为.lytex),将我们的音乐嵌入到: 然后,我们创建我们的LilyPond文件(.ly),包括lilypond-book-preamble.ly文件(LilyP

  • 本文向大家介绍latex基本参考书目(无包)(手动格式化),包括了latex基本参考书目(无包)(手动格式化)的使用技巧和注意事项,需要的朋友参考一下 例 请注意,除非您真的知道为什么,否则您可能不应该这样做。使用指定的软件包(请参见其他示例)是更可取的。

  • 本文向大家介绍Android开发学习笔记之通过API接口将LaTex数学函数表达式转化为图片形式,包括了Android开发学习笔记之通过API接口将LaTex数学函数表达式转化为图片形式的使用技巧和注意事项,需要的朋友参考一下 本文将讲解如何通过codecogs.com和Google.com提供的API接口来将LaTeX数学函数表达式转化为图片形式。具体思路如下:       (1)通过EditT

  • 本文向大家介绍详解VScode 配置为 LaTeX 编辑器(IDE),包括了详解VScode 配置为 LaTeX 编辑器(IDE)的使用技巧和注意事项,需要的朋友参考一下 VScode 配置为 LaTeX IDE 在Windows中,配置VScode作为LaTeX的编辑器(IDE),并使用SumatraPDF预览PDF文件。主要是LaTeX Workshop扩展的设置,如果要使用外部的PDF阅读器