Trying to manually install tikz-cd on MikTex
So for some reason I have to install the Tikz-cd package manually. I followed the first two answers of this question. The one that got me closest to the finish line is the second answer.
I followed all of the instructions and got to the last part: to install the package using the package manager. However, I could not install the package due to "a required file does not exist". I am not sure what files I'm missing since I downloaded the package from CTAN. I tried to put in just the zip file, I also tried unzipping the file and put just the contents, I tried unzipping the file but put all the contents in a folder, but none of it works.
installing
add a comment |
So for some reason I have to install the Tikz-cd package manually. I followed the first two answers of this question. The one that got me closest to the finish line is the second answer.
I followed all of the instructions and got to the last part: to install the package using the package manager. However, I could not install the package due to "a required file does not exist". I am not sure what files I'm missing since I downloaded the package from CTAN. I tried to put in just the zip file, I also tried unzipping the file and put just the contents, I tried unzipping the file but put all the contents in a folder, but none of it works.
installing
I do not have MikTeX console.
– user184636
Mar 30 at 0:42
than you have package manager. download by it. and upgrade your MikTeX installation, it seems to be (too) old.
– Zarko
Mar 30 at 3:21
add a comment |
So for some reason I have to install the Tikz-cd package manually. I followed the first two answers of this question. The one that got me closest to the finish line is the second answer.
I followed all of the instructions and got to the last part: to install the package using the package manager. However, I could not install the package due to "a required file does not exist". I am not sure what files I'm missing since I downloaded the package from CTAN. I tried to put in just the zip file, I also tried unzipping the file and put just the contents, I tried unzipping the file but put all the contents in a folder, but none of it works.
installing
So for some reason I have to install the Tikz-cd package manually. I followed the first two answers of this question. The one that got me closest to the finish line is the second answer.
I followed all of the instructions and got to the last part: to install the package using the package manager. However, I could not install the package due to "a required file does not exist". I am not sure what files I'm missing since I downloaded the package from CTAN. I tried to put in just the zip file, I also tried unzipping the file and put just the contents, I tried unzipping the file but put all the contents in a folder, but none of it works.
installing
installing
asked Mar 29 at 23:56
user184636user184636
1
1
I do not have MikTeX console.
– user184636
Mar 30 at 0:42
than you have package manager. download by it. and upgrade your MikTeX installation, it seems to be (too) old.
– Zarko
Mar 30 at 3:21
add a comment |
I do not have MikTeX console.
– user184636
Mar 30 at 0:42
than you have package manager. download by it. and upgrade your MikTeX installation, it seems to be (too) old.
– Zarko
Mar 30 at 3:21
I do not have MikTeX console.
– user184636
Mar 30 at 0:42
I do not have MikTeX console.
– user184636
Mar 30 at 0:42
than you have package manager. download by it. and upgrade your MikTeX installation, it seems to be (too) old.
– Zarko
Mar 30 at 3:21
than you have package manager. download by it. and upgrade your MikTeX installation, it seems to be (too) old.
– Zarko
Mar 30 at 3:21
add a comment |
1 Answer
1
active
oldest
votes
There are three ways to install "manually" a package in miktex:
through a "local repository"
This is only not really a "manual" installation: it still uses the prepacked packages from miktex, it uses the miktex tools (like the console) to do all the work.
This method is suitable if you can't use the miktex console directly e.g. due to problems with the internet connection because of proxy/firewalls or similar problems.
The method requires are rather current miktex - with older miktex there is the danger that the files are not compatible.
The method is described here https://tex.stackexchange.com/a/462216/2388
Installation with a tds.zip
Some packages provides their files packaged as a tds.zip. Such packages can be installed rather easily: Unpack the zip file somewhere outside miktex. Then add the root of the tds folder structure that you got (the parent folder of the tex
folder) as a new root in the miktex console (new) or miktex settings (old).
Really manual installation
In this method all files of a package are copied by you to the right location in a local texmf tree that you have to create first. What exactly has to be done depends a lot of the package. Sometimes you first have to unpack files by compiling an ins or dtx file, sometimes you should copy files to tex/latex, or to bibtex/bst or to fonts/tfm. Sometimes you have to adapt
the updmap.cfg and call updmap. At the end you normally have to update the FNDB.
add a comment |
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
});
}
});
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482199%2ftrying-to-manually-install-tikz-cd-on-miktex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
1 Answer
1
active
oldest
votes
1 Answer
1
active
oldest
votes
active
oldest
votes
active
oldest
votes
There are three ways to install "manually" a package in miktex:
through a "local repository"
This is only not really a "manual" installation: it still uses the prepacked packages from miktex, it uses the miktex tools (like the console) to do all the work.
This method is suitable if you can't use the miktex console directly e.g. due to problems with the internet connection because of proxy/firewalls or similar problems.
The method requires are rather current miktex - with older miktex there is the danger that the files are not compatible.
The method is described here https://tex.stackexchange.com/a/462216/2388
Installation with a tds.zip
Some packages provides their files packaged as a tds.zip. Such packages can be installed rather easily: Unpack the zip file somewhere outside miktex. Then add the root of the tds folder structure that you got (the parent folder of the tex
folder) as a new root in the miktex console (new) or miktex settings (old).
Really manual installation
In this method all files of a package are copied by you to the right location in a local texmf tree that you have to create first. What exactly has to be done depends a lot of the package. Sometimes you first have to unpack files by compiling an ins or dtx file, sometimes you should copy files to tex/latex, or to bibtex/bst or to fonts/tfm. Sometimes you have to adapt
the updmap.cfg and call updmap. At the end you normally have to update the FNDB.
add a comment |
There are three ways to install "manually" a package in miktex:
through a "local repository"
This is only not really a "manual" installation: it still uses the prepacked packages from miktex, it uses the miktex tools (like the console) to do all the work.
This method is suitable if you can't use the miktex console directly e.g. due to problems with the internet connection because of proxy/firewalls or similar problems.
The method requires are rather current miktex - with older miktex there is the danger that the files are not compatible.
The method is described here https://tex.stackexchange.com/a/462216/2388
Installation with a tds.zip
Some packages provides their files packaged as a tds.zip. Such packages can be installed rather easily: Unpack the zip file somewhere outside miktex. Then add the root of the tds folder structure that you got (the parent folder of the tex
folder) as a new root in the miktex console (new) or miktex settings (old).
Really manual installation
In this method all files of a package are copied by you to the right location in a local texmf tree that you have to create first. What exactly has to be done depends a lot of the package. Sometimes you first have to unpack files by compiling an ins or dtx file, sometimes you should copy files to tex/latex, or to bibtex/bst or to fonts/tfm. Sometimes you have to adapt
the updmap.cfg and call updmap. At the end you normally have to update the FNDB.
add a comment |
There are three ways to install "manually" a package in miktex:
through a "local repository"
This is only not really a "manual" installation: it still uses the prepacked packages from miktex, it uses the miktex tools (like the console) to do all the work.
This method is suitable if you can't use the miktex console directly e.g. due to problems with the internet connection because of proxy/firewalls or similar problems.
The method requires are rather current miktex - with older miktex there is the danger that the files are not compatible.
The method is described here https://tex.stackexchange.com/a/462216/2388
Installation with a tds.zip
Some packages provides their files packaged as a tds.zip. Such packages can be installed rather easily: Unpack the zip file somewhere outside miktex. Then add the root of the tds folder structure that you got (the parent folder of the tex
folder) as a new root in the miktex console (new) or miktex settings (old).
Really manual installation
In this method all files of a package are copied by you to the right location in a local texmf tree that you have to create first. What exactly has to be done depends a lot of the package. Sometimes you first have to unpack files by compiling an ins or dtx file, sometimes you should copy files to tex/latex, or to bibtex/bst or to fonts/tfm. Sometimes you have to adapt
the updmap.cfg and call updmap. At the end you normally have to update the FNDB.
There are three ways to install "manually" a package in miktex:
through a "local repository"
This is only not really a "manual" installation: it still uses the prepacked packages from miktex, it uses the miktex tools (like the console) to do all the work.
This method is suitable if you can't use the miktex console directly e.g. due to problems with the internet connection because of proxy/firewalls or similar problems.
The method requires are rather current miktex - with older miktex there is the danger that the files are not compatible.
The method is described here https://tex.stackexchange.com/a/462216/2388
Installation with a tds.zip
Some packages provides their files packaged as a tds.zip. Such packages can be installed rather easily: Unpack the zip file somewhere outside miktex. Then add the root of the tds folder structure that you got (the parent folder of the tex
folder) as a new root in the miktex console (new) or miktex settings (old).
Really manual installation
In this method all files of a package are copied by you to the right location in a local texmf tree that you have to create first. What exactly has to be done depends a lot of the package. Sometimes you first have to unpack files by compiling an ins or dtx file, sometimes you should copy files to tex/latex, or to bibtex/bst or to fonts/tfm. Sometimes you have to adapt
the updmap.cfg and call updmap. At the end you normally have to update the FNDB.
answered Mar 30 at 10:58
Ulrike FischerUlrike Fischer
198k9306692
198k9306692
add a comment |
add a comment |
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.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f482199%2ftrying-to-manually-install-tikz-cd-on-miktex%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
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
I do not have MikTeX console.
– user184636
Mar 30 at 0:42
than you have package manager. download by it. and upgrade your MikTeX installation, it seems to be (too) old.
– Zarko
Mar 30 at 3:21