add playing cards symbol using overleafHow to add a package in overleafProblem with dotstyle=+Best way to...
How to merge row in the first column in LaTeX
Giving a talk in my old university, how prominently should I tell students my salary?
Where is the fallacy here?
How can I handle a player who pre-plans arguments about my rulings on RAW?
GPL code private and stolen
Four buttons on a table
Can an earth elemental drown/bury its opponent underground using earth glide?
Must 40/100G uplink ports on a 10G switch be connected to another switch?
How to disable or uninstall iTunes under High Sierra without disabling SIP
1970s scifi/horror novel where protagonist is used by a crablike creature to feed its larvae, goes mad, and is defeated by retraumatising him
Was it really inappropriate to write a pull request for the company I interviewed with?
PTIJ: Aharon, King of Egypt
Can I cast a spell through the Invoke Duplicity clone while inside a Forcecage?
Book about a time-travel war fought by computers
The need of reserving one's ability in job interviews
If there are any 3nion, 5nion, 7nion, 9nion, 10nion, etc.
Why is it "take a leak?"
Are small insurances worth it
Should we avoid writing fiction about historical events without extensive research?
Relationship between the symmetry number of a molecule as used in rotational spectroscopy and point group
Why doesn't "adolescent" take any articles in "listen to adolescent agonising"?
What is better: yes / no radio, or simple checkbox?
Is divide-by-zero a security vulnerability?
Quitting employee has privileged access to critical information
add playing cards symbol using overleaf
How to add a package in overleafProblem with dotstyle=+Best way to make place cards in LaTeXCreating playing cards using TikZCreating playing cards using TikZ, part 2Template (?) for Table Name Cards for a Formal DinnerTypesetting ornamental cards?How do I get my cards to automatically tile?
While writing a paper about a card game I come across in a package that is perfect for my needs by reading An experimental LaTeX Poker Package.
However when adding usepackage{poker} I get the following error:
LaTeX Error: File `poker.sty' not found. The compiler cannot find the
file you want to include. Make sure that you have uploaded the file
and specified the file location correctly.
a follow-up question:
After following your advices, I placed pst-poker.sty in the overleaf folder and used usepackage{pst-poker}, however, when I write
Qh, Ks, fiveh, ninec i get 
cards
add a comment |
While writing a paper about a card game I come across in a package that is perfect for my needs by reading An experimental LaTeX Poker Package.
However when adding usepackage{poker} I get the following error:
LaTeX Error: File `poker.sty' not found. The compiler cannot find the
file you want to include. Make sure that you have uploaded the file
and specified the file location correctly.
a follow-up question:
After following your advices, I placed pst-poker.sty in the overleaf folder and used usepackage{pst-poker}, however, when I write
Qh, Ks, fiveh, ninec i get 
cards
1
Try download this and upload it on your project: web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty
– koleygr
9 hours ago
4
Note that there is a later package calledpst-pokerwhich is based on the package you found, and this newer package is on CTAN.
– Marijn
9 hours ago
Can you post the full code that gives you this? Then I can try what comes out on my my PC.
– sheß
1 min ago
add a comment |
While writing a paper about a card game I come across in a package that is perfect for my needs by reading An experimental LaTeX Poker Package.
However when adding usepackage{poker} I get the following error:
LaTeX Error: File `poker.sty' not found. The compiler cannot find the
file you want to include. Make sure that you have uploaded the file
and specified the file location correctly.
a follow-up question:
After following your advices, I placed pst-poker.sty in the overleaf folder and used usepackage{pst-poker}, however, when I write
Qh, Ks, fiveh, ninec i get 
cards
While writing a paper about a card game I come across in a package that is perfect for my needs by reading An experimental LaTeX Poker Package.
However when adding usepackage{poker} I get the following error:
LaTeX Error: File `poker.sty' not found. The compiler cannot find the
file you want to include. Make sure that you have uploaded the file
and specified the file location correctly.
a follow-up question:
After following your advices, I placed pst-poker.sty in the overleaf folder and used usepackage{pst-poker}, however, when I write
Qh, Ks, fiveh, ninec i get 
cards
cards
edited 7 mins ago
Cohensius
asked 10 hours ago
CohensiusCohensius
1066
1066
1
Try download this and upload it on your project: web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty
– koleygr
9 hours ago
4
Note that there is a later package calledpst-pokerwhich is based on the package you found, and this newer package is on CTAN.
– Marijn
9 hours ago
Can you post the full code that gives you this? Then I can try what comes out on my my PC.
– sheß
1 min ago
add a comment |
1
Try download this and upload it on your project: web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty
– koleygr
9 hours ago
4
Note that there is a later package calledpst-pokerwhich is based on the package you found, and this newer package is on CTAN.
– Marijn
9 hours ago
Can you post the full code that gives you this? Then I can try what comes out on my my PC.
– sheß
1 min ago
1
1
Try download this and upload it on your project: web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty
– koleygr
9 hours ago
Try download this and upload it on your project: web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty
– koleygr
9 hours ago
4
4
Note that there is a later package called
pst-poker which is based on the package you found, and this newer package is on CTAN.– Marijn
9 hours ago
Note that there is a later package called
pst-poker which is based on the package you found, and this newer package is on CTAN.– Marijn
9 hours ago
Can you post the full code that gives you this? Then I can try what comes out on my my PC.
– sheß
1 min ago
Can you post the full code that gives you this? Then I can try what comes out on my my PC.
– sheß
1 min ago
add a comment |
1 Answer
1
active
oldest
votes
Overleaf uses TeX Live 2016 (https://www.overleaf.com/learn/how-to/What_packages_do_you_support%3F). The poker package is not part of TeX Live 2016
But you can upload any packages to overleaf as part of your project (How to add a package in overleaf).
For this you'd need to download the.sty-file as suggested by @koleygr, from web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty and place it in the right folder in your Overleaf project
It looks like they are upgrading: tex.stackexchange.com/questions/477874/…
– Phelype Oleinik
9 hours ago
Good to know. Though this is not going to affect the (non-)availability ofpoker.sty. Is it?
– sheß
9 hours ago
2
Probably not, as neither TeXLive 2018 has it. However it looks likepst-pokerwas introduced in 2017 :) (oh, Marijn just said that :)
– Phelype Oleinik
9 hours ago
2
Note thatpoker.styloads some images for the playing cards, so you need those files as well. You can probably get those images frompst-poker, and use them withpoker.sty, since thepst-pokeris based onpoker.sty.
– Marijn
9 hours ago
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%2f478035%2fadd-playing-cards-symbol-using-overleaf%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
Overleaf uses TeX Live 2016 (https://www.overleaf.com/learn/how-to/What_packages_do_you_support%3F). The poker package is not part of TeX Live 2016
But you can upload any packages to overleaf as part of your project (How to add a package in overleaf).
For this you'd need to download the.sty-file as suggested by @koleygr, from web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty and place it in the right folder in your Overleaf project
It looks like they are upgrading: tex.stackexchange.com/questions/477874/…
– Phelype Oleinik
9 hours ago
Good to know. Though this is not going to affect the (non-)availability ofpoker.sty. Is it?
– sheß
9 hours ago
2
Probably not, as neither TeXLive 2018 has it. However it looks likepst-pokerwas introduced in 2017 :) (oh, Marijn just said that :)
– Phelype Oleinik
9 hours ago
2
Note thatpoker.styloads some images for the playing cards, so you need those files as well. You can probably get those images frompst-poker, and use them withpoker.sty, since thepst-pokeris based onpoker.sty.
– Marijn
9 hours ago
add a comment |
Overleaf uses TeX Live 2016 (https://www.overleaf.com/learn/how-to/What_packages_do_you_support%3F). The poker package is not part of TeX Live 2016
But you can upload any packages to overleaf as part of your project (How to add a package in overleaf).
For this you'd need to download the.sty-file as suggested by @koleygr, from web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty and place it in the right folder in your Overleaf project
It looks like they are upgrading: tex.stackexchange.com/questions/477874/…
– Phelype Oleinik
9 hours ago
Good to know. Though this is not going to affect the (non-)availability ofpoker.sty. Is it?
– sheß
9 hours ago
2
Probably not, as neither TeXLive 2018 has it. However it looks likepst-pokerwas introduced in 2017 :) (oh, Marijn just said that :)
– Phelype Oleinik
9 hours ago
2
Note thatpoker.styloads some images for the playing cards, so you need those files as well. You can probably get those images frompst-poker, and use them withpoker.sty, since thepst-pokeris based onpoker.sty.
– Marijn
9 hours ago
add a comment |
Overleaf uses TeX Live 2016 (https://www.overleaf.com/learn/how-to/What_packages_do_you_support%3F). The poker package is not part of TeX Live 2016
But you can upload any packages to overleaf as part of your project (How to add a package in overleaf).
For this you'd need to download the.sty-file as suggested by @koleygr, from web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty and place it in the right folder in your Overleaf project
Overleaf uses TeX Live 2016 (https://www.overleaf.com/learn/how-to/What_packages_do_you_support%3F). The poker package is not part of TeX Live 2016
But you can upload any packages to overleaf as part of your project (How to add a package in overleaf).
For this you'd need to download the.sty-file as suggested by @koleygr, from web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty and place it in the right folder in your Overleaf project
edited 9 hours ago
answered 9 hours ago
sheßsheß
1,99711431
1,99711431
It looks like they are upgrading: tex.stackexchange.com/questions/477874/…
– Phelype Oleinik
9 hours ago
Good to know. Though this is not going to affect the (non-)availability ofpoker.sty. Is it?
– sheß
9 hours ago
2
Probably not, as neither TeXLive 2018 has it. However it looks likepst-pokerwas introduced in 2017 :) (oh, Marijn just said that :)
– Phelype Oleinik
9 hours ago
2
Note thatpoker.styloads some images for the playing cards, so you need those files as well. You can probably get those images frompst-poker, and use them withpoker.sty, since thepst-pokeris based onpoker.sty.
– Marijn
9 hours ago
add a comment |
It looks like they are upgrading: tex.stackexchange.com/questions/477874/…
– Phelype Oleinik
9 hours ago
Good to know. Though this is not going to affect the (non-)availability ofpoker.sty. Is it?
– sheß
9 hours ago
2
Probably not, as neither TeXLive 2018 has it. However it looks likepst-pokerwas introduced in 2017 :) (oh, Marijn just said that :)
– Phelype Oleinik
9 hours ago
2
Note thatpoker.styloads some images for the playing cards, so you need those files as well. You can probably get those images frompst-poker, and use them withpoker.sty, since thepst-pokeris based onpoker.sty.
– Marijn
9 hours ago
It looks like they are upgrading: tex.stackexchange.com/questions/477874/…
– Phelype Oleinik
9 hours ago
It looks like they are upgrading: tex.stackexchange.com/questions/477874/…
– Phelype Oleinik
9 hours ago
Good to know. Though this is not going to affect the (non-)availability of
poker.sty. Is it?– sheß
9 hours ago
Good to know. Though this is not going to affect the (non-)availability of
poker.sty. Is it?– sheß
9 hours ago
2
2
Probably not, as neither TeXLive 2018 has it. However it looks like
pst-poker was introduced in 2017 :) (oh, Marijn just said that :)– Phelype Oleinik
9 hours ago
Probably not, as neither TeXLive 2018 has it. However it looks like
pst-poker was introduced in 2017 :) (oh, Marijn just said that :)– Phelype Oleinik
9 hours ago
2
2
Note that
poker.sty loads some images for the playing cards, so you need those files as well. You can probably get those images from pst-poker, and use them with poker.sty, since the pst-poker is based on poker.sty.– Marijn
9 hours ago
Note that
poker.sty loads some images for the playing cards, so you need those files as well. You can probably get those images from pst-poker, and use them with poker.sty, since the pst-poker is based on poker.sty.– Marijn
9 hours ago
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%2f478035%2fadd-playing-cards-symbol-using-overleaf%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
1
Try download this and upload it on your project: web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty
– koleygr
9 hours ago
4
Note that there is a later package called
pst-pokerwhich is based on the package you found, and this newer package is on CTAN.– Marijn
9 hours ago
Can you post the full code that gives you this? Then I can try what comes out on my my PC.
– sheß
1 min ago