diff -r b52621512b47 -r b42553f6df71 vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb
--- a/vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb
+++ b/vendor/plugins/redmine_bibliography/app/views/publications/show.html.erb
@@ -4,13 +4,10 @@
 
 <div class="box">
   <h3>Publication Info</h3>
-  <%=h show_cite_proc_entry(@publication)%>
-
-  <br />  
-  <br />
-  <h4>Bibtex Code</h4>
-  <%= text_area_tag :bibtex_code, h(print_bibtex_entry(@publication)), :readonly => true, :rows => 6, :style => 'width:90%' %>
-
+  <%= show_cite_proc_entry(@publication)%>
+  
+  <h3>Bibtex Format</h3>
+    <%=h print_bibtex_entry(@publication) %>
 </div>
 
 <div class="box">
@@ -31,6 +28,10 @@
   <%= sortable_element("authorships", :url => { :controller => :publications, :action => :sort_author_order }, :handle => "handle") %>
 <%- end -%>
 
+<%- if @publication.bibtex_entry != nil -%>
+  <%= show_bibtex_fields(@publication.bibtex_entry) %>
+<%- end -%>
+
 <% unless @publication.external_url.blank? %>
   <h4>
     <%= l(:field_external_url) %>
