cannot find installed package in VS Code with TexLiveTexLive cannot find Ruby.exeHow to install Gregorio...

What would happen to a modern skyscraper if it rains micro blackholes?

New order #4: World

How long does it take to type this?

Do Phineas and Ferb ever actually get busted in real time?

Why are 150k or 200k jobs considered good when there are 300k+ births a month?

whey we use polarized capacitor?

Do any Labour MPs support no-deal?

Can I interfere when another PC is about to be attacked?

Is it possible to do 50 km distance without any previous training?

Why is an old chain unsafe?

Is it tax fraud for an individual to declare non-taxable revenue as taxable income? (US tax laws)

"You are your self first supporter", a more proper way to say it

Example of a relative pronoun

The use of multiple foreign keys on same column in SQL Server

Theorems that impeded progress

Set-theoretical foundations of Mathematics with only bounded quantifiers

Patience, young "Padovan"

What are these boxed doors outside store fronts in New York?

How to re-create Edward Weson's Pepper No. 30?

Can a German sentence have two subjects?

Find original functions from a composite function

How can I hide my bitcoin transactions to protect anonymity from others?

Infinite past with a beginning?

Pronouncing Dictionary.com's W.O.D "vade mecum" in English



cannot find installed package in VS Code with TexLive


TexLive cannot find Ruby.exeHow to install Gregorio package on Ubuntu with TeXLive installed?Successfully installed texlive-full but can't find itMacTex 2012Basic cannot find installed packagesInstalled texlive, but can't find it on hard driveTexlive 2015 problem - cannot find 'article.cls'Cannot update TeXLive 2016Find correct texlive package that contains missed filesTexlive cannot find files in TEXMFHOMELatex cannot find sty files













1















My OS is win10 enterprise.



VS Code Output: ! LaTeX Error: File `algorithms.sty' not found.



I had set system environment path for me and all users, and found `algorithms.sty' in E:texlive2018texmf-disttexlatexalgorithms



Also, I press update filename datebase in TexLive Manager-actions



I have tried many methods but it didn't worked, thank you for your time



TexLive Manager



error



% !TEX program = pdflatex
documentclass{article}
usepackage{algorithms}
usepackage{algorithmicx}
usepackage{lipsum}
begin{document}
asdlkjads
end{document}
begin{documeasdlkjadsnt}
section{A section}
begin{algorithm*}
caption{Euclid’s algorithm}label{euclid}
begin{algorithmic}[1]
Procedure{Euclid}{$a,b$}Comment{The g.c.d. of a and b}
State $rgets abmod b$
While{$rnot=0$}Comment{We have the answer if r is 0}
State $agets b$
State $bgets r$
State $rgets abmod b$
EndWhilelabel{euclidendwhile}
State textbf{return} $b$Comment{The gcd is b}
EndProcedure
end{algorithmic}
end{algorithm*}

lipsum[1-15]% dummy text
end{document}


i can compile that code as shown below



% !TEX program = pdflatex
documentclass{article}

usepackage{hyperref}
usepackage[round]{natbib}
usepackage{newtxtext,newtxmath}
author{Dongsheng Deng}
title{Configuration of Visual Studio Code for LaTeX{} Users}
date{today}

begin{document}
maketitle

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, cite{GraffZivin2018} sunt in culpa qui officia deserunt mollit anim id est laborum.

begin{equation}
a^2+b^2=c^2
end{equation}

bibliography{info}
bibliographystyle{plainnat}

end{document}









share|improve this question









New contributor




