Polish letters in ASME English templateAnyone know a good template for formal letters?Apalike-letters and...

Bash echo $-1 prints hb1. Why?

Why does this function call behave sensibly after calling it through a typecasted function pointer?

Did Chinese school textbook maps (c. 1951) "depict China as stretching even into the central Asian republics"?

Was "I have the farts, again" broadcast from the Moon to the whole world?

Quacks of Quedlingburg Crow Skull Set 2 Keep Drawing

Is it bad to describe a character long after their introduction?

Is there a short way to check uniqueness of values without using 'if' and multiple 'and's?

MH370 blackbox - is it still possible to retrieve data from it?

Why won't the ground take my seed?

How would a order of Monks that renounce their names communicate effectively?

How can I create ribbons like these in Microsoft word 2010?

Procedurally generate regions on island

where clause to retrieve case record which are older than 12 months and 1 day in soql

How can I convince my reader that I will not use a certain trope?

The use of "I" and "we" used in the same sentence and other questions

Why do I have to press the shutter button twice on my Canon 6d Mark II?

How do I spend money in Sweden and Denmark?

Set vertical spacing between two particular items

How to start learning the piano again

Math PhD in US vs Master + PhD in Europe

Can you sign using a digital signature itself?

How was film developed in the late 1920s?

Why is a blank required between "[[" and "-e xxx" in ksh?

Should I include salary information on my CV?



Polish letters in ASME English template


Anyone know a good template for formal letters?Apalike-letters and non-English (Polish) characters (alphabibitem)JASA Express Letters TemplateAIP Template: greeks letters not workingFEBS Letters journal latex templateEditing ASME conference template for one line conference titleHow to enter a Polish l in acmart document class?How to make uppercase work with Polish language?Citations not arranged by order of appearance due to list of figuresBibTex - polish letter “ł” in translation from chapter






.everyoneloves__top-leaderboard:empty,.everyoneloves__mid-leaderboard:empty,.everyoneloves__bot-mid-leaderboard:empty{ margin-bottom:0;
}







4















