Where can I download cuparticle.cls file
When I compile my document. LaTex shows the error:
File, 'cuparticle.cls' not found.
Where can I find this file.
The file is for Cambridge University Press. Actually, the Journal is Forum of Mathematics, Pi. In read me file, the following is instructed:
You need the following file:
cuparticle.cls
Please use the documentclass option fmp'. For example:
documentclass[%
fmp, times,
]{cuparticle}
Here is the link((https://www.cambridge.org/core/journals/forum-of-mathematics-sigma/information/instructions-contributors)
) to zip file containing LaTex file which I try to compile. Please click on, "LaTeX template files for submission" inside the link.
document-classes
add a comment |
When I compile my document. LaTex shows the error:
File, 'cuparticle.cls' not found.
Where can I find this file.
The file is for Cambridge University Press. Actually, the Journal is Forum of Mathematics, Pi. In read me file, the following is instructed:
You need the following file:
cuparticle.cls
Please use the documentclass option fmp'. For example:
documentclass[%
fmp, times,
]{cuparticle}
Here is the link((https://www.cambridge.org/core/journals/forum-of-mathematics-sigma/information/instructions-contributors)
) to zip file containing LaTex file which I try to compile. Please click on, "LaTeX template files for submission" inside the link.
document-classes
Welcome to TeX.SE. Is "cup" short for Cambridge University Press -- CUP for short? If so, have you inquired with CUP?
– Mico
Jan 9 at 23:16
Could you show us your code as well?
– zyy
Jan 9 at 23:23
add a comment |
When I compile my document. LaTex shows the error:
File, 'cuparticle.cls' not found.
Where can I find this file.
The file is for Cambridge University Press. Actually, the Journal is Forum of Mathematics, Pi. In read me file, the following is instructed:
You need the following file:
cuparticle.cls
Please use the documentclass option fmp'. For example:
documentclass[%
fmp, times,
]{cuparticle}
Here is the link((https://www.cambridge.org/core/journals/forum-of-mathematics-sigma/information/instructions-contributors)
) to zip file containing LaTex file which I try to compile. Please click on, "LaTeX template files for submission" inside the link.
document-classes
When I compile my document. LaTex shows the error:
File, 'cuparticle.cls' not found.
Where can I find this file.
The file is for Cambridge University Press. Actually, the Journal is Forum of Mathematics, Pi. In read me file, the following is instructed:
You need the following file:
cuparticle.cls
Please use the documentclass option fmp'. For example:
documentclass[%
fmp, times,
]{cuparticle}
Here is the link((https://www.cambridge.org/core/journals/forum-of-mathematics-sigma/information/instructions-contributors)
) to zip file containing LaTex file which I try to compile. Please click on, "LaTeX template files for submission" inside the link.
document-classes
document-classes
edited Jan 10 at 0:42
Kurt
35.9k847161
35.9k847161
asked Jan 9 at 23:10
latexlearnerlatexlearner
61
61
Welcome to TeX.SE. Is "cup" short for Cambridge University Press -- CUP for short? If so, have you inquired with CUP?
– Mico
Jan 9 at 23:16
Could you show us your code as well?
– zyy
Jan 9 at 23:23
add a comment |
Welcome to TeX.SE. Is "cup" short for Cambridge University Press -- CUP for short? If so, have you inquired with CUP?
– Mico
Jan 9 at 23:16
Could you show us your code as well?
– zyy
Jan 9 at 23:23
Welcome to TeX.SE. Is "cup" short for Cambridge University Press -- CUP for short? If so, have you inquired with CUP?
– Mico
Jan 9 at 23:16
Welcome to TeX.SE. Is "cup" short for Cambridge University Press -- CUP for short? If so, have you inquired with CUP?
– Mico
Jan 9 at 23:16
Could you show us your code as well?
– zyy
Jan 9 at 23:23
Could you show us your code as well?
– zyy
Jan 9 at 23:23
add a comment |
2 Answers
2
active
oldest
votes
The problem with the zip file from the given link is that there is no file cuparticle.cls but cuparticle v2.cls:

Copy the given files to a new directory and rename cuparticle v2.cls to cuparticle.cls. Then you can compile the given file fms-template.tex file without that message you got ...
add a comment |
The Journal is Forum of Mathematics, Pi author instructions page provides a page to download a zip file that contains cuparticle.cls. It looks like the class was developed by RVT but the download link on the wiki appears dead and the wayback machine isn't helpful.
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%2f469447%2fwhere-can-i-download-cuparticle-cls-file%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
2 Answers
2
active
oldest
votes
2 Answers
2
active
oldest
votes
active
oldest
votes
active
oldest
votes
The problem with the zip file from the given link is that there is no file cuparticle.cls but cuparticle v2.cls:

Copy the given files to a new directory and rename cuparticle v2.cls to cuparticle.cls. Then you can compile the given file fms-template.tex file without that message you got ...
add a comment |
The problem with the zip file from the given link is that there is no file cuparticle.cls but cuparticle v2.cls:

Copy the given files to a new directory and rename cuparticle v2.cls to cuparticle.cls. Then you can compile the given file fms-template.tex file without that message you got ...
add a comment |
The problem with the zip file from the given link is that there is no file cuparticle.cls but cuparticle v2.cls:

Copy the given files to a new directory and rename cuparticle v2.cls to cuparticle.cls. Then you can compile the given file fms-template.tex file without that message you got ...
The problem with the zip file from the given link is that there is no file cuparticle.cls but cuparticle v2.cls:

Copy the given files to a new directory and rename cuparticle v2.cls to cuparticle.cls. Then you can compile the given file fms-template.tex file without that message you got ...
answered Jan 10 at 3:35
KurtKurt
35.9k847161
35.9k847161
add a comment |
add a comment |
The Journal is Forum of Mathematics, Pi author instructions page provides a page to download a zip file that contains cuparticle.cls. It looks like the class was developed by RVT but the download link on the wiki appears dead and the wayback machine isn't helpful.
add a comment |
The Journal is Forum of Mathematics, Pi author instructions page provides a page to download a zip file that contains cuparticle.cls. It looks like the class was developed by RVT but the download link on the wiki appears dead and the wayback machine isn't helpful.
add a comment |
The Journal is Forum of Mathematics, Pi author instructions page provides a page to download a zip file that contains cuparticle.cls. It looks like the class was developed by RVT but the download link on the wiki appears dead and the wayback machine isn't helpful.
The Journal is Forum of Mathematics, Pi author instructions page provides a page to download a zip file that contains cuparticle.cls. It looks like the class was developed by RVT but the download link on the wiki appears dead and the wayback machine isn't helpful.
answered Jan 9 at 23:40
StrongBadStrongBad
13.2k646104
13.2k646104
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%2f469447%2fwhere-can-i-download-cuparticle-cls-file%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
Welcome to TeX.SE. Is "cup" short for Cambridge University Press -- CUP for short? If so, have you inquired with CUP?
– Mico
Jan 9 at 23:16
Could you show us your code as well?
– zyy
Jan 9 at 23:23