No bibdata command












2















I install Linux Mint and setup latex anew, but now when I compile latex files I get the following error:



Process started

This is BibTeX, Version 0.99d (TeX Live 2013/Debian) The top-level auxiliary file: proposal.aux I found no bibdata command---while reading file proposal.aux I found no bibstyle command---while reading file proposal.aux (There were 2 error messages)

Process exited with error(s)


The only solution I found was to include the following line:



usepackage[backend=bibtex,style=trad-plain]{biblatex}


But then I had to exclude the line bibliographystyle{plain}, which makes citation looks like [Page98], and I want numeric [1].



I can install a new package, but I would probably would like to solve the first problem, that is no error for bibtex and using plain bibliography style. How can I solve the original problem, so that I use bibtex instead of biblatex?



Here is a snippet of tex file



documentclass[12pt]{article}

%usepackage[backend=bibtex,style=trad-plain]{biblatex}
usepackage{fullpage}
usepackage{url}


author{Author Name \
}
title{Proposal
}
date{today}
pagenumbering{gobble}
begin{document}
maketitle

begin{abstract}

textit{Influence Maximization}, defined by Kempe et al. (2003) cite{Kempe03}, is the problem of selecting a set of seed nodes in a social graph that maximizes spread of influence under certain cascade model. Being NP-hard for most common cascade models, Kempe et al. propose a natural greedy solution with approximation guarantees that are within 63% of the optimal. This work led to extensive research on algorithmic and data mining techniques for solving different aspects of the problem. These aspects include, for example, estimation of influence of nodes (propagation probabilities), study of different cascade models, or speed improvement of original greedy solution. In fact, the latter resulted in heuristics Chen et al. (2009, 2010) cite{Chen09,Chen10} that are able to reduce running time by more than six order of magnitude of greedy approach with almost no loss of influence spread. It makes possible to find feasible solutions for large-scale social networks where traditional algorithms fail.
end{abstract}

nocite{spielman08}
nocite{lafon06}
nocite{kernelmethods04}
nocite{concentration_book}
nocite{spectral_algorithms}

%bibliographystyle{plain}
begin{thebibliography}{9}

bibitem{Kempe03}
D.~Kempe, J.~Kleinberg, and E.~Tardos.
newblock Maximizing the spread of influence through a social network.
newblock In {em Proc.
of the Ninth ACM Int. Conf. on Knowledge Discovery and
Data Mining (KDD’03)}.

bibitem{Chen09}
W.~Chen, Y.~Wang, and S.~Yang.
newblock Efficient influence
maximization in social networks.
newblock In {em Proc. of the 15th ACM
Int. Conf. on Knowledge Discovery and Data Mining
(KDD’09)}.

bibitem{Chen10}
W.~Chen, Y.~Yuan, and L.~Zhang.
newblock Scalable influence maximization in social networks under the linear threshold model.
newblock In {em ICDM,} pages 88-97, 2010.

bibitem{Goyal12}
A.~Goyal, F.~Bonchi, L.~V.~Lakshmanan, and S.~Venkatasubramanian.
newblock On minimizing budget and time in influence propagation over social networks.
newblock In {em Social Network Analysis and Mining,} pages 1-14, 2012.

bibitem{Zhang14}
P.~Zhang, W.~Chen, X.~Sun,Y.~Wang, and J.~Zhang.
newblock Minimizing Seed Set Selection with Probabilistic Coverage Guarantee in a Social Network.
newblock {em Preprint arXiv.org}, 2014.

bibitem{Domingos01}
P.~Domingos, M.~Richardson.
newblock Mining the network value of
customers.
newblock {em Proceedings of the seventh ACM SIGKDD international conference on knowledge discovery and data mining, ACM, New York, NY, USA, KDD ’01,} pp 57-66, 2001.

end{thebibliography}

end{document}









share|improve this question




















  • 4





    When you use thebibliography environment, you don't need to use bibtex. Juat compile two times using, say , pdflatex.

    – user11232
    May 8 '15 at 0:12











  • @HarishKumar Please, an answer

    – egreg
    Aug 1 '15 at 21:51
















