Skip to content

Commit

Permalink
Merge pull request #653 from kazken3/issue-652
Browse files Browse the repository at this point in the history
templates/latex/layout.tex.erb:works for pdf build if "config.yml" does not have "rights".
  • Loading branch information
takahashim authored Jun 19, 2016
2 parents 4897713 + 93681dd commit ecc7a7a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/latex/layout.tex.erb
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,9 @@
\end{tabular}
 \\
\rule[0pt]{14cm}{1pt} \\
<%- if @config["rights"] -%>
<%= @config.names_of("rights").map{|s| escape_latex(s)}.join('\\' + '\\') %> \\
<%- end -%>
<%- end -%>
<%- end -%>

Expand Down

0 comments on commit ecc7a7a

Please sign in to comment.