Top
Back: texring
Forward: xdvi
FastBack:
FastForward:
Up: latex_lib
Top: Singular Manual
Contents: Table of Contents
Index: Index
About: About this document

D.9.2.12 rmx

Procedure from library latex.lib (see latex_lib).

Usage:
rmx(fname); fname string

Return:
nothing; removes the .log and .aux files associated to the LaTeX file <fname>.

Note:
If fname ends by ".dvi" or ".tex", the .dvi or .tex file will be deleted, too.

Example:
 
LIB "latex.lib";
ring r;
poly f = x+y+z;
opentex("exp001");              // defaulted latex2e document
texobj("exp001","A polynom",f);
closetex("exp001");
tex("exp001");
==> calling latex2e for: exp001.tex 
==> 
==> This is pdfTeX, Version 3.141592653-2.6-1.40.27 (TeX Live 2025/Arch Linux\
   ) (preloaded format=latex)
==>  restricted \write18 enabled.
==> entering extended mode
==> (./exp001.tex
==> LaTeX2e <2024-11-01> patch level 2
==> L3 programming layer <2025-01-18>
==> (/usr/share/texmf-dist/tex/latex/base/article.cls
==> Document Class: article 2024/06/29 v1.4n Standard LaTeX document class
==> (/usr/share/texmf-dist/tex/latex/base/size10.clo))
==> (/usr/share/texmf-dist/tex/latex/amsmath/amsmath.sty
==> For additional information on amsmath, use the `?' option.
==> (/usr/share/texmf-dist/tex/latex/amsmath/amstext.sty
==> (/usr/share/texmf-dist/tex/latex/amsmath/amsgen.sty))
==> (/usr/share/texmf-dist/tex/latex/amsmath/amsbsy.sty)
==> (/usr/share/texmf-dist/tex/latex/amsmath/amsopn.sty))
==> (/usr/share/texmf-dist/tex/latex/amsfonts/amssymb.sty
==> (/usr/share/texmf-dist/tex/latex/amsfonts/amsfonts.sty))
==> (/usr/share/texmf-dist/tex/latex/l3backend/l3backend-dvips.def)
==> No file exp001.aux.
==> (/usr/share/texmf-dist/tex/latex/amsfonts/umsa.fd)
==> (/usr/share/texmf-dist/tex/latex/amsfonts/umsb.fd)
==> [1] (./exp001.aux) )
==> Output written on exp001.dvi (1 page, 340 bytes).
==> Transcript written on exp001.log.
rmx("exp001");   // removes aux and log file of exp001
system("sh","rm exp001.*");
==> 0


Top Back: texring Forward: xdvi FastBack: FastForward: Up: latex_lib Top: Singular Manual Contents: Table of Contents Index: Index About: About this document
            User manual for Singular version 4.4.1, 2025, generated by texi2html.