Bibliography - English in reverse in a Hebrew article












1















I'm new with LyX, and now learn.



I wrote something in Hebrew, and add bibliography (in English) and its in reverse:
enter image description here



The code:



בדיקהcite{Ruan2003}

bibliographystyle{unsrt}


The bib file:



@Article{Ruan2003,
language={english},
hyphenation={english},
author = {Ruan, YiJun and Wei, Chia Lin and Ling, Ai Ee and Vega, Vinsensius B and Thoreau, Herve and Thoe, Su Yun Se and Chia, Jer-Ming and Ng, Patrick and Chiu, Kuo Ping and Lim, Landri and others},
title = {Comparative full-length genome sequence analysis of 14 SARS coronavirus isolates and common mutations associated with putative origins of infection},
journal = {The Lancet},
year = {2003},
volume = {361},
number = {9371},
pages = {1779--1785},
__markedentry = {[MyLaptop:6]},
publisher = {Elsevier},
}

@Comment{jabref-meta: databaseType:bibtex;}


Any idea?



The complete code (MWE):



% Preview source code

%% LyX 2.3.2-2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
documentclass[english,hebrew]{article}
usepackage[T1]{fontenc}
usepackage[latin9,cp1255]{inputenc}

makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
usepackage{theorem}
theorembodyfont{upshape}
newtheorem{theorem}{R{משפט}}[section]
AtBeginDocument{make@lrthetheorem}

% The following chunk fixes export with XeTeX.
% It is needed because polyglossia is used by default
% and make@lr is only defined by babel.
@ifundefined{make@lr}
{defmake@lr#1{begingroup
toks@=expandafter{#1}%
edefx{endgroup
defnoexpand#1{noexpand@number{thetoks@}}}%
x}}{relax}

makeatother

usepackage{babel}
begin{document}
בדיקה cite{Ruan2003}

bibliographystyle{plain}
bibliography{db}

end{document}









share|improve this question









New contributor




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





















  • Sorry, but is this a duplicate of this question tex.stackexchange.com/q/480577/16550 ? If yes, please do not ask twice and -- as usual here -- show an complete short compilable code and not code snippets we have to guess what you are doing. In Lyx there is a function you can create an compilable tex code we need here ... (Sorry, I do not know Lyx, I can not help you with LyX)

    – Kurt
    4 hours ago











  • Yes it's me from the second question (I haven't logged in). The code I showed are compiled.

    – puhs
    3 hours ago











  • Well, we need to see the complete short and compilable tex code, starting with the used documentclass, all relevant used packages for the issue and the document with starting begin{document} until end{document}`. Then we do not have to guess what you are doing. I'm sure there is a command to change writing from right to left to writing from left to right for the bibliography, but we need more information ...

    – Kurt
    3 hours ago











  • Hey, Thank you. I'm sorry for that all. Here is the full code (I hope.. ) pastebin.com/ni4bNE9n

    – puhs
    3 hours ago











  • Please see my answer and test it on your system, I do not have your hebrew code.

    – Kurt
    2 hours ago
















1















I'm new with LyX, and now learn.



I wrote something in Hebrew, and add bibliography (in English) and its in reverse:
enter image description here



The code:



בדיקהcite{Ruan2003}

bibliographystyle{unsrt}


The bib file:



@Article{Ruan2003,
language={english},
hyphenation={english},
author = {Ruan, YiJun and Wei, Chia Lin and Ling, Ai Ee and Vega, Vinsensius B and Thoreau, Herve and Thoe, Su Yun Se and Chia, Jer-Ming and Ng, Patrick and Chiu, Kuo Ping and Lim, Landri and others},
title = {Comparative full-length genome sequence analysis of 14 SARS coronavirus isolates and common mutations associated with putative origins of infection},
journal = {The Lancet},
year = {2003},
volume = {361},
number = {9371},
pages = {1779--1785},
__markedentry = {[MyLaptop:6]},
publisher = {Elsevier},
}

@Comment{jabref-meta: databaseType:bibtex;}


Any idea?



The complete code (MWE):



% Preview source code

%% LyX 2.3.2-2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
documentclass[english,hebrew]{article}
usepackage[T1]{fontenc}
usepackage[latin9,cp1255]{inputenc}

makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
usepackage{theorem}
theorembodyfont{upshape}
newtheorem{theorem}{R{משפט}}[section]
AtBeginDocument{make@lrthetheorem}

% The following chunk fixes export with XeTeX.
% It is needed because polyglossia is used by default
% and make@lr is only defined by babel.
@ifundefined{make@lr}
{defmake@lr#1{begingroup
toks@=expandafter{#1}%
edefx{endgroup
defnoexpand#1{noexpand@number{thetoks@}}}%
x}}{relax}

makeatother

usepackage{babel}
begin{document}
בדיקה cite{Ruan2003}

bibliographystyle{plain}
bibliography{db}

end{document}









share|improve this question









New contributor




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





















  • Sorry, but is this a duplicate of this question tex.stackexchange.com/q/480577/16550 ? If yes, please do not ask twice and -- as usual here -- show an complete short compilable code and not code snippets we have to guess what you are doing. In Lyx there is a function you can create an compilable tex code we need here ... (Sorry, I do not know Lyx, I can not help you with LyX)

    – Kurt
    4 hours ago











  • Yes it's me from the second question (I haven't logged in). The code I showed are compiled.

    – puhs
    3 hours ago











  • Well, we need to see the complete short and compilable tex code, starting with the used documentclass, all relevant used packages for the issue and the document with starting begin{document} until end{document}`. Then we do not have to guess what you are doing. I'm sure there is a command to change writing from right to left to writing from left to right for the bibliography, but we need more information ...

    – Kurt
    3 hours ago











  • Hey, Thank you. I'm sorry for that all. Here is the full code (I hope.. ) pastebin.com/ni4bNE9n

    – puhs
    3 hours ago











  • Please see my answer and test it on your system, I do not have your hebrew code.

    – Kurt
    2 hours ago