GuikunChen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    Did you try compiling by command line?

    – JouleV
    20 hours ago











  • @JouleV i just tried pdflatex test.tex, and it still output: ! LaTeX Error: File `algorithms.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty)

    – GuikunChen
    20 hours ago













  • Then it is not a problem with your editor. You probably installed TeX Live in a wrong way.

    – JouleV
    20 hours ago











  • On that tlmgr screen run the top 3 ACTIONS quit test and if necessary try the lower option update all installed then the top3 actions again

    – KJO
    20 hours ago








  • 1





    @KJO Thank u very much! I just compiled successful by take the 's' off! VS Code Editor promote {algorithms} automatically when I write down 'usepackage{algo...}' and {algorithm} are not available in the options, but there are no package named algorithms, I think that this is the problem I have encountered.

    – GuikunChen
    18 hours ago


















1















My OS is win10 enterprise.



VS Code Output: ! LaTeX Error: File `algorithms.sty' not found.



I had set system environment path for me and all users, and found `algorithms.sty' in E:texlive2018texmf-disttexlatexalgorithms



Also, I press update filename datebase in TexLive Manager-actions



I have tried many methods but it didn't worked, thank you for your time



TexLive Manager



error



% !TEX program = pdflatex
documentclass{article}
usepackage{algorithms}
usepackage{algorithmicx}
usepackage{lipsum}
begin{document}
asdlkjads
end{document}
begin{documeasdlkjadsnt}
section{A section}
begin{algorithm*}
caption{Euclid’s algorithm}label{euclid}
begin{algorithmic}[1]
Procedure{Euclid}{$a,b$}Comment{The g.c.d. of a and b}
State $rgets abmod b$
While{$rnot=0$}Comment{We have the answer if r is 0}
State $agets b$
State $bgets r$
State $rgets abmod b$
EndWhilelabel{euclidendwhile}
State textbf{return} $b$Comment{The gcd is b}
EndProcedure
end{algorithmic}
end{algorithm*}

lipsum[1-15]% dummy text
end{document}


i can compile that code as shown below



% !TEX program = pdflatex
documentclass{article}

usepackage{hyperref}
usepackage[round]{natbib}
usepackage{newtxtext,newtxmath}
author{Dongsheng Deng}
title{Configuration of Visual Studio Code for LaTeX{} Users}
date{today}

begin{document}
maketitle

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, cite{GraffZivin2018} sunt in culpa qui officia deserunt mollit anim id est laborum.

begin{equation}
a^2+b^2=c^2
end{equation}

bibliography{info}
bibliographystyle{plainnat}

end{document}









share|improve this question









New contributor




GuikunChen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.
















  • 1





    Did you try compiling by command line?

    – JouleV
    20 hours ago











  • @JouleV i just tried pdflatex test.tex, and it still output: ! LaTeX Error: File `algorithms.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty)

    – GuikunChen
    20 hours ago













  • Then it is not a problem with your editor. You probably installed TeX Live in a wrong way.

    – JouleV
    20 hours ago











  • On that tlmgr screen run the top 3 ACTIONS quit test and if necessary try the lower option update all installed then the top3 actions again

    – KJO
    20 hours ago








  • 1





    @KJO Thank u very much! I just compiled successful by take the 's' off! VS Code Editor promote {algorithms} automatically when I write down 'usepackage{algo...}' and {algorithm} are not available in the options, but there are no package named algorithms, I think that this is the problem I have encountered.

    – GuikunChen
    18 hours ago
















1












1








1








My OS is win10 enterprise.



VS Code Output: ! LaTeX Error: File `algorithms.sty' not found.



I had set system environment path for me and all users, and found `algorithms.sty' in E:texlive2018texmf-disttexlatexalgorithms



Also, I press update filename datebase in TexLive Manager-actions



I have tried many methods but it didn't worked, thank you for your time



TexLive Manager



error



% !TEX program = pdflatex
documentclass{article}
usepackage{algorithms}
usepackage{algorithmicx}
usepackage{lipsum}
begin{document}
asdlkjads
end{document}
begin{documeasdlkjadsnt}
section{A section}
begin{algorithm*}
caption{Euclid’s algorithm}label{euclid}
begin{algorithmic}[1]
Procedure{Euclid}{$a,b$}Comment{The g.c.d. of a and b}
State $rgets abmod b$
While{$rnot=0$}Comment{We have the answer if r is 0}
State $agets b$
State $bgets r$
State $rgets abmod b$
EndWhilelabel{euclidendwhile}
State textbf{return} $b$Comment{The gcd is b}
EndProcedure
end{algorithmic}
end{algorithm*}

