Warning: this is an htmlized version!
The original is here, and
the conversion rules are here.
#######
#
# E-scripts on tesevictor.
#
# Note 1: use the eev command (defined in eev.el) and the
# ee alias (in my .zshrc) to execute parts of this file.
# Executing this file as a whole makes no sense.
# An introduction to eev can be found here:
#
#   (find-eev-quick-intro)
#   http://anggtwu.net/eev-intros/find-eev-quick-intro.html
#
# Note 2: be VERY careful and make sure you understand what
# you're doing.
#
# Note 3: If you use a shell other than zsh things like |&
# and the for loops may not work.
#
# Note 4: I always run as root.
#
# Note 5: some parts are too old and don't work anymore. Some
# never worked.
#
# Note 6: the definitions for the find-xxxfile commands are on my
# .emacs.
#
# Note 7: if you see a strange command check my .zshrc -- it may
# be defined there as a function or an alias.
#
# Note 8: the sections without dates are always older than the
# sections with dates.
#
# This file is at <http://anggtwu.net/e/tesevictor.e>
#           or at <http://anggtwu.net/e/tesevictor.e.html>.
#        See also <http://anggtwu.net/emacs.html>,
#                 <http://anggtwu.net/.emacs[.html]>,
#                 <http://anggtwu.net/.zshrc[.html]>,
#                 <http://anggtwu.net/escripts.html>,
#             and <http://anggtwu.net/>.
#
#######



# (find-fline     "~/TESEVICTOR/")
# (code-c-d "tv"  "~/TESEVICTOR/")
# (code-c-d "tvr" "~/TESEVICTOR/rep/")
# (find-tvfile "")
# (find-tvrfile "")
# (find-tvfile "repUERJ.cls" "nearskip=5pt")
# (find-tvfile "repUERJformat.sty" "\\addto\\captionsbrazil")
# (find-es "tex" "babel")

* (eepitch-shell)
* (eepitch-kill)
* (eepitch-shell)
# (find-fline "~/TESEVICTOR/")
rm -Rv ~/TESEVICTOR/
mkdir  ~/TESEVICTOR/
cd     ~/TESEVICTOR/
unzip /tmp/Tese_de_Doutorado_Foundational_Studies_in_Proof_theoretic_Semantics.zip
mkdir  rep/
cd     rep/
unzip /tmp/"repUERJ.Instituto de Física.UERJ (v.2023.12) (1).zip"

cd     ~/TESEVICTOR/
# export PATH=/usr/local/texlive/2019/bin/x86_64-linux:$PATH
# export PATH=/usr/local/texlive/2020/bin/x86_64-linux:$PATH
  export PATH=/usr/local/texlive/2021/bin/x86_64-linux:$PATH
pdflatex main
pdflatex main


* (eepitch-shell)
* (eepitch-kill)
* (eepitch-shell)
cd     ~/TESEVICTOR/rep/
pdflatex modelo



# (find-telegachat  "@Victorluisbn#232929")
# (find-telegachatm "@Victorluisbn#232929")
# https://www.rsirius.uerj.br/servicos/modelos-pre-textuais

# (find-telegachat "@Victorluisbn#232905" "tese.zip")
# (find-telegachat "@Victorluisbn#232906" "tese.pdf")
# (find-telegachat "@Victorluisbn#232907" "alterações.docx")

https://pt.overleaf.com/latex/templates/repuerj-dot-instituto-de-fisica-dot-uerj-v-dot-2023-dot-12/kpjgrmjfpfdw
https://www.overleaf.com/latex/templates/template-tcc-msc-dsc-engenharia-mecanica-uerj-english/wxhgyqjqkbxv




repUERJ.Instituto de Física.UERJ (v.2023.12) (1).zip




https://aprendolatex.wordpress.com/tag/captions/ captionsbrazilian

https://www.ppgem.uerj.br/downloads.html
https://www.overleaf.com/latex/templates/modelo-de-dissertacao-uerj-universidade-do-estado-do-rio-de-janeiro/kpjgrmjfpfdw
https://www.ppgem.uerj.br/downloads.html
https://www.overleaf.com/latex/templates/template-tcc-msc-dsc-engenharia-mecanica-uerj-english/wxhgyqjqkbxv




https://github.com/ArtifexSoftware/pdf2docx
https://pdf2docx.readthedocs.io/en/latest/
https://github.com/pymupdf/PyMuPDF

* (eepitch-shell)
* (eepitch-kill)
* (eepitch-shell)
pip3 install PyMuPDF

# (find-git-links "https://github.com/ArtifexSoftware/pdf2docx" "pdf2docx")
# (code-c-d "pdf2docx" "~/usrc/pdf2docx/")
# (find-pdf2docxfile "")


pip3 install pdf2docx

PAGER=cat pdf2docx --help




# (find-sh "locate -i victor")
# (find-sh "locate -i victor | grep -i pdf")

# (find-fline "~/books/__logic/" "victor_nascimento__foundational_studies_in_proof_theoretic_semantics.pdf")
cp -v ~/books/__logic/victor_nascimento__foundational_studies_in_proof_theoretic_semantics.pdf /tmp/tese1.pdf

cd /tmp/
pdf2docx convert tese1.pdf tese1-a.docx

# https://stackoverflow.com/questions/56559796/convert-pdf-to-docx
pdftohtml --help
pdftohtml tese1.pdf tese1-b.html

# (find-sh "apt-file search pdftohtml")
# file:///tmp/tese1-b.html

apti poppler-utils

# (find-mkdir-links "TESEVICTOR/")
# (find-linpfile    "TESEVICTOR/")
http://anggtwu.net/TESEVICTOR/tese1-b.html




#  Local Variables:
#  coding:               utf-8-unix
#  End: