Add superscript inside author, problem in IOP templateHow to get number of author, align author...

Did Shadowfax go to Valinor?

A newer friend of my brother's gave him a load of baseball cards that are supposedly extremely valuable. Is this a scam?

Approximately how much travel time was saved by the opening of the Suez Canal in 1869?

What is the word for reserving something for yourself before others do?

How is it possible to have an ability score that is less than 3?

Why are 150k or 200k jobs considered good when there are 300k+ births a month?

Python: next in for loop

Finding angle with pure Geometry.

Is this a crack on the carbon frame?

US citizen flying to France today and my passport expires in less than 2 months

How do we improve the relationship with a client software team that performs poorly and is becoming less collaborative?

Maximum likelihood parameters deviate from posterior distributions

How much RAM could one put in a typical 80386 setup?

What typically incentivizes a professor to change jobs to a lower ranking university?

Do VLANs within a subnet need to have their own subnet for router on a stick?

can i play a electric guitar through a bass amp?

Why doesn't H₄O²⁺ exist?

How does strength of boric acid solution increase in presence of salicylic acid?

Adding span tags within wp_list_pages list items

Minkowski space

Can I make popcorn with any corn?

LaTeX closing $ signs makes cursor jump

Risk of getting Chronic Wasting Disease (CWD) in the United States?

"to be prejudice towards/against someone" vs "to be prejudiced against/towards someone"



Add superscript inside author, problem in IOP template


How to get number of author, align author command?Wraping Author names in LREC templateAuthor affiliation with only 1 authorBiblatex - show first author, second author, …, last authorHow to remove author and affiliation superscript?AJAE Documentclass and Author namesProblem with a paper with multiple authors in elsevier templatehow to set the first author together?Beamer - Greek - Change Language inside `author`Space after footnote / thanks inside author













0















I want to use the IOP template from this link:



IOP Template



In this template, I have the problem.
I use the $^1$ inside authour{}, but in *.pdf file I see the '1' in line, not in superscript.



Here is the latex code



documentclass[a4paper]{jpconf}

begin{document}
title[Author guidelines for IOP Publishing journals in LaTeXe]{How to `prepare and submit an article for`
publication in an IOP Publishing journal using LaTeXe}
author{Content & Services Team$^1$}
address{$^1$ IOP Publishing, Temple Circus, Temple Way, Bristol BS1 6HG, UK}
ead{submissions@iop.org}
end{document}


Question. How to add the superscript inside the command author{}?