2















I install Linux Mint and setup latex anew, but now when I compile latex files I get the following error:



Process started

This is BibTeX, Version 0.99d (TeX Live 2013/Debian) The top-level auxiliary file: proposal.aux I found no bibdata command---while reading file proposal.aux I found no bibstyle command---while reading file proposal.aux (There were 2 error messages)

Process exited with error(s)


The only solution I found was to include the following line:



usepackage[backend=bibtex,style=trad-plain]{biblatex}


But then I had to exclude the line bibliographystyle{plain}, which makes citation looks like [Page98], and I want numeric [1].



I can install a new package, but I would probably would like to solve the first problem, that is no error for bibtex and using plain bibliography style. How can I solve the original problem, so that I use bibtex instead of biblatex?



Here is a snippet of tex file



documentclass[12pt]{article}

%usepackage[backend=bibtex,style=trad-plain]{biblatex}
usepackage{fullpage}
usepackage{url}


author{Author Name \
}
title{Proposal
}
date{today}
pagenumbering{gobble}
begin{document}
maketitle

begin{abstract}

textit{Influence Maximization}, defined by Kempe et al. (2003) cite{Kempe03}, is the problem of selecting a set of seed nodes in a social graph that maximizes spread of influence under certain cascade model. Being NP-hard for most common cascade models, Kempe et al. propose a natural greedy solution with approximation guarantees that are within 63% of the optimal. This work led to extensive research on algorithmic and data mining techniques for solving different aspects of the problem. These aspects include, for example, estimation of influence of nodes (propagation probabilities), study of different cascade models, or speed improvement of original greedy solution. In fact, the latter resulted in heuristics Chen et al. (2009, 2010) cite{Chen09,Chen10} that are able to reduce running time by more than six order of magnitude of greedy approach with almost no loss of influence spread. It makes possible to find feasible solutions for large-scale social networks where traditional algorithms fail.
end{abstract}

nocite{spielman08}
nocite{lafon06}
nocite{kernelmethods04}
nocite{concentration_book}
nocite{spectral_algorithms}

%bibliographystyle{plain}
begin{thebibliography}{9}

bibitem{Kempe03}
D.~Kempe, J.~Kleinberg, and E.~Tardos.
newblock Maximizing the spread of influence through a social network.
newblock In {em Proc.
of the Ninth ACM Int. Conf. on Knowledge Discovery and
Data Mining (KDD’03)}.

bibitem{Chen09}
W.~Chen, Y.~Wang, and S.~Yang.
newblock Efficient influence
maximization in social networks.
newblock In {em Proc. of the 15th ACM
Int. Conf. on Knowledge Discovery and Data Mining
(KDD’09)}.

bibitem{Chen10}
W.~Chen, Y.~Yuan, and L.~Zhang.
newblock Scalable influence maximization in social networks under the linear threshold model.
newblock In {em ICDM,} pages 88-97, 2010.

bibitem{Goyal12}
A.~Goyal, F.~Bonchi, L.~V.~Lakshmanan, and S.~Venkatasubramanian.
newblock On minimizing budget and time in influence propagation over social networks.
newblock In {em Social Network Analysis and Mining,} pages 1-14, 2012.

bibitem{Zhang14}
P.~Zhang, W.~Chen, X.~Sun,Y.~Wang, and J.~Zhang.
newblock Minimizing Seed Set Selection with Probabilistic Coverage Guarantee in a Social Network.
newblock {em Preprint arXiv.org}, 2014.

bibitem{Domingos01}
P.~Domingos, M.~Richardson.
newblock Mining the network value of
customers.
newblock {em Proceedings of the seventh ACM SIGKDD international conference on knowledge discovery and data mining, ACM, New York, NY, USA, KDD ’01,} pp 57-66, 2001.

end{thebibliography}

end{document}









