Skip to content

Commit

Permalink
Fixed issue in PreviewView for number textfield (#7158)
Browse files Browse the repository at this point in the history
* Fixed issue in PreviewView in number textfield its displayed 'number', now display an integer instead

* Removed curly braces from din1505winword.article.layout
  • Loading branch information
JohanDelValleV committed Dec 4, 2020
1 parent eb5c8ca commit 1168e7f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -669,7 +669,7 @@ private JabRefPreferences() {
"\\begin{year}<BR>\\year\\end{year}__NEWLINE__" +
"\\begin{booktitle}<BR><i>\\format[HTMLChars]{\\booktitle}</i>, \\end{booktitle}__NEWLINE__" +
"\\begin{chapter} \\format[HTMLChars]{\\chapter}<BR>\\end{chapter}" +
"\\begin{journal}<BR><BR><i>\\format[HTMLChars]{\\journal}</i> \\end{journal} \\begin{volume}, Vol. \\volume\\end{volume}\\begin{series}<BR> \\format[HTMLChars]{\\series}\\end{series}\\begin{number}, No. \\format[HTMLChars]{number}\\end{number}__NEWLINE__" +
"\\begin{journal}<BR><BR><i>\\format[HTMLChars]{\\journal}</i> \\end{journal} \\begin{volume}, Vol. \\volume\\end{volume}\\begin{series}<BR> \\format[HTMLChars]{\\series}\\end{series}\\begin{number}, No. \\format[HTMLChars]{\\number}\\end{number}__NEWLINE__" +
"\\begin{school} \\format[HTMLChars]{\\school}, \\end{school}__NEWLINE__" +
"\\begin{institution} <em>\\format[HTMLChars]{\\institution}, </em>\\end{institution}__NEWLINE__" +
"\\begin{publisher}<BR><BR>\\format[HTMLChars]{\\publisher}\\end{publisher}\\begin{location}: \\format[HTMLChars]{\\location} \\end{location}__NEWLINE__" +
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{[\Bibtexkey]:}
{[\Bibtexkey]:}
{\\scaps \format[RTFChars,AuthorLastFirst,AuthorAbbreviator,AuthorAndsReplacer]{\author}}
: \format[RTFChars]{\title}}
. In: {\\i \format[RTFChars,RemoveLatexCommands]{\journal}}
Expand All @@ -13,4 +13,4 @@
, S. \pages
\end{pages}
\\par
{
{

0 comments on commit 1168e7f

Please sign in to comment.