【问题标题】:Gnuplot BibTeX citationGnuplot BibTeX 引用
【发布时间】:2016-06-21 22:56:13
【问题描述】:

好的,这不是一个正确的编程问题,但也许答案会对其他人有所帮助。我一直在尝试为gnuplot 找到合适的 BibTeX 条目,以包含在科学出版物中。我只是不想引用任何指南书,而是实际的软件。

有人有想法,或者曾经使用过吗?我希望在R 中找到类似于citation() 命令的东西。谢谢!

【问题讨论】:

    标签: gnuplot bibtex


    【解决方案1】:

    没有规定的形式来引用Gnuplot,因此没有像cite() 这样的命令。不过之前我也遇到过这个问题,找了个马马虎虎的biblatex enytry形式:

    @Misc{ gnuplot ,                    
    author={ Thomas Williams and Colin Kelley and {many others} },                
    title={ Gnuplot 4.6: an interactive plotting program },                    
    month={ April },                    
    year={ 2013 },                    
    howpublished={ \url{http://gnuplot.sourceforge.net/} }                    
    }  
    

    【讨论】:

    • 这个 BibTeX 条目也应该对我有用。我只需要调整版本。谢谢!
    猜你喜欢
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 2018-03-06
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    • 1970-01-01
    相关资源
    最近更新 更多