share|improve this question




















  • 4





    When you use thebibliography environment, you don't need to use bibtex. Juat compile two times using, say , pdflatex.

    – user11232
    May 8 '15 at 0:12











  • @HarishKumar Please, an answer

    – egreg
    Aug 1 '15 at 21:51














2












2








2








I install Linux Mint and setup latex anew, but now when I compile latex files I get the following error:



Process started

This is BibTeX, Version 0.99d (TeX Live 2013/Debian) The top-level auxiliary file: proposal.aux I found no bibdata command---while reading file proposal.aux I found no bibstyle command---while reading file proposal.aux (There were 2 error messages)

Process exited with error(s)


The only solution I found was to include the following line:



usepackage[backend=bibtex,style=trad-plain]{biblatex}


But then I had to exclude the line bibliographystyle{plain}, which makes citation looks like [Page98], and I want numeric [1].



I can install a new package, but I would probably would like to solve the first problem, that is no error for bibtex and using plain bibliography style. How can I solve the original problem, so that I use bibtex instead of biblatex?



Here is a snippet of tex file



documentclass[12pt]{article}

%usepackage[backend=bibtex,style=trad-plain]{biblatex}
usepackage{fullpage}
usepackage{url}


author{Author Name \
}
title{Proposal
}
date{today}
pagenumbering{gobble}
begin{document}
maketitle

begin{abstract}

textit{Influence Maximization}, defined by Kempe et al. (2003) cite{Kempe03}, is the problem of selecting a set of seed nodes in a social graph that maximizes spread of influence under certain cascade model. Being NP-hard for most common cascade models, Kempe et al. propose a natural greedy solution with approximation guarantees that are within 63% of the optimal. This work led to extensive research on algorithmic and data mining techniques for solving different aspects of the problem. These aspects include, for example, estimation of influence of nodes (propagation probabilities), study of different cascade models, or speed improvement of original greedy solution. In fact, the latter resulted in heuristics Chen et al. (2009, 2010) cite{Chen09,Chen10} that are able to reduce running time by more than six order of magnitude of greedy approach with almost no loss of influence spread. It makes possible to find feasible solutions for large-scale social networks where traditional algorithms fail.
end{abstract}

nocite{spielman08}
nocite{lafon06}
nocite{kernelmethods04}
nocite{concentration_book}
nocite{spectral_algorithms}

%bibliographystyle{plain}
begin{thebibliography}{9}

bibitem{Kempe03}
D.~Kempe, J.~Kleinberg, and E.~Tardos.
newblock Maximizing the spread of influence through a social network.
newblock In {em Proc.
of the Ninth ACM Int. Conf. on Knowledge Discovery and
Data Mining (KDD’03)}.

bibitem{Chen09}
W.~Chen, Y.~Wang, and S.~Yang.
newblock Efficient influence
maximization in social networks.
newblock In {em Proc. of the 15th ACM
Int. Conf. on Knowledge Discovery and Data Mining
(KDD’09)}.

bibitem{Chen10}
W.~Chen, Y.~Yuan, and L.~Zhang.
newblock Scalable influence maximization in social networks under the linear threshold model.
newblock In {em ICDM,} pages 88-97, 2010.

bibitem{Goyal12}
A.~Goyal, F.~Bonchi, L.~V.~Lakshmanan, and S.~Venkatasubramanian.
newblock On minimizing budget and time in influence propagation over social networks.
newblock In {em Social Network Analysis and Mining,} pages 1-14, 2012.

bibitem{Zhang14}
P.~Zhang, W.~Chen, X.~Sun,Y.~Wang, and J.~Zhang.
newblock Minimizing Seed Set Selection with Probabilistic Coverage Guarantee in a Social Network.
newblock {em Preprint arXiv.org}, 2014.

bibitem{Domingos01}
P.~Domingos, M.~Richardson.
newblock Mining the network value of
customers.
newblock {em Proceedings of the seventh ACM SIGKDD international conference on knowledge discovery and data mining, ACM, New York, NY, USA, KDD ’01,} pp 57-66, 2001.

