Prime in text modeHow to refer to labels in math mode from math modePossible bug in flexsymWhy isn't prime...

In the late 1940’s to early 1950’s what technology was available that could melt ice?

Making a kiddush for a girl that has hard time finding shidduch

Are small insurances worth it?

How do I print a field from the bibliography

Shifting between bemols and diesis in the key signature

How is it possible to drive VGA displays at such high pixel clock frequencies?

Help understanding 1986 schematic for Rohde & Schwarz cryptographic key generator

Do cubics always have one real root?

Confusion about Complex Continued Fraction

Source permutation

Having the player face themselves after the mid-game

Signed and unsigned numbers

Was it really inappropriate to write a pull request for the company I interviewed with?

Vocabulary for giving just numbers, not a full answer

Why is a very small peak with larger m/z not considered to be the molecular ion?

For which categories of spectra is there an explicit description of the fibrant objects via lifting properties?

What is better: yes / no radio, or simple checkbox?

How do electrons receive energy when a body is heated?

What is the population of Romulus in the TNG era?

MySQL importing CSV files really slow

School performs periodic password audits. Is my password compromised?

What are some noteworthy "mic-drop" moments in math?

Which classes are needed to have access to every spell in the PHB?

Expressing logarithmic equations without logs



Prime in text mode


How to refer to labels in math mode from math modePossible bug in flexsymWhy isn't prime automatically set to be a superscript?Create rotated prime symbolBetter way to produce Vllap{--}How do you get a scriptscriptstyle-sized prime?how to get the symbol like neq with straight line crossedA symbol for same order of magnitude in math modeMath symbols in text modeHow to define the symbol ¡ in math mode so that it behaves as expectedUsing Indian rupee symbol from tfrupee in math modeUse a superscript prime symbol in Bibtex













42















How do I produce the prime symbol in text mode? In math mode the prime symbol is produced by ' but in text mode it produces something else.










