SUMOP|FUNCTION:Σ:0 _:: UNKNOWN:x:1 _:: MULOP:*:2 _:: UNKNOWN:y:3
<ltx:XMApp>
<ltx:XMTok meaning="set" omcd="cdlf"/>
| #!/bin/bash | |
| export TMPGITURL=$(git remote -v |grep origin|grep push|awk '{print $2}') | |
| cargo doc | |
| rm -rf generated-doc | |
| mv target/doc generated-doc | |
| cd generated-doc | |
| git init | |
| git add . | |
| git commit -m 'Deployed to Github Pages' | |
| git push --force $TMPGITURL master:gh-pages |
| # Add this line to your ~/.bashrc file, or equivalent for your Linux distribution | |
| export HARNESS_OPTIONS=j$(grep -c ^processor /proc/cpuinfo):c |
| %% | |
| %% 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. |
| <?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"> |
| #!/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/`; |
| 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... |
| \documentclass{article} | |
| \makeatletter | |
| \newcommand{\ifblank}[1]{% from expl3 | |
| \expandafter\ifx\expandafter\relax\detokenize\expandafter{\@gobble#1?}\relax | |
| \expandafter\@firstoftwo | |
| \else | |
| \expandafter\@secondoftwo | |
| \fi} |
| super 332168 | |
| supersymmetric 320564 | |
| supersymmetry 311743 | |
| superconducting 296234 | |
| supergravity 199224 | |
| supernova 168793 | |
| superposition 165574 | |
| superconductivity 145324 | |
| superfluid 140739 | |
| superpotential 132038 |
| <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> |