end{thebibliography}

end{document}









share|improve this question
















I install Linux Mint and setup latex anew, but now when I compile latex files I get the following error:



Process started

This is BibTeX, Version 0.99d (TeX Live 2013/Debian) The top-level auxiliary file: proposal.aux I found no bibdata command---while reading file proposal.aux I found no bibstyle command---while reading file proposal.aux (There were 2 error messages)

Process exited with error(s)


The only solution I found was to include the following line:



usepackage[backend=bibtex,style=trad-plain]{biblatex}


But then I had to exclude the line bibliographystyle{plain}, which makes citation looks like [Page98], and I want numeric [1].



I can install a new package, but I would probably would like to solve the first problem, that is no error for bibtex and using plain bibliography style. How can I solve the original problem, so that I use bibtex instead of biblatex?



Here is a snippet of tex file



documentclass[12pt]{article}

%usepackage[backend=bibtex,style=trad-plain]{biblatex}
usepackage{fullpage}
usepackage{url}


author{Author Name \
}
title{Proposal
}
date{today}
pagenumbering{gobble}
begin{document}
maketitle

begin{abstract}

textit{Influence Maximization}, defined by Kempe et al. (2003) cite{Kempe03}, is the problem of selecting a set of seed nodes in a social graph that maximizes spread of influence under certain cascade model. Being NP-hard for most common cascade models, Kempe et al. propose a natural greedy solution with approximation guarantees that are within 63% of the optimal. This work led to extensive research on algorithmic and data mining techniques for solving different aspects of the problem. These aspects include, for example, estimation of influence of nodes (propagation probabilities), study of different cascade models, or speed improvement of original greedy solution. In fact, the latter resulted in heuristics Chen et al. (2009, 2010) cite{Chen09,Chen10} that are able to reduce running time by more than six order of magnitude of greedy approach with almost no loss of influence spread. It makes possible to find feasible solutions for large-scale social networks where traditional algorithms fail.
end{abstract}

nocite{spielman08}
nocite{lafon06}
nocite{kernelmethods04}
nocite{concentration_book}
nocite{spectral_algorithms}

%bibliographystyle{plain}
begin{thebibliography}{9}

bibitem{Kempe03}
D.~Kempe, J.~Kleinberg, and E.~Tardos.
newblock Maximizing the spread of influence through a social network.
newblock In {em Proc.
of the Ninth ACM Int. Conf. on Knowledge Discovery and
Data Mining (KDD’03)}.

bibitem{Chen09}
W.~Chen, Y.~Wang, and S.~Yang.
newblock Efficient influence
maximization in social networks.
newblock In {em Proc. of the 15th ACM
Int. Conf. on Knowledge Discovery and Data Mining
(KDD’09)}.

bibitem{Chen10}
W.~Chen, Y.~Yuan, and L.~Zhang.
newblock Scalable influence maximization in social networks under the linear threshold model.
newblock In {em ICDM,} pages 88-97, 2010.

bibitem{Goyal12}
A.~Goyal, F.~Bonchi, L.~V.~Lakshmanan, and S.~Venkatasubramanian.
newblock On minimizing budget and time in influence propagation over social networks.
newblock In {em Social Network Analysis and Mining,} pages 1-14, 2012.

bibitem{Zhang14}
P.~Zhang, W.~Chen, X.~Sun,Y.~Wang, and J.~Zhang.
newblock Minimizing Seed Set Selection with Probabilistic Coverage Guarantee in a Social Network.
newblock {em Preprint arXiv.org}, 2014.

bibitem{Domingos01}
P.~Domingos, M.~Richardson.
newblock Mining the network value of
customers.
newblock {em Proceedings of the seventh ACM SIGKDD international conference on knowledge discovery and data mining, ACM, New York, NY, USA, KDD ’01,} pp 57-66, 2001.

end{thebibliography}

end{document}






bibliographies citing






share|improve this question















share|improve this question













