おはよう、
私は Lenovo Tab 4 で VerbTex を使用しており、最近 texlive 2018 もインストールしました。amsmath および amssymb パッケージを使用して、いくつかの簡単なドキュメントをコンパイルしました。しかし、はるかに複雑なドキュメントをコンパイルしようとしましたが、成功しませんでした。これは、VerbTex にすべてのパッケージが含まれていないことが原因だと思います。現在、マシンの前にはなく、タブレットだけがありますが、ドキュメントにすべてのパッケージをリストできます。
- 午前
- アムスビー
- 配列
- 色
- pxフォント
- ファンシーHDR
- フレーム付き
- ラテックス
- 多段
- pstricks さん
- 切り裂かれた
- xカラー
- 写真
- 識別
- 列挙項目
- 数学ツール
- ハイパーリファレンス
- ティックズ
- サブ図
- n定理
- 変更
- 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 エンジンが含まれ、合計で 200 MB から数 GB の数千のパッケージで構成されています。電話やタブレットでさまざまな小さな部分を使用することで、さまざまな成功を収めたユーザーもいます。iOS (TeXpad) と Android (TeXPortal/TeXpert) 向けのいくつかの軽量アプリケーションは、Android アプリが 32 MB のヒープ メモリに制限されていたため、負荷分散を可能にするデュアル アプリ アプローチです。2 つのアプリに分割することで、なんと 64 MB を活用できます。
LAH安定版の最新版LawTeXはε-TEXを使用しています。これはTex Liveパッケージのサブセットである拡張エンジンですが、コンパイル時にバックグラウンドで主にDVIとPNGを使用します。残念ながらε-TEXの開発者であるPeter Breitenlohner(1940年生まれ、2015年10月死去)は
LawTeXのreadmeより
「PDF や専門的な出版を提供することを目的としたものではありません」
- LawTeXを使用してLaTeXコードを書き、プレビューします。
- コンテンツに満足したら、VerbTeX を使用してオンラインで PDF を生成します。
VerbTeX などの最新のアプリでは、小さな画面のエディターでシンプルな IDE を提供し、コンパイル内容をより充実したクラウドベースの PDF サーバーに転送できます。これが Overleaf が人気を博している理由です。
Windows または Nix の主流タブレットを持っていない限り、必要なストレージ、コプロセッサ パワー、または完全な互換性のあるパッケージ範囲を備えている可能性は低いです。(もちろん、将来的には変わる可能性があり、現在の提供内容については私が間違っている可能性があります)
「動詞TeXAndroidデバイス上で直接LaTeXプロジェクトを作成および管理でき、verbosus.com で利用可能な LaTeX サービスを使用して PDF を生成します。」
これは他のオンラインソリューションと実質的に同じで、さまざまな機能を備えた学術クラウドベースのタイプセッティングシステムがいくつか存在します。より一般的なものは次のとおりです。著者 イプシロン / パペリアOverLeaf/ShareLaTeXなど、他にも選択できる専門的なLaTeXエディタがいくつかあります。 SageMath による CoCalc