1












1








1








I'm new with LyX, and now learn.



I wrote something in Hebrew, and add bibliography (in English) and its in reverse:
enter image description here



The code:



בדיקהcite{Ruan2003}

bibliographystyle{unsrt}


The bib file:



@Article{Ruan2003,
language={english},
hyphenation={english},
author = {Ruan, YiJun and Wei, Chia Lin and Ling, Ai Ee and Vega, Vinsensius B and Thoreau, Herve and Thoe, Su Yun Se and Chia, Jer-Ming and Ng, Patrick and Chiu, Kuo Ping and Lim, Landri and others},
title = {Comparative full-length genome sequence analysis of 14 SARS coronavirus isolates and common mutations associated with putative origins of infection},
journal = {The Lancet},
year = {2003},
volume = {361},
number = {9371},
pages = {1779--1785},
__markedentry = {[MyLaptop:6]},
publisher = {Elsevier},
}

@Comment{jabref-meta: databaseType:bibtex;}


Any idea?



The complete code (MWE):



% Preview source code

%% LyX 2.3.2-2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
documentclass[english,hebrew]{article}
usepackage[T1]{fontenc}
usepackage[latin9,cp1255]{inputenc}

makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
usepackage{theorem}
theorembodyfont{upshape}
newtheorem{theorem}{R{משפט}}[section]
AtBeginDocument{make@lrthetheorem}