share|improve this question




share|improve this question








edited Apr 13 '17 at 12:35









Community

1




1










asked May 7 '15 at 21:49









Sergey IvanovSergey Ivanov

111113




111113








  • 4





    When you use thebibliography environment, you don't need to use bibtex. Juat compile two times using, say , pdflatex.

    – user11232
    May 8 '15 at 0:12











  • @HarishKumar Please, an answer

    – egreg
    Aug 1 '15 at 21:51














  • 4





    When you use thebibliography environment, you don't need to use bibtex. Juat compile two times using, say , pdflatex.

    – user11232
    May 8 '15 at 0:12











  • @HarishKumar Please, an answer

    – egreg
    Aug 1 '15 at 21:51








4




4





When you use thebibliography environment, you don't need to use bibtex. Juat compile two times using, say , pdflatex.

– user11232
May 8 '15 at 0:12





When you use thebibliography environment, you don't need to use bibtex. Juat compile two times using, say , pdflatex.

– user11232
May 8 '15 at 0:12













@HarishKumar Please, an answer

– egreg
Aug 1 '15 at 21:51





@HarishKumar Please, an answer

– egreg
Aug 1 '15 at 21:51










3 Answers
3






active

oldest

votes


















7














When you use the thebibliography environment, you don't need to use bibtex. The styling of bib items is solely your responsibility. Just compile two times using, say, pdflatex (or whatever you are using).



For bibtex (or biber with biblatex) you have to use a bibliography database (a separate file with .bib extension containing the entries, say mybibfile.bib) and then use



documentclass{article}
bibliographystyle{plain}
begin{document}
nocite{*}
bibliography{mybibfile} %% the .bib file without extension
end{document}


Now compile this file with pdflatex, bibtex, pdflatex and pdflatex.






share|improve this answer


























  • I spent two hours on this bug. Finally I found the correct answer.Thanks!

    – pisoir
    Apr 27 '17 at 7:40



















0














It seems that the command bibliography{} in MAC reads the .bib file with and without extension whereas Windows cannot find the .bib file with extension.






