SUMOP|FUNCTION:Σ:0 _:: UNKNOWN:x:1 _:: MULOP:*:2 _:: UNKNOWN:y:3
<ltx:XMApp>
<ltx:XMTok meaning="set" omcd="cdlf"/>
Year | No Problems | Warnings | Errors | Fatal | Invalid | |
---|---|---|---|---|---|---|
1991 | 23 | 153 | 87 | 41 | 2 | |
1992 | 232 | 1532 | 1179 | 286 | 32 | |
1993 | 606 | 3723 | 1612 | 480 | 309 | |
1994 | 915 | 5582 | 1877 | 569 | 1145 | |
1995 | 1189 | 7321 | 2069 | 495 | 1924 | |
1996 | 1605 | 9209 | 3584 | 871 | 592 | |
1997 | 1965 | 11333 | 4650 | 1180 | 472 | |
1998 | 2552 | 13373 | 5952 | 1519 | 627 | |
1999 | 2895 | 15432 | 6563 | 1643 | 860 |
<apply> | |
<apply> | |
<csymbol cd="ambiguous">superscript</csymbol> | |
<apply> | |
<csymbol cd="ambiguous">subscript</csymbol> | |
<int /> | |
<cn type="integer">0</cn> | |
</apply> | |
<ci>italic-z</ci> | |
</apply> |
super 332168 | |
supersymmetric 320564 | |
supersymmetry 311743 | |
superconducting 296234 | |
supergravity 199224 | |
supernova 168793 | |
superposition 165574 | |
superconductivity 145324 | |
superfluid 140739 | |
superpotential 132038 |
\documentclass{article} | |
\makeatletter | |
\newcommand{\ifblank}[1]{% from expl3 | |
\expandafter\ifx\expandafter\relax\detokenize\expandafter{\@gobble#1?}\relax | |
\expandafter\@firstoftwo | |
\else | |
\expandafter\@secondoftwo | |
\fi} |
ctpargentina:information cagin.yunus$ latexml --includestyles derivation-entropy.tex | |
latexml (LaTeXML version 0.8.2) | |
processing started Fri May 4 15:42:27 2018 | |
(Digesting TeX derivation-entropy... | |
(Loading /opt/local/lib/perl5/vendor_perl/5.26/LaTeXML/Package/TeX.pool.ltxml... | |
(Loading /opt/local/lib/perl5/vendor_perl/5.26/LaTeXML/Package/eTeX.pool.ltxml... 0.00 sec) | |
(Loading /opt/local/lib/perl5/vendor_perl/5.26/LaTeXML/Package/pdfTeX.pool.ltxml... 0.00 sec) 0.09 sec) | |
(Processing content /Users/cagin.yunus/Dropbox/notes/information/derivation-entropy.tex... | |
(Loading /opt/local/lib/perl5/vendor_perl/5.26/LaTeXML/Package/LaTeX.pool.ltxml... |
#!/usr/bin/env perl | |
# expected: s3cmd version 1.6.1 , properly configured | |
# Run this script from the directory with your existing arXiv download, e.g. /data/arXiv/ | |
use strict; | |
use warnings; | |
# Note: you need s3cmd properly setup on your machine first! | |
my $available = ` s3cmd ls --requester-pays s3://arxiv/src/`; |
<?xml version="1.0" encoding="UTF-8"?> | |
<?latexml searchpaths="/home/dreamweaver/testbed"?> | |
<?latexml class="article"?> | |
<?latexml package="amsmath"?> | |
<?latexml RelaxNGSchema="LaTeXML"?> | |
<document xmlns="http://dlmf.nist.gov/LaTeXML"> | |
<resource src="LaTeXML.css" type="text/css"/> | |
<resource src="ltx-article.css" type="text/css"/> | |
<para xml:id="p1"> | |
<equation xml:id="S0.Ex1"> |
%% | |
%% This is file `babel.def', | |
%% generated with the docstrip utility. | |
%% | |
%% The original source files were: | |
%% | |
%% babel.dtx (with options: `core') | |
%% | |
%% | |
%% Copyright (C) 2012-2017 Javier Bezos and Johannes L. Braams. |
# Add this line to your ~/.bashrc file, or equivalent for your Linux distribution | |
export HARNESS_OPTIONS=j$(grep -c ^processor /proc/cpuinfo):c |