% The following chunk fixes export with XeTeX.
% It is needed because polyglossia is used by default
% and make@lr is only defined by babel.
@ifundefined{make@lr}
{defmake@lr#1{begingroup
toks@=expandafter{#1}%
edefx{endgroup
defnoexpand#1{noexpand@number{thetoks@}}}%
x}}{relax}

makeatother

usepackage{babel}
begin{document}
בדיקה cite{Ruan2003}

bibliographystyle{plain}
bibliography{db}

end{document}









share|improve this question









New contributor




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












I'm new with LyX, and now learn.



I wrote something in Hebrew, and add bibliography (in English) and its in reverse:
enter image description here



The code:



בדיקהcite{Ruan2003}

bibliographystyle{unsrt}


The bib file:



@Article{Ruan2003,
language={english},
hyphenation={english},
author = {Ruan, YiJun and Wei, Chia Lin and Ling, Ai Ee and Vega, Vinsensius B and Thoreau, Herve and Thoe, Su Yun Se and Chia, Jer-Ming and Ng, Patrick and Chiu, Kuo Ping and Lim, Landri and others},
title = {Comparative full-length genome sequence analysis of 14 SARS coronavirus isolates and common mutations associated with putative origins of infection},
journal = {The Lancet},
year = {2003},
volume = {361},
number = {9371},
pages = {1779--1785},
__markedentry = {[MyLaptop:6]},
publisher = {Elsevier},
}

@Comment{jabref-meta: databaseType:bibtex;}


Any idea?



The complete code (MWE):



% Preview source code

%% LyX 2.3.2-2 created this file. For more info, see http://www.lyx.org/.
%% Do not edit unless you really know what you are doing.
documentclass[english,hebrew]{article}
usepackage[T1]{fontenc}
usepackage[latin9,cp1255]{inputenc}

makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
usepackage{theorem}
theorembodyfont{upshape}
newtheorem{theorem}{R{משפט}}[section]
AtBeginDocument{make@lrthetheorem}

% The following chunk fixes export with XeTeX.
% It is needed because polyglossia is used by default
% and make@lr is only defined by babel.
@ifundefined{make@lr}
{defmake@lr#1{begingroup
toks@=expandafter{#1}%
edefx{endgroup
defnoexpand#1{noexpand@number{thetoks@}}}%
x}}{relax}

makeatother

usepackage{babel}
begin{document}
בדיקה cite{Ruan2003}

bibliographystyle{plain}
bibliography{db}

end{document}






bibliographies lyx hebrew english






share|improve this question









New contributor




puhs 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




puhs 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 3 hours ago









Kurt

39.8k850164




39.8k850164






New contributor




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









asked 4 hours ago









puhspuhs

61




61




New contributor




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





New contributor





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






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













  • Sorry, but is this a duplicate of this question tex.stackexchange.com/q/480577/16550 ? If yes, please do not ask twice and -- as usual here -- show an complete short compilable code and not code snippets we have to guess what you are doing. In Lyx there is a function you can create an compilable tex code we need here ... (Sorry, I do not know Lyx, I can not help you with LyX)

    – Kurt
    4 hours ago











  • Yes it's me from the second question (I haven't logged in). The code I showed are compiled.

    – puhs
    3 hours ago











  • Well, we need to see the complete short and compilable tex code, starting with the used documentclass, all relevant used packages for the issue and the document with starting begin{document} until end{document}`. Then we do not have to guess what you are doing. I'm sure there is a command to change writing from right to left to writing from left to right for the bibliography, but we need more information ...

    – Kurt
    3 hours ago











  • Hey, Thank you. I'm sorry for that all. Here is the full code (I hope.. ) pastebin.com/ni4bNE9n

    – puhs
    3 hours ago











  • Please see my answer and test it on your system, I do not have your hebrew code.

    – Kurt
    2 hours ago



















  • Sorry, but is this a duplicate of this question tex.stackexchange.com/q/480577/16550 ? If yes, please do not ask twice and -- as usual here -- show an complete short compilable code and not code snippets we have to guess what you are doing. In Lyx there is a function you can create an compilable tex code we need here ... (Sorry, I do not know Lyx, I can not help you with LyX)

    – Kurt
    4 hours ago











  • Yes it's me from the second question (I haven't logged in). The code I showed are compiled.

    – puhs
    3 hours ago











  • Well, we need to see the complete short and compilable tex code, starting with the used documentclass, all relevant used packages for the issue and the document with starting begin{document} until end{document}`. Then we do not have to guess what you are doing. I'm sure there is a command to change writing from right to left to writing from left to right for the bibliography, but we need more information ...

    – Kurt
    3 hours ago











  • Hey, Thank you. I'm sorry for that all. Here is the full code (I hope.. ) pastebin.com/ni4bNE9n

    – puhs
    3 hours ago











  • Please see my answer and test it on your system, I do not have your hebrew code.

    – Kurt
    2 hours ago

















Sorry, but is this a duplicate of this question tex.stackexchange.com/q/480577/16550 ? If yes, please do not ask twice and -- as usual here -- show an complete short compilable code and not code snippets we have to guess what you are doing. In Lyx there is a function you can create an compilable tex code we need here ... (Sorry, I do not know Lyx, I can not help you with LyX)

– Kurt
4 hours ago





Sorry, but is this a duplicate of this question tex.stackexchange.com/q/480577/16550 ? If yes, please do not ask twice and -- as usual here -- show an complete short compilable code and not code snippets we have to guess what you are doing. In Lyx there is a function you can create an compilable tex code we need here ... (Sorry, I do not know Lyx, I can not help you with LyX)

– Kurt
4 hours ago













Yes it's me from the second question (I haven't logged in). The code I showed are compiled.

