早上好,
我在 Lenovo Tab 4 上使用 VerbTex,最近还安装了 texlive 2018。我已经获得了几个文档,可以使用 amsmath 和 amssymb 包编译一些简单的文档。我刚刚尝试编译一个复杂得多的文档,但没有成功。我认为这是因为 VerbTex 没有所有的包。我目前不在机器前,只有平板电脑,但我可以在文档中列出所有包:
- 计算机辅助设计
- 愛姆斯比
- 大批
- 颜色
- px字体
- 花式高清
- 框架
- latex符号
- 多色
- 普斯特里克
- 削减
- 彩色
- 图片
- 识别第一
- 枚举项
- 数学工具
- 超链接
- 蒂克兹
- 子图
- 定理
- 变化
- tikz-cd
- 漂浮
- 标题安全
- 花式小伙
我希望我需要做的就是在我的平板电脑上安装所有这些软件包,但不确定如何安装。
我已经能够使用我的计算机并且现在可以提供 MWE:
\documentclass[a4paper,12pt]{book}
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\usepackage[left=1.65cm,right=1.65cm,top=2.45cm,bottom=2.60cm]{geometry}
\usepackage{amsmath,amssymb,amscd,amsbsy,array,color,pxfonts}
\usepackage{fancyhdr,framed,latexsym,multicol,pstricks}
\usepackage{slashed,xcolor,multicol}
\usepackage{picture}
\usepackage{indentfirst}
\usepackage{enumitem}
\usepackage{mathtools}
\setlist[description]{leftmargin=1cm,labelindent=1cm}
\usepackage{hyperref}
\hypersetup{
colorlinks,
citecolor=black,
filecolor=black,
linkcolor=black,
urlcolor=black
}
\usepackage{tikz}
\usepackage{subfig}
\usetikzlibrary{calc,positioning,shapes.geometric}
\setenumerate[1]{label=(\alph*)}
\setenumerate[2]{label=(\roman*)}
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\newcommand{\NOT}{\sim}\newcommand{\AND}{\wedge}\newcommand{\OR}{\vee}
\newcommand{\twolinebrace}{\rlap{$\smash{\raisebox{.5\height}{\bigg\}}}$}}
\newlength{\LHS}\newlength{\RHS}
\settowidth{\LHS}{$P \OR (Q \OR R)$}\settowidth{\RHS}{$(P \AND Q) \OR (P \AND R)$}
\newcolumntype{M}{>{$}p{\LHS}<{$}}
\newcolumntype{N}{>{$}p{\RHS}<{$}}
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\usepackage[amsmath,framed,thmmarks]{ntheorem}
\usepackage{changes}
\usepackage{tikz}
\usepackage{tikz-cd}
\usepackage{subfig}
\usepackage{float}
\usepackage{titlesec}
\usepackage[Conny]{fncychap}
\pagestyle{fancy}
\setcounter{chapter}{-1}
\renewcommand{\chaptermark}[1]{\markboth{#1}{}}
\renewcommand{\sectionmark}[1]{\markright{#1}{}}
\lhead{\leftmark}
\rhead{\rightmark}
\cfoot{\thepage}
\setlength{\headheight}{15pt}
\renewcommand{\thesection}{\arabic{section}}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
\titleformat{\section}[frame]
{\normalfont}
{\filcenter
\footnotesize
\enspace SECTION \thesection\enspace}
{8pt}
{\Large\bfseries\filcenter}
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Equation Numbering %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
%code by Heiko Oberdiek
\makeatletter
%Roman counter
\newcounter{roem}
\renewcommand{\theroem}{\roman{roem}}
% save the original counter
\newcommand{\c@org@eq}{}
\let\c@org@eq\c@equation
\newcommand{\org@theeq}{}
\let\org@theeq\theequation
%\setroem sets roman counting
\newcommand{\setroem}{
\let\c@equation\c@roem
\let\theequation\theroem}
%\setarab the arabic counting
\newcommand{\setarab}{
\let\c@equation\c@org@eq
\let\theequation\org@theeq}
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Theorem/Example/Definition/Proof Styles %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\newtheorem{Theorem}{Theorem}
\theoremclass{Theorem}
\theoremstyle{break}
\theoreminframepreskip{0pt}
\theoreminframepostskip{0pt}
\theoremframepreskip{1cm}
\theoremframepostskip{1cm}
\theoremstyle{break}
\def\theoremframecommand{%
\psshadowbox[fillstyle=solid,fillcolor=cyan,linecolor=black]}
\newshadedtheorem{them}{Theorem}[section]
\theoremclass{Theorem}
\theoremstyle{break}
\theoreminframepreskip{0pt}
\theoreminframepostskip{0pt}
\theoremframepreskip{1cm}
\theoremframepostskip{1cm}
\theoremstyle{break}
\def\theoremframecommand{%
\psshadowbox[fillstyle=solid,fillcolor=gray,linecolor=black]}
\newshadedtheorem{prop}{Proposition}[section]
% % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% Sets used in Analysis %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\def \bN{\mathbb N}
\def \bZ{\mathbb Z}
\def \bQ{\mathbb Q}
\def \bR{\mathbb R}
\def \bC{\mathbb C}
% % % % % % % % % % % % % % % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % %
% % % % % % % % % % % % % % % % % % % % % % % % % % % % %
\title{Modern Analysis: Real \& Complex}
\author{Micheal (Philip) Dykes and Croix Snap}
\begin{document}
\maketitle
\chapter{Logic, Set Theory, Functions, and Relations.}
\section{Mathematical Logic.}
\subsection*{Introduction.}
\small{Analysis is all about the theory behind Calculus. In this course, we do not take for granted such notions as what the set $\bR$ of real numbers is; rather we carefully define $\bR$ by ``building" it out of other sets - beginning with the set $\bN$ of Natural Numbers. Numbers and number systems (i.e. $\bN, \bZ, \bQ, \bR$, and $\bC$) are the ``building-blocks" of Analysis. Here in this book, we do not merely state the properties of the Real Number System, but we derive them.
\end{document}
迈克尔·D
答案1
TeX Live 是一个跨平台的 TeX 发行版,拥有众多 TeX 引擎,由数千个包组成,总大小在 200Mb 到几 GB 之间,有些用户通过在手机或平板电脑上使用各种较小的包取得了不同的成功。iOS(TeXpad)和 Android(TeXPortal/TeXpert)的几个轻量级应用程序采用双应用程序方法,允许负载分散,因为 Android 应用程序被限制为 32MB 堆内存。通过分成两个应用程序,他们可以利用高达 64MB 的内存!
LAH 稳定版 LawTeX 的最新变体使用 ε-TEX,这是一种增强型引擎,是 Tex Live 软件包的一个子集,但在编译时主要在后台使用 DVI 和 PNG。遗憾的是,ε-TEX 的开发者 Peter Breitenlohner,b1940——已于 2015 年 10 月去世
来自 LawTeX 自述文件
“它不旨在提供 PDF 或任何类型的专业出版”
- 使用 LawTeX 编写和预览您的 LaTeX 代码;并且
- 当您对内容满意时,使用 VerbTeX 在线生成 PDF。
VerbTeX 等现代应用程序允许小型屏幕编辑器提供简单的 IDE,然后将编译传输到功能更强大的基于云的 PDF 服务器。因此 Overleaf 很受欢迎。
除非您拥有 Windows 或 Nix 主流平板电脑,否则您不太可能拥有必要的存储空间、协同处理能力或完整兼容的软件包。(当然,这种情况将来可能会发生变化,而且我对当前产品的预测也可能有误)
“动词允许您直接在 Android 设备上创建和管理 LaTeX 项目,并且使用 verbosus.com 提供的 LaTeX 服务生成 PDF“”。
这实际上与其他在线解决方案类似,有几种基于学术云的排版系统,具有各种功能。比较常见的是奥雷亚 Epsilon / PapeeriaOverLeaf/ShareLaTeX 只是其中几个,还有更多专业的 latex 编辑器可供选择,例如 SageMath 的 CoCalc