Playing cards symbols using overleafHow to add a package in overleafGetting pst-poker to workProblem with...

Why are special aircraft used for the carriers in the United States Navy?

Caulking a corner instead of taping with joint compound?

Create chunks from an array

How will Occam's Razor principle work in Machine learning

Learning to quickly identify valid fingering for piano?

How can friction do no work in case of pure rolling?

How do you make a gun that shoots melee weapons and/or swords?

Giving a talk in my old university, how prominently should I tell students my salary?

« Rendre » et « render » (the meaning)

Why doesn't "adolescent" take any articles in "listen to adolescent agonising"?

Is every open circuit a capacitor?

Searching for a string that contains the file name

Faulty RAID1 disk now shows as foreign

How can I handle a player who pre-plans arguments about my rulings on RAW?

How spaceships determine each other mass in space?

Should we avoid writing fiction about historical events without extensive research?

Adjust starting of second line

How do we objectively assess if a dialogue sounds unnatural or cringy?

Why is it "take a leak?"

What is the meaning of "producing negative zeroes" in a system that doesn't support it?

What is the purpose of a disclaimer like "this is not legal advice"?

Rationale to prefer local variables over instance variables?

Is divide-by-zero a security vulnerability?

Why is there an extra space when I type "ls" on the Desktop?



Playing cards symbols using overleaf


How to add a package in overleafGetting pst-poker to workProblem 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?













1















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 enter image description here



Solved



As stated at Getting pst-poker to work, I had to change Overleaf's compiler to XeLaTeX, this is done at: Menu > Settings > Compiler.



enter image description here










share|improve this question




















  • 1





    Try download this and upload it on your project: web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty

    – koleygr
    yesterday






  • 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
    yesterday











  • Can you post the full code that gives you this? Then I can try what comes out on my my PC.

    – sheß
    15 hours ago











  • Sounds a bit as if you only copied the sty-file, but not the auxiliary files (images) as suggested by @Marjin's comment under my answer. But wihtout a MWE it's hard to tell for us. If the follow-up question begins to evolve into it's own question, please consider opening a new question.

    – sheß
    6 hours ago






  • 1





    I stand corrected. Your follow-up question is a duplicate of this: tex.stackexchange.com/questions/420242/…

    – sheß
    6 hours ago
















1















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 enter image description here



Solved



As stated at Getting pst-poker to work, I had to change Overleaf's compiler to XeLaTeX, this is done at: Menu > Settings > Compiler.



enter image description here










share|improve this question




















  • 1





    Try download this and upload it on your project: web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty

    – koleygr
    yesterday






  • 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
    yesterday











  • Can you post the full code that gives you this? Then I can try what comes out on my my PC.

    – sheß
    15 hours ago











  • Sounds a bit as if you only copied the sty-file, but not the auxiliary files (images) as suggested by @Marjin's comment under my answer. But wihtout a MWE it's hard to tell for us. If the follow-up question begins to evolve into it's own question, please consider opening a new question.

    – sheß
    6 hours ago






  • 1





    I stand corrected. Your follow-up question is a duplicate of this: tex.stackexchange.com/questions/420242/…

    – sheß
    6 hours ago














1












1








1


0






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 enter image description here



Solved



As stated at Getting pst-poker to work, I had to change Overleaf's compiler to XeLaTeX, this is done at: Menu > Settings > Compiler.



enter image description here










share|improve this question
















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 enter image description here



Solved



As stated at Getting pst-poker to work, I had to change Overleaf's compiler to XeLaTeX, this is done at: Menu > Settings > Compiler.



enter image description here







cards






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited 3 hours ago









JouleV

4,95511239




4,95511239










asked yesterday









CohensiusCohensius

1086




1086








  • 1





    Try download this and upload it on your project: web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty

    – koleygr
    yesterday






  • 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
    yesterday











  • Can you post the full code that gives you this? Then I can try what comes out on my my PC.

    – sheß
    15 hours ago











  • Sounds a bit as if you only copied the sty-file, but not the auxiliary files (images) as suggested by @Marjin's comment under my answer. But wihtout a MWE it's hard to tell for us. If the follow-up question begins to evolve into it's own question, please consider opening a new question.

    – sheß
    6 hours ago






  • 1





    I stand corrected. Your follow-up question is a duplicate of this: tex.stackexchange.com/questions/420242/…

    – sheß
    6 hours ago














  • 1





    Try download this and upload it on your project: web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty

    – koleygr
    yesterday






  • 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
    yesterday











  • Can you post the full code that gives you this? Then I can try what comes out on my my PC.

    – sheß
    15 hours ago











  • Sounds a bit as if you only copied the sty-file, but not the auxiliary files (images) as suggested by @Marjin's comment under my answer. But wihtout a MWE it's hard to tell for us. If the follow-up question begins to evolve into it's own question, please consider opening a new question.

    – sheß
    6 hours ago






  • 1





    I stand corrected. Your follow-up question is a duplicate of this: tex.stackexchange.com/questions/420242/…

    – sheß
    6 hours ago