share|improve this question



























    42















    How do I produce the prime symbol in text mode? In math mode the prime symbol is produced by ' but in text mode it produces something else.










    share|improve this question

























      42












      42








      42


      4






      How do I produce the prime symbol in text mode? In math mode the prime symbol is produced by ' but in text mode it produces something else.










      share|improve this question














      How do I produce the prime symbol in text mode? In math mode the prime symbol is produced by ' but in text mode it produces something else.







      symbols






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Nov 30 '11 at 13:55









      N.N.N.N.

      23.8k19116189




      23.8k19116189






















          5 Answers
          5






          active

          oldest

          votes


















          38














          If you really want the math prime symbol you may simply use $'$ or $prime$, or if you want to use it in text and math mode ensuremath{'} or ensuremath{prime}, e.g.:



          documentclass{article}
          newcommand*{everymodeprime}{ensuremath{prime}}
          begin{document}
          Prime in text mode: everymodeprime

          Prime in math mode: $everymodeprime$
          end{document}


          I've used prime instead of ' to avoid typo mistakes.



          ensuremath does only switch to math mode, if math mode it not already active. So it is often useful to define commands, that uses math mode commands and should work in text and math mode.






          share|improve this answer































            16














            The flexisym package offers textprime which can be directly used in math or in text mode:



            documentclass{article}
            usepackage{flexisym}

            begin{document}

            atextprime

            $atextprime$

            end{document}


            enter image description here






            share|improve this answer































              11














              I don't think there's a prime character in text mode. If you want an upright single quote, you can use textquotesingle defined in the textcomp package; alternatively if you actually want a prime, then you can just use $'$ in text mode.






              share|improve this answer
























              • I want an actual prime but I don't want to go via inline math mode.

                – N.N.
                Nov 30 '11 at 14:12






              • 1





                N.N.: Why not, if this is the character you want, but textquotesingle, textquoteleft, and textquoteright aren't?

                – Schweinebacke
                Nov 30 '11 at 14:22











              • @Schweinebacke I want to use prime in list labels and then refer to the list items from math mode but that seems to force me to nest math modes which leads to errors, see tex.stackexchange.com/questions/36658/….

                – N.N.
                Nov 30 '11 at 14:27






              • 1





                The flexisym package defines textprime: DeclareRobustCommandtextprime{leavevmode raise.8exhbox{text@charscriptfontprime}% }

                – Gonzalo Medina
                Nov 30 '11 at 14:35








              • 2





                N.N.: ensuremath{'} may be used to nest math, because it switchs to math only if your are not in math mode already.

                – Schweinebacke
                Nov 30 '11 at 15:15



















              4














              Using flexisym requires subduing to its weird decision about several symbols.



              It's much simpler to use



              documentclass{article}

              makeatletter
              DeclareTextCommand{textprime}{encodingdefault}{%
              mbox{$m@th'kern-scriptspace$}%
              }
              makeatother

              begin{document}

              atextprime{} b

              $atextprime$

              end{document}


              With DeclareTextCommand we disallow using the symbol in math mode (a warning will be produced); with mbox we avoid an error, if textprime is issued in math mode nonetheless; with m@th we nullify a possible nonzero value of mathsurround; with kern-scriptspace we remove the kerning that's added after subscripted or superscripted math atoms.



              enter image description here






              share|improve this answer































                0














                $A"= S_A' (H) $
                How to write the prime in A not in S in laTeX !!






                share|improve this answer








                New contributor




                Golden Mind 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.SX! This space is reserved for answers, not for new questions. Anyway, the input is $A''=S_{A'}(H)$.

                  – egreg
                  9 mins ago











                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%2f36655%2fprime-in-text-mode%23new-answer', 'question_page');
                }
                );

                Post as a guest















                Required, but never shown

























                5 Answers
                5






                active

                oldest

                votes








                5 Answers
                5






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes









                38














                If you really want the math prime symbol you may simply use $'$ or $prime$, or if you want to use it in text and math mode ensuremath{'} or ensuremath{prime}, e.g.:



                documentclass{article}
                newcommand*{everymodeprime}{ensuremath{prime}}
                begin{document}
                Prime in text mode: everymodeprime

                Prime in math mode: $everymodeprime$
                end{document}


                I've used prime instead of ' to avoid typo mistakes.



                ensuremath does only switch to math mode, if math mode it not already active. So it is often useful to define commands, that uses math mode commands and should work in text and math mode.






                share|improve this answer




























                  38














                  If you really want the math prime symbol you may simply use $'$ or $prime$, or if you want to use it in text and math mode ensuremath{'} or ensuremath{prime}, e.g.:



                  documentclass{article}
                  newcommand*{everymodeprime}{ensuremath{prime}}
                  begin{document}
                  Prime in text mode: everymodeprime

                  Prime in math mode: $everymodeprime$
                  end{document}


                  I've used prime instead of ' to avoid typo mistakes.



                  ensuremath does only switch to math mode, if math mode it not already active. So it is often useful to define commands, that uses math mode commands and should work in text and math mode.






                  share|improve this answer


























                    38












                    38








                    38







                    If you really want the math prime symbol you may simply use $'$ or $prime$, or if you want to use it in text and math mode ensuremath{'} or ensuremath{prime}, e.g.:



                    documentclass{article}
                    newcommand*{everymodeprime}{ensuremath{prime}}
                    begin{document}
                    Prime in text mode: everymodeprime

                    Prime in math mode: $everymodeprime$
                    end{document}


                    I've used prime instead of ' to avoid typo mistakes.



                    ensuremath does only switch to math mode, if math mode it not already active. So it is often useful to define commands, that uses math mode commands and should work in text and math mode.






                    share|improve this answer













                    If you really want the math prime symbol you may simply use $'$ or $prime$, or if you want to use it in text and math mode ensuremath{'} or ensuremath{prime}, e.g.:



                    documentclass{article}
                    newcommand*{everymodeprime}{ensuremath{prime}}
                    begin{document}
                    Prime in text mode: everymodeprime

                    Prime in math mode: $everymodeprime$
                    end{document}


                    I've used prime instead of ' to avoid typo mistakes.



                    ensuremath does only switch to math mode, if math mode it not already active. So it is often useful to define commands, that uses math mode commands and should work in text and math mode.







                    share|improve this answer












                    share|improve this answer



                    share|improve this answer










                    answered Nov 30 '11 at 19:01









                    SchweinebackeSchweinebacke

                    21.8k4577




                    21.8k4577























                        16














                        The flexisym package offers textprime which can be directly used in math or in text mode:



                        documentclass{article}
                        usepackage{flexisym}

                        begin{document}

                        atextprime

                        $atextprime$

                        end{document}


                        enter image description here






                        share|improve this answer




























                          16














                          The flexisym package offers textprime which can be directly used in math or in text mode:



                          documentclass{article}
                          usepackage{flexisym}

                          begin{document}

                          atextprime

                          $atextprime$

                          end{document}


                          enter image description here






                          share|improve this answer


























                            16












                            16








                            16







                            The flexisym package offers textprime which can be directly used in math or in text mode:



                            documentclass{article}
                            usepackage{flexisym}

                            begin{document}

                            atextprime

                            $atextprime$

                            end{document}


                            enter image description here






                            share|improve this answer













                            The flexisym package offers textprime which can be directly used in math or in text mode:



                            documentclass{article}
                            usepackage{flexisym}

                            begin{document}

                            atextprime

                            $atextprime$

                            end{document}


                            enter image description here







                            share|improve this answer












                            share|improve this answer



                            share|improve this answer










                            answered Dec 1 '11 at 2:43









                            Gonzalo MedinaGonzalo Medina

                            401k4113081576




                            401k4113081576























                                11














                                I don't think there's a prime character in text mode. If you want an upright single quote, you can use textquotesingle defined in the textcomp package; alternatively if you actually want a prime, then you can just use $'$ in text mode.






                                share|improve this answer
























                                • I want an actual prime but I don't want to go via inline math mode.

                                  – N.N.
                                  Nov 30 '11 at 14:12






                                • 1





                                  N.N.: Why not, if this is the character you want, but textquotesingle, textquoteleft, and textquoteright aren't?

                                  – Schweinebacke
                                  Nov 30 '11 at 14:22











                                • @Schweinebacke I want to use prime in list labels and then refer to the list items from math mode but that seems to force me to nest math modes which leads to errors, see tex.stackexchange.com/questions/36658/….

                                  – N.N.
                                  Nov 30 '11 at 14:27






                                • 1





                                  The flexisym package defines textprime: DeclareRobustCommandtextprime{leavevmode raise.8exhbox{text@charscriptfontprime}% }

                                  – Gonzalo Medina
                                  Nov 30 '11 at 14:35








                                • 2





                                  N.N.: ensuremath{'} may be used to nest math, because it switchs to math only if your are not in math mode already.

                                  – Schweinebacke
                                  Nov 30 '11 at 15:15
















                                11














                                I don't think there's a prime character in text mode. If you want an upright single quote, you can use textquotesingle defined in the textcomp package; alternatively if you actually want a prime, then you can just use $'$ in text mode.






                                share|improve this answer
























                                • I want an actual prime but I don't want to go via inline math mode.

                                  – N.N.
                                  Nov 30 '11 at 14:12






                                • 1





                                  N.N.: Why not, if this is the character you want, but textquotesingle, textquoteleft, and textquoteright aren't?

                                  – Schweinebacke
                                  Nov 30 '11 at 14:22











                                • @Schweinebacke I want to use prime in list labels and then refer to the list items from math mode but that seems to force me to nest math modes which leads to errors, see tex.stackexchange.com/questions/36658/….

                                  – N.N.
                                  Nov 30 '11 at 14:27






                                • 1





                                  The flexisym package defines textprime: DeclareRobustCommandtextprime{leavevmode raise.8exhbox{text@charscriptfontprime}% }

                                  – Gonzalo Medina
                                  Nov 30 '11 at 14:35








                                • 2





                                  N.N.: ensuremath{'} may be used to nest math, because it switchs to math only if your are not in math mode already.

                                  – Schweinebacke
                                  Nov 30 '11 at 15:15














                                11












                                11








                                11







                                I don't think there's a prime character in text mode. If you want an upright single quote, you can use textquotesingle defined in the textcomp package; alternatively if you actually want a prime, then you can just use $'$ in text mode.






                                share|improve this answer













                                I don't think there's a prime character in text mode. If you want an upright single quote, you can use textquotesingle defined in the textcomp package; alternatively if you actually want a prime, then you can just use $'$ in text mode.







                                share|improve this answer












                                share|improve this answer



                                share|improve this answer










                                answered Nov 30 '11 at 14:10









                                Alan MunnAlan Munn

                                162k28432707




                                162k28432707













                                • I want an actual prime but I don't want to go via inline math mode.

                                  – N.N.
                                  Nov 30 '11 at 14:12






                                • 1





                                  N.N.: Why not, if this is the character you want, but textquotesingle, textquoteleft, and textquoteright aren't?

                                  – Schweinebacke
                                  Nov 30 '11 at 14:22











                                • @Schweinebacke I want to use prime in list labels and then refer to the list items from math mode but that seems to force me to nest math modes which leads to errors, see tex.stackexchange.com/questions/36658/….

                                  – N.N.
                                  Nov 30 '11 at 14:27






                                • 1





                                  The flexisym package defines textprime: DeclareRobustCommandtextprime{leavevmode raise.8exhbox{text@charscriptfontprime}% }

                                  – Gonzalo Medina
                                  Nov 30 '11 at 14:35








                                • 2





                                  N.N.: ensuremath{'} may be used to nest math, because it switchs to math only if your are not in math mode already.

                                  – Schweinebacke
                                  Nov 30 '11 at 15:15



















                                • I want an actual prime but I don't want to go via inline math mode.

                                  – N.N.
                                  Nov 30 '11 at 14:12






                                • 1





                                  N.N.: Why not, if this is the character you want, but textquotesingle, textquoteleft, and textquoteright aren't?

                                  – Schweinebacke
                                  Nov 30 '11 at 14:22











                                • @Schweinebacke I want to use prime in list labels and then refer to the list items from math mode but that seems to force me to nest math modes which leads to errors, see tex.stackexchange.com/questions/36658/….

                                  – N.N.
                                  Nov 30 '11 at 14:27






                                • 1





                                  The flexisym package defines textprime: DeclareRobustCommandtextprime{leavevmode raise.8exhbox{text@charscriptfontprime}% }

                                  – Gonzalo Medina
                                  Nov 30 '11 at 14:35








                                • 2





                                  N.N.: ensuremath{'} may be used to nest math, because it switchs to math only if your are not in math mode already.

                                  – Schweinebacke
                                  Nov 30 '11 at 15:15

















                                I want an actual prime but I don't want to go via inline math mode.

                                – N.N.
                                Nov 30 '11 at 14:12





                                I want an actual prime but I don't want to go via inline math mode.

                                – N.N.
                                Nov 30 '11 at 14:12




                                1




                                1





                                N.N.: Why not, if this is the character you want, but textquotesingle, textquoteleft, and textquoteright aren't?

                                – Schweinebacke
                                Nov 30 '11 at 14:22





                                N.N.: Why not, if this is the character you want, but textquotesingle, textquoteleft, and textquoteright aren't?

                                – Schweinebacke
                                Nov 30 '11 at 14:22













                                @Schweinebacke I want to use prime in list labels and then refer to the list items from math mode but that seems to force me to nest math modes which leads to errors, see tex.stackexchange.com/questions/36658/….

                                – N.N.
                                Nov 30 '11 at 14:27





                                @Schweinebacke I want to use prime in list labels and then refer to the list items from math mode but that seems to force me to nest math modes which leads to errors, see tex.stackexchange.com/questions/36658/….

                                – N.N.
                                Nov 30 '11 at 14:27




                                1




                                1





                                The flexisym package defines textprime: DeclareRobustCommandtextprime{leavevmode raise.8exhbox{text@charscriptfontprime}% }

                                – Gonzalo Medina
                                Nov 30 '11 at 14:35







                                The flexisym package defines textprime: DeclareRobustCommandtextprime{leavevmode raise.8exhbox{text@charscriptfontprime}% }

                                – Gonzalo Medina
                                Nov 30 '11 at 14:35






                                2




                                2





                                N.N.: ensuremath{'} may be used to nest math, because it switchs to math only if your are not in math mode already.

                                – Schweinebacke
                                Nov 30 '11 at 15:15





                                N.N.: ensuremath{'} may be used to nest math, because it switchs to math only if your are not in math mode already.

                                – Schweinebacke
                                Nov 30 '11 at 15:15











                                4














                                Using flexisym requires subduing to its weird decision about several symbols.



                                It's much simpler to use



                                documentclass{article}

                                makeatletter
                                DeclareTextCommand{textprime}{encodingdefault}{%
                                mbox{$m@th'kern-scriptspace$}%
                                }
                                makeatother

                                begin{document}

                                atextprime{} b

                                $atextprime$

                                end{document}


                                With DeclareTextCommand we disallow using the symbol in math mode (a warning will be produced); with mbox we avoid an error, if textprime is issued in math mode nonetheless; with m@th we nullify a possible nonzero value of mathsurround; with kern-scriptspace we remove the kerning that's added after subscripted or superscripted math atoms.



                                enter image description here






                                share|improve this answer




























                                  4














                                  Using flexisym requires subduing to its weird decision about several symbols.



                                  It's much simpler to use



                                  documentclass{article}

                                  makeatletter
                                  DeclareTextCommand{textprime}{encodingdefault}{%
                                  mbox{$m@th'kern-scriptspace$}%
                                  }
                                  makeatother

                                  begin{document}

                                  atextprime{} b

                                  $atextprime$

                                  end{document}


                                  With DeclareTextCommand we disallow using the symbol in math mode (a warning will be produced); with mbox we avoid an error, if textprime is issued in math mode nonetheless; with m@th we nullify a possible nonzero value of mathsurround; with kern-scriptspace we remove the kerning that's added after subscripted or superscripted math atoms.



                                  enter image description here






                                  share|improve this answer


























                                    4












                                    4








                                    4







                                    Using flexisym requires subduing to its weird decision about several symbols.



                                    It's much simpler to use



                                    documentclass{article}

                                    makeatletter
                                    DeclareTextCommand{textprime}{encodingdefault}{%
                                    mbox{$m@th'kern-scriptspace$}%
                                    }
                                    makeatother

                                    begin{document}

                                    atextprime{} b

                                    $atextprime$

                                    end{document}


                                    With DeclareTextCommand we disallow using the symbol in math mode (a warning will be produced); with mbox we avoid an error, if textprime is issued in math mode nonetheless; with m@th we nullify a possible nonzero value of mathsurround; with kern-scriptspace we remove the kerning that's added after subscripted or superscripted math atoms.



                                    enter image description here






                                    share|improve this answer













                                    Using flexisym requires subduing to its weird decision about several symbols.



                                    It's much simpler to use



                                    documentclass{article}

                                    makeatletter
                                    DeclareTextCommand{textprime}{encodingdefault}{%
                                    mbox{$m@th'kern-scriptspace$}%
                                    }
                                    makeatother

                                    begin{document}

                                    atextprime{} b

                                    $atextprime$

                                    end{document}


                                    With DeclareTextCommand we disallow using the symbol in math mode (a warning will be produced); with mbox we avoid an error, if textprime is issued in math mode nonetheless; with m@th we nullify a possible nonzero value of mathsurround; with kern-scriptspace we remove the kerning that's added after subscripted or superscripted math atoms.



                                    enter image description here







                                    share|improve this answer












                                    share|improve this answer



                                    share|improve this answer










                                    answered Dec 20 '18 at 18:22









                                    egregegreg

                                    725k8819193224




                                    725k8819193224























                                        0














                                        $A"= S_A' (H) $
                                        How to write the prime in A not in S in laTeX !!






                                        share|improve this answer








                                        New contributor




                                        Golden Mind 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.SX! This space is reserved for answers, not for new questions. Anyway, the input is $A''=S_{A'}(H)$.

                                          – egreg
                                          9 mins ago
















                                        0














                                        $A"= S_A' (H) $
                                        How to write the prime in A not in S in laTeX !!






                                        share|improve this answer








                                        New contributor




                                        Golden Mind 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.SX! This space is reserved for answers, not for new questions. Anyway, the input is $A''=S_{A'}(H)$.

                                          – egreg
                                          9 mins ago














                                        0












                                        0








                                        0







                                        $A"= S_A' (H) $
                                        How to write the prime in A not in S in laTeX !!






                                        share|improve this answer








                                        New contributor




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










                                        $A"= S_A' (H) $
                                        How to write the prime in A not in S in laTeX !!







                                        share|improve this answer








                                        New contributor




                                        Golden Mind 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 answer



                                        share|improve this answer






                                        New contributor




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









                                        answered 20 mins ago









                                        Golden MindGolden Mind

                                        11




                                        11




                                        New contributor




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





                                        New contributor





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






                                        Golden Mind 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.SX! This space is reserved for answers, not for new questions. Anyway, the input is $A''=S_{A'}(H)$.

                                          – egreg
                                          9 mins ago



















                                        • Welcome to TeX.SX! This space is reserved for answers, not for new questions. Anyway, the input is $A''=S_{A'}(H)$.

                                          – egreg
                                          9 mins ago

















                                        Welcome to TeX.SX! This space is reserved for answers, not for new questions. Anyway, the input is $A''=S_{A'}(H)$.

                                        – egreg
                                        9 mins ago





                                        Welcome to TeX.SX! This space is reserved for answers, not for new questions. Anyway, the input is $A''=S_{A'}(H)$.

                                        – egreg
                                        9 mins ago


















                                        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%2f36655%2fprime-in-text-mode%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

                                        IEEEtran - How to include ORCID in TeX/PDF with PdfLatexIs there a standard way to include ORCID in TeX /...

                                        Cicindela nigrior Przypisy | Menu nawigacyjneCicindela varians unicolorManual for the Identification of the...

                                        Glossaries-extra: Adding glossaries package to “Clas­sicTh­e­sis” template by Dr. André Miede v. 4.6 ...