latex3

The LaTeX3 Development Repository
授权协议 LPPL-1.3c License
开发语言
所属分类 企业应用、 LaTeX排版系统
软件类型 开源软件
地区 不详
投 递 者 濮献
操作系统 跨平台
开源组织
适用人群 未知
 软件概览

The LaTeX3 Development Repository

Overview

The repository contains development material for LaTeX3. This includesnot only code to be developed into the LaTeX3 kernel, but also a varietyof test, documentation and more experimental material. A great deal ofthe experimental LaTeX3 code can be loaded within LaTeX2e to allowdevelopment and testing to occur.

The following directories contain experimental LaTeX3 code:

  • l3kernel: code which is intended to eventually appear in astand-alone LaTeX3 format. Most of this material is alsousable on top of LaTeX2e when loading the expl3 package.
  • l3backend: code for backend (driver) level interaces acrossthe expl3 codebase.
  • l3packages: code which is written to be used on top ofLaTeX2e to experiment with LaTeX3 concepts. The interfaces to thesehigher-level packages are 'stable'.
  • l3experimental: code which is written to be used on top ofLaTeX2e to experiment with LaTeX3 concepts. The interfacesfor these packages are still under active discussion. Parts of this code mayeventually be migrated to l3kernel, while other parts are tied closelyto LaTeX2e and are intended to support mixing LaTeX2e and LaTeX3 concepts.
  • l3trial: material which is under very active development, for potentialaddition to l3kernel or l3experimental. Material in this directorymay include potential replacements for existing modules, where large-scalechanges are under-way.
  • l3leftovers: code which has been developed in the past by TheLaTeX3 Project but is not suitable for use in its current form.Parts of this code may be used as the basis for new developmentsin l3kernel or l3experimental over time.

Support material for development is found in:

  • support, which contains files for the automated test suite which are'local' to the LaTeX3 repository.

Documentation is found in:

  • articles: discussion of LaTeX3 concepts by team members forpublication in TUGBoat or elsewhere.

The repository also contains the directory xpackages. Thiscontain code which is being moved (broadly) l3experimental.Over time, xpackages is expected to be removed from the repository.The directory contrib is used to test the interaction of LaTeX3code with selected contributed packages.

Discussion

Discussion concerning the approach, suggestions for improvements,changes, additions, etc. should be addressed to the listLaTeX-L.

You can subscribe to this list by sending mail to

listserv@urz.uni-heidelberg.de

with the body containing

subscribe LATEX-L  <Your-First-Name> <Your-Second-Name>

Issues

The issue tracker for LaTeX3 is currently locatedon GitHub.

Please report specific issues with LaTeX3 code there; more generaldiscussion should be directed to the LaTeX-L list.

Build status

LaTeX3 uses Travis CI as a hosted continuousintegration service. For each commit, the build status is tested usingthe current release of TeX Live.

Current build status:

Development team

LaTeX3 is developed by The LaTeX Project.

Copyright

This README file is copyright 2021 The LaTeX Project.

  • 关于LaTeX的排版基础可以参见清华大学图书馆的LaTeX讲座,连接放在下面了。 https://github.com/tuna/thulib-latex-talk 讲稿中详细介绍了LaTeX的基础知识,通过这个可以简单学习LaTeX的编程。 简单给大家画一下讲稿的重点: 1.文件结构 \documentclass[a4paper]{article} % 文 档 类 型,如 article,[]内

  • 1. documentclass 当 latex 处理源文件时, 首先需要知道的就是作者所要创建的文档类型。 文档类型可由\documentclass 命令来指定。 \documentclass[option]{class} clsss 指定想要的文档类型。表1给出了一些用到的文档类型。通过options 参数可以定制文档类的属性。 不同的选项之间须用逗号隔开。标准文档类的最常用选项如表2所示。

  • 字体大小: 七号   5.25pt    1.845mm    \tiny 六号   7.875pt    2.768mm    \scriptsize 小五号  9pt      3.163mm    \footnotesize 五号   10.5pt    3.69mm     \small 小四号  12pt     4.2175mm    \normalsize 四号   13.75pt

  • 安装超级简单,就两行。 sudo yum install texlive-latex sudo yum install texmaker 之后运行图形界面 texmaker 下载IEEE LATEX模板 http://www.ieee.org/conferences_events/conferences/publishing/templates.html 随便打开一个,然后查查,再BUI

  • latex中需要输入多种点来代替不同的省略情况。 一个点\cdot ⋅ \cdot ⋅ 横向cross三个点\cdots ⋯ \cdots ⋯ 也可以靠下方的三个点 dots … \dots … 纵向vertical三个点vdots ⋮ \vdots ⋮ 斜向dig三个点ddots ⋱ \ddots ⋱ ref

  • 每一页都重新显示行号: 本方法针对双栏版本(单栏只需要将代码的“\switchlinenumbers % 双栏”删除即可),模板Conference-LaTeX-template_7-9-18测试有效。 使用命令如下: \usepackage{lineno} % 这个包就是latex自带的添加行号的包了 % % 其它引用的包 % \begin{document} % 文章开始 % \pagewis

  • 本篇记录在用latex写论文过程中遇到的部分问题及解决方法。解决方法即在导言区引入相应的包。 Errors LaTeX Error: Environment gathered undefined. [\begin{gathered}] \usepackage{amsmath,amsthm,amsfonts,amssymb,bm} Undefined control sequence. [\inc

  • $2e-3$负号会偏长,且间距大。此时是识别成了减号。建议使用文本的负号,即$2e$-$3$. 参考:如何在 LaTeX 的数学模式中获取恰当的间距 - 知乎

  • latex的粗体一般用以下命令: \textbf{}:文本环境加粗。在数学环境使用的话,会使斜体效果消失。并且无法输出加粗的希腊字母。 \mathbf{}:会变为粗体,但同样会导致数学字母斜体形式的丢失。 \boldmath{}:数学环境里可以加粗且不会使斜体消失。需要添加amsmath宏包。 \boldsymbol{}:可以对希腊字母加粗。需要添加amsmath宏包。 在数学环境中,比较推荐的方

  • 在LaTeX插入图片的时候,经常需要调整图片的大小。我们可以通过如下代码来完成: \begin{figure}[htb] \centering \includegraphics[width=0.5\linewidth]{fig2.png} \caption{图片的解释} \end{figure} 其中,width=0.5\linewidth 表明将插入的图像等比例缩小至0.6倍。经验

  • latex编译时报错,错误内容大致如下: Mismatched LaTeX support files detected. (LaTeX3) Loading 'expl3.sty' aborted! (LaTeX3) (LaTeX3) The L3 programming layer in the LaTeX format 同时

相关阅读

相关文章

相关问答

相关文档