I have trouble generating bibliography in ASME template (https://www.latextemplates.com/template/asme). My packages are standard for Polish:



usepackage[T1]{fontenc}
usepackage[polish]{babel}
usepackage[utf8]{inputenc}


The problem is, I can't generate bibliography. I suppose it's either because of custom class documentclass[twocolumn,10pt]{asme2ej} or because of custom bibliography style bibliographystyle{asmems4}, although I've tried regular BiBTeX styles and they don't work. I properly get "Literatura" instead of "References" where bibliography caption should be, it just doesn't generate below and I have numerous [?] in text where [1], [2] etc. should be.



EDIT:

Full reproductible example:



documentclass[twocolumn,10pt]{asme2ej}

usepackage[T1]{fontenc}
usepackage[polish]{babel}
usepackage[utf8]{inputenc}
usepackage{epsfig}

begin{document}

% a lot of text
cite{Text1}
% a lot of test
cite{Text2}
% a lot of text

bibliographystyle{asmems4}
bibliography{asme2e}

% nothing generates except for "Literatura" caption

end{document}


Text1 and Text2 are any BiBTeX-legal citations, I use some dummy examples at the moment for testing - changing them doesn't change anything in bibliography.










share|improve this question









New contributor



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




















  • Welcome to TeX.SE! Could you expand your code snippets to a complete example that can be compiled and that shows the issue? That would make it easier to reproduce the problem and o start looking for possible solutions.

    – Marijn
    9 hours ago











  • I edited my question with full reproductible example.

    – qalis
    8 hours ago






  • 1





    your example has no cite commands so naturally has an empty bibliography so can not be used to reproduce the problem at all. Unrelated, it uses epsfig no document should be using that now it is a legacy emulation to mimic a syntax that was popular in the 1980s.

    – David Carlisle
    8 hours ago











  • "A lot of test" includes a lot of cite, I'll edit to show that. epsfig - I have no idea about it, it was just in ASME template.

    – qalis
    8 hours ago











  • I'm afraid the template is not compatible with babel.

    – egreg
    8 hours ago


















4















I have trouble generating bibliography in ASME template (https://www.latextemplates.com/template/asme). My packages are standard for Polish:



usepackage[T1]{fontenc}
usepackage[polish]{babel}
usepackage[utf8]{inputenc}


The problem is, I can't generate bibliography. I suppose it's either because of custom class documentclass[twocolumn,10pt]{asme2ej} or because of custom bibliography style bibliographystyle{asmems4}, although I've tried regular BiBTeX styles and they don't work. I properly get "Literatura" instead of "References" where bibliography caption should be, it just doesn't generate below and I have numerous [?] in text where [1], [2] etc. should be.



EDIT:

Full reproductible example:



documentclass[twocolumn,10pt]{asme2ej}

usepackage[T1]{fontenc}
usepackage[polish]{babel}
usepackage[utf8]{inputenc}
usepackage{epsfig}

begin{document}

% a lot of text
cite{Text1}
% a lot of test
cite{Text2}
% a lot of text

bibliographystyle{asmems4}
bibliography{asme2e}

% nothing generates except for "Literatura" caption

end{document}


Text1 and Text2 are any BiBTeX-legal citations, I use some dummy examples at the moment for testing - changing them doesn't change anything in bibliography.










share|improve this question









New contributor



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




















  • Welcome to TeX.SE! Could you expand your code snippets to a complete example that can be compiled and that shows the issue? That would make it easier to reproduce the problem and o start looking for possible solutions.

    – Marijn
    9 hours ago











  • I edited my question with full reproductible example.

    – qalis
    8 hours ago






  • 1





    your example has no cite commands so naturally has an empty bibliography so can not be used to reproduce the problem at all. Unrelated, it uses epsfig no document should be using that now it is a legacy emulation to mimic a syntax that was popular in the 1980s.

    – David Carlisle
    8 hours ago











  • "A lot of test" includes a lot of cite, I'll edit to show that. epsfig - I have no idea about it, it was just in ASME template.

    – qalis
    8 hours ago











  • I'm afraid the template is not compatible with babel.

    – egreg
    8 hours ago














4












4








4








I have trouble generating bibliography in ASME template (https://www.latextemplates.com/template/asme). My packages are standard for Polish:



usepackage[T1]{fontenc}
usepackage[polish]{babel}
usepackage[utf8]{inputenc}


The problem is, I can't generate bibliography. I suppose it's either because of custom class documentclass[twocolumn,10pt]{asme2ej} or because of custom bibliography style bibliographystyle{asmems4}, although I've tried regular BiBTeX styles and they don't work. I properly get "Literatura" instead of "References" where bibliography caption should be, it just doesn't generate below and I have numerous [?] in text where [1], [2] etc. should be.



EDIT:

Full reproductible example:



documentclass[twocolumn,10pt]{asme2ej}

usepackage[T1]{fontenc}
usepackage[polish]{babel}
usepackage[utf8]{inputenc}
usepackage{epsfig}

begin{document}

% a lot of text
cite{Text1}
% a lot of test
cite{Text2}
% a lot of text

bibliographystyle{asmems4}
bibliography{asme2e}

% nothing generates except for "Literatura" caption

end{document}


Text1 and Text2 are any BiBTeX-legal citations, I use some dummy examples at the moment for testing - changing them doesn't change anything in bibliography.










share|improve this question









New contributor



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











I have trouble generating bibliography in ASME template (https://www.latextemplates.com/template/asme). My packages are standard for Polish:



usepackage[T1]{fontenc}
usepackage[polish]{babel}
usepackage[utf8]{inputenc}


The problem is, I can't generate bibliography. I suppose it's either because of custom class documentclass[twocolumn,10pt]{asme2ej} or because of custom bibliography style bibliographystyle{asmems4}, although I've tried regular BiBTeX styles and they don't work. I properly get "Literatura" instead of "References" where bibliography caption should be, it just doesn't generate below and I have numerous [?] in text where [1], [2] etc. should be.



EDIT:

Full reproductible example:



documentclass[twocolumn,10pt]{asme2ej}

usepackage[T1]{fontenc}
usepackage[polish]{babel}
usepackage[utf8]{inputenc}
usepackage{epsfig}

begin{document}

% a lot of text
cite{Text1}
% a lot of test
cite{Text2}
% a lot of text

bibliographystyle{asmems4}
bibliography{asme2e}

% nothing generates except for "Literatura" caption

end{document}


Text1 and Text2 are any BiBTeX-legal citations, I use some dummy examples at the moment for testing - changing them doesn't change anything in bibliography.







bibliographies templates polish






share|improve this question









New contributor



qalis 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



qalis 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 8 hours ago







qalis













New contributor



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








asked 9 hours ago









qalisqalis

212 bronze badges




212 bronze badges




New contributor



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




New contributor




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















  • Welcome to TeX.SE! Could you expand your code snippets to a complete example that can be compiled and that shows the issue? That would make it easier to reproduce the problem and o start looking for possible solutions.

    – Marijn
    9 hours ago











  • I edited my question with full reproductible example.

    – qalis
    8 hours ago






  • 1





    your example has no cite commands so naturally has an empty bibliography so can not be used to reproduce the problem at all. Unrelated, it uses epsfig no document should be using that now it is a legacy emulation to mimic a syntax that was popular in the 1980s.

    – David Carlisle
    8 hours ago











  • "A lot of test" includes a lot of cite, I'll edit to show that. epsfig - I have no idea about it, it was just in ASME template.

    – qalis
    8 hours ago











  • I'm afraid the template is not compatible with babel.

    – egreg
    8 hours ago



















  • Welcome to TeX.SE! Could you expand your code snippets to a complete example that can be compiled and that shows the issue? That would make it easier to reproduce the problem and o start looking for possible solutions.

    – Marijn
    9 hours ago











  • I edited my question with full reproductible example.

    – qalis
    8 hours ago






  • 1





    your example has no cite commands so naturally has an empty bibliography so can not be used to reproduce the problem at all. Unrelated, it uses epsfig no document should be using that now it is a legacy emulation to mimic a syntax that was popular in the 1980s.

    – David Carlisle
    8 hours ago











  • "A lot of test" includes a lot of cite, I'll edit to show that. epsfig - I have no idea about it, it was just in ASME template.

    – qalis
    8 hours ago











  • I'm afraid the template is not compatible with babel.

    – egreg
    8 hours ago

















Welcome to TeX.SE! Could you expand your code snippets to a complete example that can be compiled and that shows the issue? That would make it easier to reproduce the problem and o start looking for possible solutions.

– Marijn
9 hours ago





Welcome to TeX.SE! Could you expand your code snippets to a complete example that can be compiled and that shows the issue? That would make it easier to reproduce the problem and o start looking for possible solutions.

– Marijn
9 hours ago













I edited my question with full reproductible example.

– qalis
8 hours ago





I edited my question with full reproductible example.

– qalis
8 hours ago




1




1





your example has no cite commands so naturally has an empty bibliography so can not be used to reproduce the problem at all. Unrelated, it uses epsfig no document should be using that now it is a legacy emulation to mimic a syntax that was popular in the 1980s.

– David Carlisle
8 hours ago





your example has no cite commands so naturally has an empty bibliography so can not be used to reproduce the problem at all. Unrelated, it uses epsfig no document should be using that now it is a legacy emulation to mimic a syntax that was popular in the 1980s.

– David Carlisle
8 hours ago













"A lot of test" includes a lot of cite, I'll edit to show that. epsfig - I have no idea about it, it was just in ASME template.

– qalis
8 hours ago





"A lot of test" includes a lot of cite, I'll edit to show that. epsfig - I have no idea about it, it was just in ASME template.

– qalis
8 hours ago













I'm afraid the template is not compatible with babel.

– egreg
8 hours ago





I'm afraid the template is not compatible with babel.

– egreg
8 hours ago










2 Answers
2






active

oldest

votes


















3














I sympathize with people forced to use document classes that are outdated and use funny code that's incompatible with babel.



The class you need falls in this category: for instance advertises usage of epsfig, which has been obsolete for more than 20 years; similarly obsolete is mathptm.



The code contains a modified version of cite.sty, which turns out to fail when babel is loaded. Since the main aim is to compact references, my advice is to load cite and hope for the best.



begin{filecontents*}{jobname.bib}
@article{szczesny,
author={W. Szcz{k{e}}sny},
title={How to save},
journal={Int. J. Soccer},
year=2019,
}
@article{piatek,
author={K. Pi{k{a}}tek},
title={How to score},
journal={Int. J. Soccer},
year=2019,
}
end{filecontents*}

documentclass[twocolumn,10pt]{asme2ej}
usepackage[T1]{fontenc}
%usepackage[utf8]{inputenc}
usepackage[polish]{babel}
usepackage{cite}

title{Tytuł artykułu}

author{A. Utoraffiliation{abc}}

begin{document}

maketitle

begin{abstract}
Abstrakcyjny
end{abstract}

section{Wprowadzenie}

cite{szczesny} and cite{piatek}

bibliographystyle{asmems4}

bibliography{jobname}

end{document}


enter image description here






share|improve this answer































    1














    There is a newer ASME template here: https://ctan.org/pkg/asmejour. Building on egreg's answer, here is a start. Sorry for the mash-up of languages in this example.



    % !TEX encoding = UTF-8 Unicode  
    begin{filecontents*}{jobname.bib}
    @article{szczesny,
    author={W. Szcz{k{e}}sny},
    title={How to save},
    journal={Int. J. Soccer},
    year=2019,
    }
    @article{piatek,
    author={K. Pi{k{a}}tek},
    title={How to score},
    journal={Int. J. Soccer},
    year=2019,
    }
    end{filecontents*}

    documentclass{asmejour}

    usepackage[T1]{fontenc}
    usepackage[utf8]{inputenc}
    usepackage[polish]{babel}
    selectlanguage{polish}
    usepackage{lipsum}

    JourName{Heat Transfer}
    PreprintString{Preprint do recenzji} % <=== this command may not be in TeX Live yet.

    begin{document}

    SetTitle{Tytuł artykułu}
    keywords{LaTeX, Polish, ASME}
    SetAuthorBlock{A. Utor}{Institute of Fluid-Flow Machinery \ Polish Academy of Sciences\ Gen. J. Fiszcra 14 \ PL 80-952 Gdańsk, Poland}

    SetAbstract{Abstrakcyjny Język polski, polszczyzna, skrót: pol. – język naturalny należący do grupy języków zachodniosłowiańskich (do której należą również czeski, słowacki, kaszubski, dolnołużycki, górnołużycki i wymarły połabski), stanowiącej część rodziny języków indoeuropejskich. Polszczyzna jest jednym z oficjalnych języków Unii Europejskiej.}

    MakeTitlePage

    section{Wprowadzenie}
    lipsum[1]
    begin{equation}
    mathbf{F}=mmathbf{a}
    end{equation}
    Język polski cite{szczesny}. Polszczyzna jest jednym z oficjalnych języków Unii Europejskiej cite{piatek}.

    bibliographystyle{asmejour}
    bibliography{jobname}

    end{document}


    enter image description here






    share|improve this answer


























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


      }
      });






      qalis 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%2f497099%2fpolish-letters-in-asme-english-template%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









      3














      I sympathize with people forced to use document classes that are outdated and use funny code that's incompatible with babel.



      The class you need falls in this category: for instance advertises usage of epsfig, which has been obsolete for more than 20 years; similarly obsolete is mathptm.



      The code contains a modified version of cite.sty, which turns out to fail when babel is loaded. Since the main aim is to compact references, my advice is to load cite and hope for the best.



      begin{filecontents*}{jobname.bib}
      @article{szczesny,
      author={W. Szcz{k{e}}sny},
      title={How to save},
      journal={Int. J. Soccer},
      year=2019,
      }
      @article{piatek,
      author={K. Pi{k{a}}tek},
      title={How to score},
      journal={Int. J. Soccer},
      year=2019,
      }
      end{filecontents*}

      documentclass[twocolumn,10pt]{asme2ej}
      usepackage[T1]{fontenc}
      %usepackage[utf8]{inputenc}
      usepackage[polish]{babel}
      usepackage{cite}

      title{Tytuł artykułu}

      author{A. Utoraffiliation{abc}}

      begin{document}

      maketitle

      begin{abstract}
      Abstrakcyjny
      end{abstract}

      section{Wprowadzenie}

      cite{szczesny} and cite{piatek}

      bibliographystyle{asmems4}

      bibliography{jobname}

      end{document}


      enter image description here






      share|improve this answer




























        3














        I sympathize with people forced to use document classes that are outdated and use funny code that's incompatible with babel.



        The class you need falls in this category: for instance advertises usage of epsfig, which has been obsolete for more than 20 years; similarly obsolete is mathptm.



        The code contains a modified version of cite.sty, which turns out to fail when babel is loaded. Since the main aim is to compact references, my advice is to load cite and hope for the best.



        begin{filecontents*}{jobname.bib}
        @article{szczesny,
        author={W. Szcz{k{e}}sny},
        title={How to save},
        journal={Int. J. Soccer},
        year=2019,
        }
        @article{piatek,
        author={K. Pi{k{a}}tek},
        title={How to score},
        journal={Int. J. Soccer},
        year=2019,
        }
        end{filecontents*}

        documentclass[twocolumn,10pt]{asme2ej}
        usepackage[T1]{fontenc}
        %usepackage[utf8]{inputenc}
        usepackage[polish]{babel}
        usepackage{cite}

        title{Tytuł artykułu}

        author{A. Utoraffiliation{abc}}

        begin{document}

        maketitle

        begin{abstract}
        Abstrakcyjny
        end{abstract}

        section{Wprowadzenie}

        cite{szczesny} and cite{piatek}

        bibliographystyle{asmems4}

        bibliography{jobname}

        end{document}


        enter image description here






        share|improve this answer


























          3












          3








          3







          I sympathize with people forced to use document classes that are outdated and use funny code that's incompatible with babel.



          The class you need falls in this category: for instance advertises usage of epsfig, which has been obsolete for more than 20 years; similarly obsolete is mathptm.



          The code contains a modified version of cite.sty, which turns out to fail when babel is loaded. Since the main aim is to compact references, my advice is to load cite and hope for the best.



          begin{filecontents*}{jobname.bib}
          @article{szczesny,
          author={W. Szcz{k{e}}sny},
          title={How to save},
          journal={Int. J. Soccer},
          year=2019,
          }
          @article{piatek,
          author={K. Pi{k{a}}tek},
          title={How to score},
          journal={Int. J. Soccer},
          year=2019,
          }
          end{filecontents*}

          documentclass[twocolumn,10pt]{asme2ej}
          usepackage[T1]{fontenc}
          %usepackage[utf8]{inputenc}
          usepackage[polish]{babel}
          usepackage{cite}

          title{Tytuł artykułu}

          author{A. Utoraffiliation{abc}}

          begin{document}

          maketitle

          begin{abstract}
          Abstrakcyjny
          end{abstract}

          section{Wprowadzenie}

          cite{szczesny} and cite{piatek}

          bibliographystyle{asmems4}

          bibliography{jobname}

          end{document}


          enter image description here






          share|improve this answer













          I sympathize with people forced to use document classes that are outdated and use funny code that's incompatible with babel.



          The class you need falls in this category: for instance advertises usage of epsfig, which has been obsolete for more than 20 years; similarly obsolete is mathptm.



          The code contains a modified version of cite.sty, which turns out to fail when babel is loaded. Since the main aim is to compact references, my advice is to load cite and hope for the best.



          begin{filecontents*}{jobname.bib}
          @article{szczesny,
          author={W. Szcz{k{e}}sny},
          title={How to save},
          journal={Int. J. Soccer},
          year=2019,
          }
          @article{piatek,
          author={K. Pi{k{a}}tek},
          title={How to score},
          journal={Int. J. Soccer},
          year=2019,
          }
          end{filecontents*}

          documentclass[twocolumn,10pt]{asme2ej}
          usepackage[T1]{fontenc}
          %usepackage[utf8]{inputenc}
          usepackage[polish]{babel}
          usepackage{cite}

          title{Tytuł artykułu}

          author{A. Utoraffiliation{abc}}

          begin{document}

          maketitle

          begin{abstract}
          Abstrakcyjny
          end{abstract}

          section{Wprowadzenie}

          cite{szczesny} and cite{piatek}

          bibliographystyle{asmems4}

          bibliography{jobname}

          end{document}


          enter image description here







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered 8 hours ago









          egregegreg

          750k89 gold badges1964 silver badges3306 bronze badges




          750k89 gold badges1964 silver badges3306 bronze badges

























              1














              There is a newer ASME template here: https://ctan.org/pkg/asmejour. Building on egreg's answer, here is a start. Sorry for the mash-up of languages in this example.



              % !TEX encoding = UTF-8 Unicode  
              begin{filecontents*}{jobname.bib}
              @article{szczesny,
              author={W. Szcz{k{e}}sny},
              title={How to save},
              journal={Int. J. Soccer},
              year=2019,
              }
              @article{piatek,
              author={K. Pi{k{a}}tek},
              title={How to score},
              journal={Int. J. Soccer},
              year=2019,
              }
              end{filecontents*}

              documentclass{asmejour}

              usepackage[T1]{fontenc}
              usepackage[utf8]{inputenc}
              usepackage[polish]{babel}
              selectlanguage{polish}
              usepackage{lipsum}

              JourName{Heat Transfer}
              PreprintString{Preprint do recenzji} % <=== this command may not be in TeX Live yet.

              begin{document}

              SetTitle{Tytuł artykułu}
              keywords{LaTeX, Polish, ASME}
              SetAuthorBlock{A. Utor}{Institute of Fluid-Flow Machinery \ Polish Academy of Sciences\ Gen. J. Fiszcra 14 \ PL 80-952 Gdańsk, Poland}

              SetAbstract{Abstrakcyjny Język polski, polszczyzna, skrót: pol. – język naturalny należący do grupy języków zachodniosłowiańskich (do której należą również czeski, słowacki, kaszubski, dolnołużycki, górnołużycki i wymarły połabski), stanowiącej część rodziny języków indoeuropejskich. Polszczyzna jest jednym z oficjalnych języków Unii Europejskiej.}

              MakeTitlePage

              section{Wprowadzenie}
              lipsum[1]
              begin{equation}
              mathbf{F}=mmathbf{a}
              end{equation}
              Język polski cite{szczesny}. Polszczyzna jest jednym z oficjalnych języków Unii Europejskiej cite{piatek}.

              bibliographystyle{asmejour}
              bibliography{jobname}

              end{document}


              enter image description here






              share|improve this answer




























                1














                There is a newer ASME template here: https://ctan.org/pkg/asmejour. Building on egreg's answer, here is a start. Sorry for the mash-up of languages in this example.



                % !TEX encoding = UTF-8 Unicode  
                begin{filecontents*}{jobname.bib}
                @article{szczesny,
                author={W. Szcz{k{e}}sny},
                title={How to save},
                journal={Int. J. Soccer},
                year=2019,
                }
                @article{piatek,
                author={K. Pi{k{a}}tek},
                title={How to score},
                journal={Int. J. Soccer},
                year=2019,
                }
                end{filecontents*}

                documentclass{asmejour}

                usepackage[T1]{fontenc}
                usepackage[utf8]{inputenc}
                usepackage[polish]{babel}
                selectlanguage{polish}
                usepackage{lipsum}

                JourName{Heat Transfer}
                PreprintString{Preprint do recenzji} % <=== this command may not be in TeX Live yet.

                begin{document}

                SetTitle{Tytuł artykułu}
                keywords{LaTeX, Polish, ASME}
                SetAuthorBlock{A. Utor}{Institute of Fluid-Flow Machinery \ Polish Academy of Sciences\ Gen. J. Fiszcra 14 \ PL 80-952 Gdańsk, Poland}

                SetAbstract{Abstrakcyjny Język polski, polszczyzna, skrót: pol. – język naturalny należący do grupy języków zachodniosłowiańskich (do której należą również czeski, słowacki, kaszubski, dolnołużycki, górnołużycki i wymarły połabski), stanowiącej część rodziny języków indoeuropejskich. Polszczyzna jest jednym z oficjalnych języków Unii Europejskiej.}

                MakeTitlePage

                section{Wprowadzenie}
                lipsum[1]
                begin{equation}
                mathbf{F}=mmathbf{a}
                end{equation}
                Język polski cite{szczesny}. Polszczyzna jest jednym z oficjalnych języków Unii Europejskiej cite{piatek}.

                bibliographystyle{asmejour}
                bibliography{jobname}

                end{document}


                enter image description here






                share|improve this answer


























                  1












                  1








                  1







                  There is a newer ASME template here: https://ctan.org/pkg/asmejour. Building on egreg's answer, here is a start. Sorry for the mash-up of languages in this example.



                  % !TEX encoding = UTF-8 Unicode  
                  begin{filecontents*}{jobname.bib}
                  @article{szczesny,
                  author={W. Szcz{k{e}}sny},
                  title={How to save},
                  journal={Int. J. Soccer},
                  year=2019,
                  }
                  @article{piatek,
                  author={K. Pi{k{a}}tek},
                  title={How to score},
                  journal={Int. J. Soccer},
                  year=2019,
                  }
                  end{filecontents*}

                  documentclass{asmejour}

                  usepackage[T1]{fontenc}
                  usepackage[utf8]{inputenc}
                  usepackage[polish]{babel}
                  selectlanguage{polish}
                  usepackage{lipsum}

                  JourName{Heat Transfer}
                  PreprintString{Preprint do recenzji} % <=== this command may not be in TeX Live yet.

                  begin{document}

                  SetTitle{Tytuł artykułu}
                  keywords{LaTeX, Polish, ASME}
                  SetAuthorBlock{A. Utor}{Institute of Fluid-Flow Machinery \ Polish Academy of Sciences\ Gen. J. Fiszcra 14 \ PL 80-952 Gdańsk, Poland}

                  SetAbstract{Abstrakcyjny Język polski, polszczyzna, skrót: pol. – język naturalny należący do grupy języków zachodniosłowiańskich (do której należą również czeski, słowacki, kaszubski, dolnołużycki, górnołużycki i wymarły połabski), stanowiącej część rodziny języków indoeuropejskich. Polszczyzna jest jednym z oficjalnych języków Unii Europejskiej.}

                  MakeTitlePage

                  section{Wprowadzenie}
                  lipsum[1]
                  begin{equation}
                  mathbf{F}=mmathbf{a}
                  end{equation}
                  Język polski cite{szczesny}. Polszczyzna jest jednym z oficjalnych języków Unii Europejskiej cite{piatek}.

                  bibliographystyle{asmejour}
                  bibliography{jobname}

                  end{document}


                  enter image description here






                  share|improve this answer













                  There is a newer ASME template here: https://ctan.org/pkg/asmejour. Building on egreg's answer, here is a start. Sorry for the mash-up of languages in this example.



                  % !TEX encoding = UTF-8 Unicode  
                  begin{filecontents*}{jobname.bib}
                  @article{szczesny,
                  author={W. Szcz{k{e}}sny},
                  title={How to save},
                  journal={Int. J. Soccer},
                  year=2019,
                  }
                  @article{piatek,
                  author={K. Pi{k{a}}tek},
                  title={How to score},
                  journal={Int. J. Soccer},
                  year=2019,
                  }
                  end{filecontents*}

                  documentclass{asmejour}

                  usepackage[T1]{fontenc}
                  usepackage[utf8]{inputenc}
                  usepackage[polish]{babel}
                  selectlanguage{polish}
                  usepackage{lipsum}

                  JourName{Heat Transfer}
                  PreprintString{Preprint do recenzji} % <=== this command may not be in TeX Live yet.

                  begin{document}

                  SetTitle{Tytuł artykułu}
                  keywords{LaTeX, Polish, ASME}
                  SetAuthorBlock{A. Utor}{Institute of Fluid-Flow Machinery \ Polish Academy of Sciences\ Gen. J. Fiszcra 14 \ PL 80-952 Gdańsk, Poland}

                  SetAbstract{Abstrakcyjny Język polski, polszczyzna, skrót: pol. – język naturalny należący do grupy języków zachodniosłowiańskich (do której należą również czeski, słowacki, kaszubski, dolnołużycki, górnołużycki i wymarły połabski), stanowiącej część rodziny języków indoeuropejskich. Polszczyzna jest jednym z oficjalnych języków Unii Europejskiej.}

                  MakeTitlePage

                  section{Wprowadzenie}
                  lipsum[1]
                  begin{equation}
                  mathbf{F}=mmathbf{a}
                  end{equation}
                  Język polski cite{szczesny}. Polszczyzna jest jednym z oficjalnych języków Unii Europejskiej cite{piatek}.

                  bibliographystyle{asmejour}
                  bibliography{jobname}

                  end{document}


                  enter image description here







                  share|improve this answer












                  share|improve this answer



                  share|improve this answer










                  answered 4 hours ago









                  JohnJohn

                  7564 silver badges15 bronze badges




                  7564 silver badges15 bronze badges






















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










                      draft saved

                      draft discarded


















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













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












                      qalis 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%2f497099%2fpolish-letters-in-asme-english-template%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

                      Taj Mahal Inhaltsverzeichnis Aufbau | Geschichte | 350-Jahr-Feier | Heutige Bedeutung | Siehe auch |...

                      Baia Sprie Cuprins Etimologie | Istorie | Demografie | Politică și administrație | Arii naturale...

                      Nicolae Petrescu-Găină Cuprins Biografie | Opera | In memoriam | Varia | Controverse, incertitudini...