share|improve this answer

































    0














    Try to check the configuration setting, in the quick build command. If you are not using BibTeX file then don't include bibtext. Try to set it to PDFlatx + View PDF only.






    share|improve this answer








    New contributor




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




















      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%2f243737%2fno-bibdata-command%23new-answer', 'question_page');
      }
      );

      Post as a guest















      Required, but never shown

























      3 Answers
      3






      active

      oldest

      votes








      3 Answers
      3






      active

      oldest

      votes









      active

      oldest

      votes






      active

      oldest

      votes









      7














      When you use the thebibliography environment, you don't need to use bibtex. The styling of bib items is solely your responsibility. Just compile two times using, say, pdflatex (or whatever you are using).



      For bibtex (or biber with biblatex) you have to use a bibliography database (a separate file with .bib extension containing the entries, say mybibfile.bib) and then use



      documentclass{article}
      bibliographystyle{plain}
      begin{document}
      nocite{*}
      bibliography{mybibfile} %% the .bib file without extension
      end{document}


      Now compile this file with pdflatex, bibtex, pdflatex and pdflatex.






      share|improve this answer


























      • I spent two hours on this bug. Finally I found the correct answer.Thanks!

        – pisoir
        Apr 27 '17 at 7:40
















      7














      When you use the thebibliography environment, you don't need to use bibtex. The styling of bib items is solely your responsibility. Just compile two times using, say, pdflatex (or whatever you are using).



      For bibtex (or biber with biblatex) you have to use a bibliography database (a separate file with .bib extension containing the entries, say mybibfile.bib) and then use



      documentclass{article}
      bibliographystyle{plain}
      begin{document}
      nocite{*}
      bibliography{mybibfile} %% the .bib file without extension
      end{document}


      Now compile this file with pdflatex, bibtex, pdflatex and pdflatex.






      share|improve this answer


























      • I spent two hours on this bug. Finally I found the correct answer.Thanks!

        – pisoir
        Apr 27 '17 at 7:40














      7












      7








      7







      When you use the thebibliography environment, you don't need to use bibtex. The styling of bib items is solely your responsibility. Just compile two times using, say, pdflatex (or whatever you are using).



      For bibtex (or biber with biblatex) you have to use a bibliography database (a separate file with .bib extension containing the entries, say mybibfile.bib) and then use



      documentclass{article}
      bibliographystyle{plain}
      begin{document}
      nocite{*}
      bibliography{mybibfile} %% the .bib file without extension
      end{document}


      Now compile this file with pdflatex, bibtex, pdflatex and pdflatex.






      share|improve this answer















      When you use the thebibliography environment, you don't need to use bibtex. The styling of bib items is solely your responsibility. Just compile two times using, say, pdflatex (or whatever you are using).



      For bibtex (or biber with biblatex) you have to use a bibliography database (a separate file with .bib extension containing the entries, say mybibfile.bib) and then use



      documentclass{article}
      bibliographystyle{plain}
      begin{document}
      nocite{*}
      bibliography{mybibfile} %% the .bib file without extension
      end{document}


      Now compile this file with pdflatex, bibtex, pdflatex and pdflatex.







      share|improve this answer














      share|improve this answer



      share|improve this answer








      edited Aug 1 '15 at 23:24

























      answered Aug 1 '15 at 23:18







      user11232




















      • I spent two hours on this bug. Finally I found the correct answer.Thanks!

        – pisoir
        Apr 27 '17 at 7:40



















      • I spent two hours on this bug. Finally I found the correct answer.Thanks!

        – pisoir
        Apr 27 '17 at 7:40

















      I spent two hours on this bug. Finally I found the correct answer.Thanks!

      – pisoir
      Apr 27 '17 at 7:40





      I spent two hours on this bug. Finally I found the correct answer.Thanks!

      – pisoir
      Apr 27 '17 at 7:40











      0














      It seems that the command bibliography{} in MAC reads the .bib file with and without extension whereas Windows cannot find the .bib file with extension.






      share|improve this answer






























        0














        It seems that the command bibliography{} in MAC reads the .bib file with and without extension whereas Windows cannot find the .bib file with extension.






        share|improve this answer




























          0












          0








          0







          It seems that the command bibliography{} in MAC reads the .bib file with and without extension whereas Windows cannot find the .bib file with extension.






          share|improve this answer















          It seems that the command bibliography{} in MAC reads the .bib file with and without extension whereas Windows cannot find the .bib file with extension.







          share|improve this answer














          share|improve this answer



          share|improve this answer








          edited Jan 5 '18 at 11:04









          Kurt

          37.2k847162




          37.2k847162










          answered Jan 5 '18 at 10:44









          PaoloPaolo

          1




          1























              0














              Try to check the configuration setting, in the quick build command. If you are not using BibTeX file then don't include bibtext. Try to set it to PDFlatx + View PDF only.






              share|improve this answer








              New contributor




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

























                0














                Try to check the configuration setting, in the quick build command. If you are not using BibTeX file then don't include bibtext. Try to set it to PDFlatx + View PDF only.






                share|improve this answer








                New contributor




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























                  0












                  0








                  0







                  Try to check the configuration setting, in the quick build command. If you are not using BibTeX file then don't include bibtext. Try to set it to PDFlatx + View PDF only.






                  share|improve this answer








                  New contributor




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










                  Try to check the configuration setting, in the quick build command. If you are not using BibTeX file then don't include bibtext. Try to set it to PDFlatx + View PDF only.







                  share|improve this answer








                  New contributor




                  yami 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




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









                  answered 13 mins ago









                  yamiyami

                  1




                  1




                  New contributor




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





                  New contributor





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






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






























                      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%2f243737%2fno-bibdata-command%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

                      Entries order in /etc/network/interfaces

                      新発田市

                      Grub takes very long (several minutes) to open Menu (in Multi-Boot-System)