Bom dia,
Estou usando VerbTex no meu Lenovo Tab 4 e instalei recentemente o texlive 2018 também. Consegui vários documentos para compilar até mesmo alguns simples com pacotes amsmath e amssymb. Eu apenas tentei compilar um muito mais complicado, mas sem sucesso. Acredito que seja porque o VerbTex não possui todos os pacotes. Atualmente não estou na frente da minha máquina apenas do meu tablet, mas posso listar todos os pacotes no documento:
- amscd
- amsbsy
- variedade
- cor
- pxfonts
- fantasiahdr
- emoldurado
- látexsym
- multicol
- pstricks
- cortado
- xcolor
- foto
- identificar primeiro
- enumitem
- ferramentas matemáticas
- hiperref
- tikz
- subfigura
- teorema
- mudanças
- tikz-cd
- flutuador
- títulosec
- chique
Espero que tudo o que preciso fazer seja instalar todos esses pacotes no meu tablet, mas não tenho certeza de como.
Consegui acessar meu computador e agora posso fornecer um 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}
Michael D.
Responder1
TeX Live é uma distribuição TeX multiplataforma com vários mecanismos TeX compostos por milhares de pacotes no total entre 200 MB e vários GB e há alguns usuários que tiveram sucesso misto ao usar vários pedaços menores em telefones ou tablets. Vários aplicativos leves para iOS (TeXpad) e Android (TeXPortal/TeXpert, uma abordagem de aplicativo duplo para permitir a distribuição de carga, já que os aplicativos Android eram limitados a 32 MB de memória heap. Ao se separarem em dois aplicativos, eles poderiam utilizar impressionantes 64 MB!)
A variante mais recente do LawTeX estável do LAH usa ε-TEX, um mecanismo aprimorado que é um subconjunto de pacotes Tex Live, mas usa principalmente DVI e PNG em segundo plano em tempo de compilação. Infelizmente, o desenvolvedor do ε-TEX Peter Breitenlohner, b1940 – aprovado em outubro de 2015
Do leia-me do LawTeX
“Não tem como objetivo fornecer PDF ou qualquer tipo de publicação profissional”
- Use LawTeX para ESCREVER e VISUALIZAR seu código LaTeX; e
- Quando estiver satisfeito com o CONTEÚDO, gere o PDF online usando VerbTeX.
Aplicativos modernos como VerbTeX permitem que um editor de tela pequena forneça um IDE simples e depois transfira a compilação para um servidor PDF baseado em nuvem muito mais robusto. daí a popularidade do Overleaf.
A menos que você tenha um tablet Windows ou nix mainstream, é improvável que você tenha o armazenamento necessário, o poder de coprocessamento ou a gama completa de pacotes compatíveis. (É claro que isso pode mudar no futuro, e posso estar errado sobre as ofertas atuais)
"VerbTeXpermite que você crie e gerencie projetos LaTeX diretamente em seu dispositivo Android egerar um PDF usando o serviço LaTeX disponível em verbosus.com."
Na verdade, isso é semelhante a outras soluções on-line; existem vários sistemas acadêmicos de composição tipográfica baseados em nuvem com vários recursos. Os mais comuns sãoAutoria Épsilon / PapelariaOverLeaf/ShareLaTeX, para citar apenas alguns, e há mais editores especializados em látex para escolher, como CoCalc por SageMath