diff -r ad71d0604ac2 -r 4be6b16bc6f9 vendor/plugins/redmine_bibliography/app/views/publications/new.html.erb
--- a/vendor/plugins/redmine_bibliography/app/views/publications/new.html.erb
+++ b/vendor/plugins/redmine_bibliography/app/views/publications/new.html.erb
@@ -8,6 +8,14 @@
     <%= f.text_field :title %>
   </p>
 
+
+  <p>
+  
+    <%=label_tag :bibtex_entry %>
+    <%=text_area_tag :bibtex_entry%>
+  
+  </p>
+
 <%= submit_tag l(:button_submit) %>
 
 <% end %>
