내 태블릿에서 VerbTeX를 사용하여 문서가 컴파일되지 않습니다.

내 태블릿에서 VerbTeX를 사용하여 문서가 컴파일되지 않습니다.

좋은 아침이에요,

저는 Lenovo Tab 4에서 VerbTex를 사용하고 있으며 최근에 texlive 2018도 설치했습니다. amsmath 및 amssymb 패키지를 사용하여 몇 가지 간단한 문서도 컴파일하기 위해 여러 문서를 얻었습니다. 그러나 나는 훨씬 더 복잡한 것을 컴파일하려고 시도했지만 성공하지 못했습니다. 나는 VerbTex가 모든 패키지를 갖고 있지 않기 때문이라고 생각합니다. 현재 내 컴퓨터 앞에는 없지만 태블릿만 있지만 문서의 모든 패키지를 나열할 수 있습니다.

  • amscd
  • 앰브시
  • 정렬
  • 색상
  • px폰트
  • fancyhdr
  • 액자
  • 라텍스심
  • 멀티콜
  • pstricks
  • 베인
  • xcolor
  • 그림
  • 신원 우선
  • 열거 항목
  • 수학 도구
  • 하이퍼레프
  • 틱즈
  • 하위 그림
  • 이론
  • 변화
  • 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는 총 200Mb에서 수 GB 사이의 수천 개의 패키지로 구성된 수많은 TeX 엔진을 갖춘 크로스 플랫폼 TeX 배포판이며 휴대폰이나 태블릿에서 다양한 작은 조각을 사용하여 혼합 성공을 거둔 일부 사용자가 있습니다. iOS(TeXpad) 및 Android용 여러 경량 애플리케이션(TeXPortal/TeXpert는 Android 앱이 32MB 힙 메모리로 제한되어 있으므로 로드 분산을 허용하는 듀얼 앱 접근 방식입니다. 두 개의 앱으로 분리하면 무려 64MB를 활용할 수 있습니다!)

LAH 안정 LawTeX의 최신 변종은 Tex Live 패키지의 하위 집합인 향상된 엔진인 ε-TEX를 사용하지만 주로 컴파일 시 백그라운드에서 DVI 및 PNG를 사용합니다. 안타깝게도 ε-TEX Peter Breitenlohner의 개발자인 b1940은 2015년 10월에 합격했습니다.

LawTeX 읽어보기에서

"PDF나 어떤 종류의 전문 출판물을 제공하는 것을 목표로 하지 않습니다."

  1. LaTeX 코드를 작성하고 미리 보려면 LawTeX를 사용하세요. 그리고
  2. 내용에 만족하면 VerbTeX를 사용하여 온라인으로 PDF를 생성하십시오.

VerbTeX와 같은 최신 앱을 사용하면 작은 화면 편집기에서 간단한 IDE를 제공한 다음 편집 내용을 훨씬 더 강력한 클라우드 기반 PDF 서버로 전송할 수 있습니다. 따라서 Overleaf의 인기가 높아졌습니다.

Windows 또는 nix 메인스트림 태블릿이 없으면 필요한 스토리지, 공동 처리 능력 또는 전체 호환 가능한 패키지 범위를 갖출 가능성이 없습니다. (물론 미래에는 바뀔 수도 있고, 현재 제공되는 내용이 틀릴 수도 있습니다.)

"동사TeXAndroid 기기에서 직접 LaTeX 프로젝트를 생성하고 관리할 수 있습니다.verbosus.com에서 제공되는 LaTeX 서비스를 사용하여 PDF를 생성하십시오.."

이는 실제로 다른 온라인 솔루션과 유사하며 다양한 기능을 갖춘 여러 학술 클라우드 기반 조판 시스템이 있습니다. 더 일반적인 것은작성자 엡실론 / 파페리아OverLeaf/ShareLaTeX 등을 예로 들 수 있으며 다음과 같은 전문 라텍스 편집기 중에서 선택할 수 있습니다. SageMath의 CoCalc

관련 정보