在我的平板電腦上使用 VerbTeX 無法編譯文檔

在我的平板電腦上使用 VerbTeX 無法編譯文檔

早安,

我在 Lenovo Tab 4 上使用 VerbTex,最近也安裝了 texlive 2018。我已經獲得了幾個文檔,可以使用 amsmath 和 amssymb 套件編譯一些簡單的文檔。我只是嘗試編譯一個更複雜的版本,但沒有成功。我相信這是因為 VerbTex 沒有所有的軟體包。我目前不在我的機器前,只是在我的平板電腦前,但我可以列出文件中的所有套件:

  • 超導系統
  • 安姆斯比西
  • 大批
  • 顏色
  • 字體
  • 奇特博士
  • 陷害的
  • 乳膠符號
  • 多列
  • 普斯特里克斯
  • 砍掉了
  • 顏色
  • 圖片
  • 身分優先
  • 列舉項
  • 數學工具
  • 超引用
  • 蒂克茲
  • 子圖
  • 定理
  • 變化
  • 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,生於 1940 年,於 2015 年 10 月去世

來自 LawTeX 自述文件

“它的目的不是提供 PDF 或任何類型的專業出版”

  1. 使用 LawTeX 編寫和預覽您的 LaTeX 程式碼;和
  2. 當您對內容感到滿意時,請使用 VerbTeX 在線生成 PDF。

VerbTeX 等現代應用程式允許小螢幕編輯器提供簡單的 IDE,然後將編譯傳輸到更豐富的基於雲端的 PDF 伺服器。因此 Overleaf 很受歡迎。

除非您擁有 Windows 或 Nix 主流平板電腦,否則您不太可能擁有必要的儲存、協同處理能力或完全相容的軟體包。 (這當然可能會在未來改變,我對當前產品的看法可能是錯誤的)

動詞TeX允許您直接在 Android 裝置上建立和管理 LaTeX 項目使用 verbosus.com 上提供的 LaTeX 服務產生 PDF」。

這實際上與其他線上解決方案類似,有幾種基於學術雲端的排版系統具有各種功能。比較常見的有作者 厄普西隆/帕皮里亞僅舉幾例 OverLeaf/ShareLaTeX,還有更多專業乳膠編輯器可供選擇,例如 SageMath 的 CoCalc

相關內容