![`tabularray.sty`를 다운로드한 후에도 인식되지 않는 이유는 무엇입니까?](https://rvso.com/image/476224/%60tabularray.sty%60%EB%A5%BC%20%EB%8B%A4%EC%9A%B4%EB%A1%9C%EB%93%9C%ED%95%9C%20%ED%9B%84%EC%97%90%EB%8F%84%20%EC%9D%B8%EC%8B%9D%EB%90%98%EC%A7%80%20%EC%95%8A%EB%8A%94%20%EC%9D%B4%EC%9C%A0%EB%8A%94%20%EB%AC%B4%EC%97%87%EC%9E%85%EB%8B%88%EA%B9%8C%3F.png)
다음을 수행한 후에도 인식되지 않는 "파일 'tabularray.sty'를 찾을 수 없습니다."라는 오류가 발생합니다.
1). 나는 달렸다 sudo tlmgr install tabularray
2). 그런 다음 나는 달렸다sudo texhash
삼). 그런 다음 다음 명령을 실행합니다.
rm *.aux
latexmk -pdf MWE.tex
파일은 MWE.tex
아래와 같습니다. 이것이 어떻게 작동하는지 오해하고 있는 것 같습니다. 패키지는 위 명령어 다음에 설치해야겠죠?
또한 ""파일 'tabularray.sty'를 찾을 수 없음"과 설치 중인 패키지의 차이점은 무엇입니까?
\documentclass[conference]{IEEEtran}
\IEEEoverridecommandlockouts
\usepackage{cite}
\usepackage{tabularray}
\usepackage{tabulary}
\begin{document}
\vspace{-15mm}
{\small
\bibliographystyle{unsrt}
\bibliography{refs.bib}}
\end{document}
편집하다 로그 파일은 다음과 같습니다.
Latexmk: This is Latexmk, John Collins, 26 Dec. 2019, version: 4.67.
Latexmk: applying rule 'pdflatex'...
Rule 'pdflatex': The following rules & subrules became out-of-date:
'pdflatex'
------------
Run number 1 of rule 'pdflatex'
------------
------------
Running 'pdflatex -recorder "MWE.tex"'
------------
This is pdfTeX, Version 3.14159265-2.6-1.40.21 (TeX Live 2020) (preloaded format=pdflatex)
restricted \write18 enabled.
entering extended mode
(./MWE.tex
LaTeX2e <2020-02-02> patch level 5
L3 programming layer <2020-03-06> (./IEEEtran.cls
Document Class: IEEEtran 2015/08/26 V1.8b by Michael Shell
-- See the "IEEEtran_HOWTO" manual for usage information.
-- http://www.michaelshell.org/tex/ieeetran/
(/usr/local/texlive/2020/texmf-dist/tex/latex/psnfss/ot1ptm.fd)
-- Using 8.5in x 11in (letter) paper.
-- Using PDF output.
-- This is a 10 point document.
)
** ATTENTION: Overriding command lockouts (line 2).
(/usr/local/texlive/2020/texmf-dist/tex/latex/cite/cite.sty)
! LaTeX Error: File `tabularray.sty' not found.
Type X to quit or <RETURN> to proceed,
or enter new name. (Default extension: sty)
Enter file name: X
=== TeX engine is 'pdfTeX'
Latexmk: Missing input file: 'tabularray.sty' from line
'! LaTeX Error: File `tabularray.sty' not found.'
Latexmk: Log file says no output from latex
Latexmk: For rule 'pdflatex', no output was made
Failure to make 'MWE.pdf'
Latexmk: Errors, so I did not complete making targets
Latexmk: Use the -f option to force complete processing,
unless error was exceeding maximum runs, or warnings treated as errors.
``