– puhs
3 hours ago





Yes it's me from the second question (I haven't logged in). The code I showed are compiled.

– puhs
3 hours ago













Well, we need to see the complete short and compilable tex code, starting with the used documentclass, all relevant used packages for the issue and the document with starting begin{document} until end{document}`. Then we do not have to guess what you are doing. I'm sure there is a command to change writing from right to left to writing from left to right for the bibliography, but we need more information ...

– Kurt
3 hours ago





Well, we need to see the complete short and compilable tex code, starting with the used documentclass, all relevant used packages for the issue and the document with starting begin{document} until end{document}`. Then we do not have to guess what you are doing. I'm sure there is a command to change writing from right to left to writing from left to right for the bibliography, but we need more information ...

– Kurt
3 hours ago













Hey, Thank you. I'm sorry for that all. Here is the full code (I hope.. ) pastebin.com/ni4bNE9n

– puhs
3 hours ago





Hey, Thank you. I'm sorry for that all. Here is the full code (I hope.. ) pastebin.com/ni4bNE9n

– puhs
3 hours ago













Please see my answer and test it on your system, I do not have your hebrew code.

– Kurt
2 hours ago





Please see my answer and test it on your system, I do not have your hebrew code.

– Kurt
2 hours ago










1 Answer
1






active

oldest

votes


















0














Because I do not have installed your hebrew code I can not compile with your hebrew text but I can show you the correct bibliography.



You need to tell LaTeX to use english language and writing for the bibliography with



selectlanguage{english} % <============================================


The complete MWE (together with your bib file)



documentclass[english,hebrew]{article}
usepackage[T1]{fontenc}
usepackage[latin9,cp1255]{inputenc}

makeatletter
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
usepackage{theorem}
theorembodyfont{upshape}
newtheorem{theorem}{R{משפט}}[section]
AtBeginDocument{make@lrthetheorem}