share|improve this question



























    0















    I want to use the IOP template from this link:



    IOP Template



    In this template, I have the problem.
    I use the $^1$ inside authour{}, but in *.pdf file I see the '1' in line, not in superscript.



    Here is the latex code



    documentclass[a4paper]{jpconf}

    begin{document}
    title[Author guidelines for IOP Publishing journals in LaTeXe]{How to `prepare and submit an article for`
    publication in an IOP Publishing journal using LaTeXe}
    author{Content & Services Team$^1$}
    address{$^1$ IOP Publishing, Temple Circus, Temple Way, Bristol BS1 6HG, UK}
    ead{submissions@iop.org}
    end{document}


    Question. How to add the superscript inside the command author{}?










    share|improve this question

























      0












      0








      0








      I want to use the IOP template from this link:



      IOP Template



      In this template, I have the problem.
      I use the $^1$ inside authour{}, but in *.pdf file I see the '1' in line, not in superscript.



      Here is the latex code



      documentclass[a4paper]{jpconf}

      begin{document}
      title[Author guidelines for IOP Publishing journals in LaTeXe]{How to `prepare and submit an article for`
      publication in an IOP Publishing journal using LaTeXe}
      author{Content & Services Team$^1$}
      address{$^1$ IOP Publishing, Temple Circus, Temple Way, Bristol BS1 6HG, UK}
      ead{submissions@iop.org}
      end{document}


      Question. How to add the superscript inside the command author{}?










      share|improve this question














      I want to use the IOP template from this link:



      IOP Template



      In this template, I have the problem.
      I use the $^1$ inside authour{}, but in *.pdf file I see the '1' in line, not in superscript.



      Here is the latex code



      documentclass[a4paper]{jpconf}

      begin{document}
      title[Author guidelines for IOP Publishing journals in LaTeXe]{How to `prepare and submit an article for`
      publication in an IOP Publishing journal using LaTeXe}
      author{Content & Services Team$^1$}
      address{$^1$ IOP Publishing, Temple Circus, Temple Way, Bristol BS1 6HG, UK}
      ead{submissions@iop.org}
      end{document}


      Question. How to add the superscript inside the command author{}?







      author-number author






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked 10 hours ago









      NickNick

      1986




      1986






















          1 Answer
          1






          active

          oldest

          votes


















          1














          textsuperscript can be used to add superscript in text mode.



          Try the following:



          documentclass[a4paper]{jpconf}

          begin{document}
          title[Author guidelines for IOP Publishing journals in LaTeXe]{How to `prepare and submit an article for`
          publication in an IOP Publishing journal using LaTeXe}
          author{Content & Services Team textsuperscript{1}}
          address{$^1$ IOP Publishing, Temple Circus, Temple Way, Bristol BS1 6HG, UK}
          ead{submissions@iop.org}
          end{document}





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


            }
            });














            draft saved

            draft discarded


















            StackExchange.ready(
            function () {
            StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2ftex.stackexchange.com%2fquestions%2f483524%2fadd-superscript-inside-author-problem-in-iop-template%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









            1














            textsuperscript can be used to add superscript in text mode.



            Try the following:



            documentclass[a4paper]{jpconf}

            begin{document}
            title[Author guidelines for IOP Publishing journals in LaTeXe]{How to `prepare and submit an article for`
            publication in an IOP Publishing journal using LaTeXe}
            author{Content & Services Team textsuperscript{1}}
            address{$^1$ IOP Publishing, Temple Circus, Temple Way, Bristol BS1 6HG, UK}
            ead{submissions@iop.org}
            end{document}





            share|improve this answer




























              1














              textsuperscript can be used to add superscript in text mode.



              Try the following:



              documentclass[a4paper]{jpconf}

              begin{document}
              title[Author guidelines for IOP Publishing journals in LaTeXe]{How to `prepare and submit an article for`
              publication in an IOP Publishing journal using LaTeXe}
              author{Content & Services Team textsuperscript{1}}
              address{$^1$ IOP Publishing, Temple Circus, Temple Way, Bristol BS1 6HG, UK}
              ead{submissions@iop.org}
              end{document}





              share|improve this answer


























                1












                1








                1







                textsuperscript can be used to add superscript in text mode.



                Try the following:



                documentclass[a4paper]{jpconf}

                begin{document}
                title[Author guidelines for IOP Publishing journals in LaTeXe]{How to `prepare and submit an article for`
                publication in an IOP Publishing journal using LaTeXe}
                author{Content & Services Team textsuperscript{1}}
                address{$^1$ IOP Publishing, Temple Circus, Temple Way, Bristol BS1 6HG, UK}
                ead{submissions@iop.org}
                end{document}





                share|improve this answer













                textsuperscript can be used to add superscript in text mode.



                Try the following:



                documentclass[a4paper]{jpconf}

                begin{document}
                title[Author guidelines for IOP Publishing journals in LaTeXe]{How to `prepare and submit an article for`
                publication in an IOP Publishing journal using LaTeXe}
                author{Content & Services Team textsuperscript{1}}
                address{$^1$ IOP Publishing, Temple Circus, Temple Way, Bristol BS1 6HG, UK}
                ead{submissions@iop.org}
                end{document}






                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered 10 hours ago









                subham sonisubham soni

                4,91683187




                4,91683187






























                    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%2f483524%2fadd-superscript-inside-author-problem-in-iop-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

                    Paper upload error, “Upload failed: The top margin is 0.715 in on page 3, which is below the required...

                    Emraan Hashmi Filmografia | Linki zewnętrzne | Menu nawigacyjneGulshan GroverGulshan...

                    How can I write this formula?newline and italics added with leqWhy does widehat behave differently if I...