lipsum[1-15]% dummy text
end{document}


i can compile that code as shown below



% !TEX program = pdflatex
documentclass{article}

usepackage{hyperref}
usepackage[round]{natbib}
usepackage{newtxtext,newtxmath}
author{Dongsheng Deng}
title{Configuration of Visual Studio Code for LaTeX{} Users}
date{today}

begin{document}
maketitle

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, cite{GraffZivin2018} sunt in culpa qui officia deserunt mollit anim id est laborum.

begin{equation}
a^2+b^2=c^2
end{equation}

bibliography{info}
bibliographystyle{plainnat}

end{document}









share|improve this question









New contributor




GuikunChen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.












My OS is win10 enterprise.



VS Code Output: ! LaTeX Error: File `algorithms.sty' not found.



I had set system environment path for me and all users, and found `algorithms.sty' in E:texlive2018texmf-disttexlatexalgorithms



Also, I press update filename datebase in TexLive Manager-actions



I have tried many methods but it didn't worked, thank you for your time



TexLive Manager



error



% !TEX program = pdflatex
documentclass{article}
usepackage{algorithms}
usepackage{algorithmicx}
usepackage{lipsum}
begin{document}
asdlkjads
end{document}
begin{documeasdlkjadsnt}
section{A section}
begin{algorithm*}
caption{Euclid’s algorithm}label{euclid}
begin{algorithmic}[1]
Procedure{Euclid}{$a,b$}Comment{The g.c.d. of a and b}
State $rgets abmod b$
While{$rnot=0$}Comment{We have the answer if r is 0}
State $agets b$
State $bgets r$
State $rgets abmod b$
EndWhilelabel{euclidendwhile}
State textbf{return} $b$Comment{The gcd is b}
EndProcedure
end{algorithmic}
end{algorithm*}

lipsum[1-15]% dummy text
end{document}


i can compile that code as shown below



% !TEX program = pdflatex
documentclass{article}

usepackage{hyperref}
usepackage[round]{natbib}
usepackage{newtxtext,newtxmath}
author{Dongsheng Deng}
title{Configuration of Visual Studio Code for LaTeX{} Users}
date{today}

begin{document}
maketitle

Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod
tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam,
quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo
consequat.Duis aute irure dolor in reprehenderit in voluptate velit esse
cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non
proident, cite{GraffZivin2018} sunt in culpa qui officia deserunt mollit anim id est laborum.

begin{equation}
a^2+b^2=c^2
end{equation}

bibliography{info}
bibliographystyle{plainnat}

end{document}






texlive editors






share|improve this question









New contributor




GuikunChen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




GuikunChen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited 19 hours ago







GuikunChen













New contributor




GuikunChen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked 20 hours ago









GuikunChenGuikunChen

62




62




New contributor




GuikunChen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





GuikunChen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