1




1





Try download this and upload it on your project: web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty

– koleygr
yesterday





Try download this and upload it on your project: web.mit.edu/foley/games/Arcadia/sr/poker/poker.sty

– koleygr
yesterday




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
yesterday





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
yesterday













Can you post the full code that gives you this? Then I can try what comes out on my my PC.

– sheß
15 hours ago





Can you post the full code that gives you this? Then I can try what comes out on my my PC.

– sheß
15 hours ago













Sounds a bit as if you only copied the sty-file, but not the auxiliary files (images) as suggested by @Marjin's comment under my answer. But wihtout a MWE it's hard to tell for us. If the follow-up question begins to evolve into it's own question, please consider opening a new question.

– sheß
6 hours ago





Sounds a bit as if you only copied the sty-file, but not the auxiliary files (images) as suggested by @Marjin's comment under my answer. But wihtout a MWE it's hard to tell for us. If the follow-up question begins to evolve into it's own question, please consider opening a new question.

– sheß
6 hours ago




1




1





I stand corrected. Your follow-up question is a duplicate of this: tex.stackexchange.com/questions/420242/…

– sheß
6 hours ago





I stand corrected. Your follow-up question is a duplicate of this: tex.stackexchange.com/questions/420242/…

– sheß
6 hours ago










1 Answer
1






active

oldest

votes


















3














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






share|improve this answer


























  • It looks like they are upgrading: tex.stackexchange.com/questions/477874/…

    – Phelype Oleinik
    yesterday











  • Good to know. Though this is not going to affect the (non-)availability of poker.sty. Is it?

    – sheß
    yesterday








  • 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
    yesterday








  • 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
    yesterday











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
});


}
});














draft saved

draft discarded


















StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f478035%2fplaying-cards-symbols-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









3














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






share|improve this answer


























  • It looks like they are upgrading: tex.stackexchange.com/questions/477874/…

    – Phelype Oleinik
    yesterday











  • Good to know. Though this is not going to affect the (non-)availability of poker.sty. Is it?

    – sheß
    yesterday








  • 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
    yesterday








  • 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
    yesterday
















3














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






share|improve this answer


























  • It looks like they are upgrading: tex.stackexchange.com/questions/477874/…

    – Phelype Oleinik
    yesterday











  • Good to know. Though this is not going to affect the (non-)availability of poker.sty. Is it?

    – sheß
    yesterday








  • 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
    yesterday








  • 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
    yesterday














3












3








3







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






share|improve this answer















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







share|improve this answer














share|improve this answer



share|improve this answer








edited yesterday

























answered yesterday









sheßsheß

2,09111432




2,09111432













  • It looks like they are upgrading: tex.stackexchange.com/questions/477874/…

    – Phelype Oleinik
    yesterday











  • Good to know. Though this is not going to affect the (non-)availability of poker.sty. Is it?

    – sheß
    yesterday








  • 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
    yesterday








  • 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
    yesterday



















  • It looks like they are upgrading: tex.stackexchange.com/questions/477874/…

    – Phelype Oleinik
    yesterday











  • Good to know. Though this is not going to affect the (non-)availability of poker.sty. Is it?

    – sheß
    yesterday








  • 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
    yesterday








  • 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
    yesterday

















It looks like they are upgrading: tex.stackexchange.com/questions/477874/…

– Phelype Oleinik
yesterday





It looks like they are upgrading: tex.stackexchange.com/questions/477874/…

– Phelype Oleinik
yesterday













Good to know. Though this is not going to affect the (non-)availability of poker.sty. Is it?

– sheß
yesterday







Good to know. Though this is not going to affect the (non-)availability of poker.sty. Is it?

– sheß
yesterday






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
yesterday







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
yesterday






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
yesterday





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
yesterday


















draft saved

draft discarded




















































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%2f478035%2fplaying-cards-symbols-using-overleaf%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

Installing LyX: “No textclass is found.”LyX installation error- text class not found- 'Reconfigure' or...

(1602) Indiana Índice Designación y nombre Características orbitales Véase...

Universidad Autónoma de Occidente Índice Historia Campus Facultades Programas Académicos Medios de...