% The following chunk fixes export with XeTeX.
% It is needed because polyglossia is used by default
% and make@lr is only defined by babel.
@ifundefined{make@lr}
{defmake@lr#1{begingroup
toks@=expandafter{#1}%
edefx{endgroup
defnoexpand#1{noexpand@number{thetoks@}}}%
x}}{relax}
makeatother

usepackage{babel}


begin{document}
בדיקה cite{Ruan2003}

selectlanguage{english} % <============================================
bibliographystyle{plain}
bibliography{db} %

end{document}


results in:



eenglish bibliography






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


    }
    });






    puhs 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%2f480590%2fbibliography-english-in-reverse-in-a-hebrew-article%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









    0














    Because I do not have installed your hebrew code I can not compile with your hebrew text but I can show you the correct bibliography.



    You need to tell LaTeX to use english language and writing for the bibliography with



    selectlanguage{english} % <============================================


    The complete MWE (together with your bib file)



    documentclass[english,hebrew]{article}
    usepackage[T1]{fontenc}
    usepackage[latin9,cp1255]{inputenc}

    makeatletter
    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
    usepackage{theorem}
    theorembodyfont{upshape}
    newtheorem{theorem}{R{משפט}}[section]
    AtBeginDocument{make@lrthetheorem}

    % The following chunk fixes export with XeTeX.
    % It is needed because polyglossia is used by default
    % and make@lr is only defined by babel.
    @ifundefined{make@lr}
    {defmake@lr#1{begingroup
    toks@=expandafter{#1}%
    edefx{endgroup
    defnoexpand#1{noexpand@number{thetoks@}}}%
    x}}{relax}
    makeatother

    usepackage{babel}


    begin{document}
    בדיקה cite{Ruan2003}

    selectlanguage{english} % <============================================
    bibliographystyle{plain}
    bibliography{db} %

    end{document}


    results in:



    eenglish bibliography






    share|improve this answer






























      0














      Because I do not have installed your hebrew code I can not compile with your hebrew text but I can show you the correct bibliography.



      You need to tell LaTeX to use english language and writing for the bibliography with



      selectlanguage{english} % <============================================


      The complete MWE (together with your bib file)



      documentclass[english,hebrew]{article}
      usepackage[T1]{fontenc}
      usepackage[latin9,cp1255]{inputenc}

      makeatletter
      %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
      usepackage{theorem}
      theorembodyfont{upshape}
      newtheorem{theorem}{R{משפט}}[section]
      AtBeginDocument{make@lrthetheorem}

      % The following chunk fixes export with XeTeX.
      % It is needed because polyglossia is used by default
      % and make@lr is only defined by babel.
      @ifundefined{make@lr}
      {defmake@lr#1{begingroup
      toks@=expandafter{#1}%
      edefx{endgroup
      defnoexpand#1{noexpand@number{thetoks@}}}%
      x}}{relax}
      makeatother

      usepackage{babel}


      begin{document}
      בדיקה cite{Ruan2003}

      selectlanguage{english} % <============================================
      bibliographystyle{plain}
      bibliography{db} %

      end{document}


      results in:



      eenglish bibliography






      share|improve this answer




























        0












        0








        0







        Because I do not have installed your hebrew code I can not compile with your hebrew text but I can show you the correct bibliography.



        You need to tell LaTeX to use english language and writing for the bibliography with



        selectlanguage{english} % <============================================


        The complete MWE (together with your bib file)



        documentclass[english,hebrew]{article}
        usepackage[T1]{fontenc}
        usepackage[latin9,cp1255]{inputenc}

        makeatletter
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
        usepackage{theorem}
        theorembodyfont{upshape}
        newtheorem{theorem}{R{משפט}}[section]
        AtBeginDocument{make@lrthetheorem}

        % The following chunk fixes export with XeTeX.
        % It is needed because polyglossia is used by default
        % and make@lr is only defined by babel.
        @ifundefined{make@lr}
        {defmake@lr#1{begingroup
        toks@=expandafter{#1}%
        edefx{endgroup
        defnoexpand#1{noexpand@number{thetoks@}}}%
        x}}{relax}
        makeatother

        usepackage{babel}


        begin{document}
        בדיקה cite{Ruan2003}

        selectlanguage{english} % <============================================
        bibliographystyle{plain}
        bibliography{db} %

        end{document}


        results in:



        eenglish bibliography






        share|improve this answer















        Because I do not have installed your hebrew code I can not compile with your hebrew text but I can show you the correct bibliography.



        You need to tell LaTeX to use english language and writing for the bibliography with



        selectlanguage{english} % <============================================


        The complete MWE (together with your bib file)



        documentclass[english,hebrew]{article}
        usepackage[T1]{fontenc}
        usepackage[latin9,cp1255]{inputenc}

        makeatletter
        %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% Textclass specific LaTeX commands.
        usepackage{theorem}
        theorembodyfont{upshape}
        newtheorem{theorem}{R{משפט}}[section]
        AtBeginDocument{make@lrthetheorem}

        % The following chunk fixes export with XeTeX.
        % It is needed because polyglossia is used by default
        % and make@lr is only defined by babel.
        @ifundefined{make@lr}
        {defmake@lr#1{begingroup
        toks@=expandafter{#1}%
        edefx{endgroup
        defnoexpand#1{noexpand@number{thetoks@}}}%
        x}}{relax}
        makeatother

        usepackage{babel}


        begin{document}
        בדיקה cite{Ruan2003}

        selectlanguage{english} % <============================================
        bibliographystyle{plain}
        bibliography{db} %

        end{document}


        results in:



        eenglish bibliography







        share|improve this answer














        share|improve this answer



        share|improve this answer








        edited 2 hours ago

























        answered 2 hours ago









        KurtKurt

        39.8k850164




        39.8k850164






















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










            draft saved

            draft discarded


















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













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












            puhs 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%2f480590%2fbibliography-english-in-reverse-in-a-hebrew-article%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

            Contact image not getting when fetch all contact list from iPhone by CNContact

            count number of partitions of a set with n elements into k subsets

            A CLEAN and SIMPLE way to add appendices to Table of Contents and bookmarks