GuikunChen is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.








  • 1





    Did you try compiling by command line?

    – JouleV
    20 hours ago











  • @JouleV i just tried pdflatex test.tex, and it still output: ! LaTeX Error: File `algorithms.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty)

    – GuikunChen
    20 hours ago













  • Then it is not a problem with your editor. You probably installed TeX Live in a wrong way.

    – JouleV
    20 hours ago











  • On that tlmgr screen run the top 3 ACTIONS quit test and if necessary try the lower option update all installed then the top3 actions again

    – KJO
    20 hours ago








  • 1





    @KJO Thank u very much! I just compiled successful by take the 's' off! VS Code Editor promote {algorithms} automatically when I write down 'usepackage{algo...}' and {algorithm} are not available in the options, but there are no package named algorithms, I think that this is the problem I have encountered.

    – GuikunChen
    18 hours ago
















  • 1





    Did you try compiling by command line?

    – JouleV
    20 hours ago











  • @JouleV i just tried pdflatex test.tex, and it still output: ! LaTeX Error: File `algorithms.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty)

    – GuikunChen
    20 hours ago













  • Then it is not a problem with your editor. You probably installed TeX Live in a wrong way.

    – JouleV
    20 hours ago











  • On that tlmgr screen run the top 3 ACTIONS quit test and if necessary try the lower option update all installed then the top3 actions again

    – KJO
    20 hours ago








  • 1





    @KJO Thank u very much! I just compiled successful by take the 's' off! VS Code Editor promote {algorithms} automatically when I write down 'usepackage{algo...}' and {algorithm} are not available in the options, but there are no package named algorithms, I think that this is the problem I have encountered.

    – GuikunChen
    18 hours ago










1




1





Did you try compiling by command line?

– JouleV
20 hours ago





Did you try compiling by command line?

– JouleV
20 hours ago













@JouleV i just tried pdflatex test.tex, and it still output: ! LaTeX Error: File `algorithms.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty)

– GuikunChen
20 hours ago







@JouleV i just tried pdflatex test.tex, and it still output: ! LaTeX Error: File `algorithms.sty' not found. Type X to quit or <RETURN> to proceed, or enter new name. (Default extension: sty)

– GuikunChen
20 hours ago















Then it is not a problem with your editor. You probably installed TeX Live in a wrong way.

– JouleV
20 hours ago





Then it is not a problem with your editor. You probably installed TeX Live in a wrong way.

– JouleV
20 hours ago













On that tlmgr screen run the top 3 ACTIONS quit test and if necessary try the lower option update all installed then the top3 actions again

– KJO
20 hours ago







On that tlmgr screen run the top 3 ACTIONS quit test and if necessary try the lower option update all installed then the top3 actions again

– KJO
20 hours ago






1




1





@KJO Thank u very much! I just compiled successful by take the 's' off! VS Code Editor promote {algorithms} automatically when I write down 'usepackage{algo...}' and {algorithm} are not available in the options, but there are no package named algorithms, I think that this is the problem I have encountered.

– GuikunChen
18 hours ago







@KJO Thank u very much! I just compiled successful by take the 's' off! VS Code Editor promote {algorithms} automatically when I write down 'usepackage{algo...}' and {algorithm} are not available in the options, but there are no package named algorithms, I think that this is the problem I have encountered.

– GuikunChen
18 hours ago












0






active

oldest

votes












Your Answer








StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "85"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);

StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});

function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});


}
});






GuikunChen is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483607%2fcannot-find-installed-package-in-vs-code-with-texlive%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown

























0






active

oldest

votes








0






active

oldest

votes









active

oldest

votes






active

oldest

votes








GuikunChen is a new contributor. Be nice, and check out our Code of Conduct.










draft saved

draft discarded


















GuikunChen is a new contributor. Be nice, and check out our Code of Conduct.













GuikunChen is a new contributor. Be nice, and check out our Code of Conduct.












GuikunChen is a new contributor. Be nice, and check out our Code of Conduct.
















Thanks for contributing an answer to TeX - LaTeX Stack Exchange!


  • Please be sure to answer the question. Provide details and share your research!

But avoid



  • Asking for help, clarification, or responding to other answers.

  • Making statements based on opinion; back them up with references or personal experience.


To learn more, see our tips on writing great answers.




draft saved


draft discarded














StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483607%2fcannot-find-installed-package-in-vs-code-with-texlive%23new-answer', 'question_page');
}
);

Post as a guest















Required, but never shown





















































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown

































Required, but never shown














Required, but never shown












Required, but never shown







Required, but never shown







Popular posts from this blog

Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...