forked from len0rd/rockbox
Make the manual use utf8 as base input encoding. This *requires* the UCS package which is not part of standard LaTeX distributions. Fixes manual building which got broken by some extended character in the credits file.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12168 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
47ddbd48d6
commit
73ee2379c5
2 changed files with 2 additions and 2 deletions
|
|
@ -17,7 +17,7 @@ manual-prep: rockbox.tex
|
|||
@find * -type d \! -regex '.*\.svn.*' -exec mkdir -p $(OBJDIR)/{} \;
|
||||
@find * -type f \! -regex '.*\.svn.*' -exec cp {} $(OBJDIR)/{} \;
|
||||
@../tools/svnversion.sh | sed -e 's/\n*$$/%/' > version.tex
|
||||
@perl credits.pl < ../docs/CREDITS | iconv -f utf-8 -t iso-8859-1 > $(OBJDIR)/CREDITS.tex
|
||||
@perl credits.pl < ../docs/CREDITS > $(OBJDIR)/CREDITS.tex
|
||||
@echo "\newcommand{\platform}{${MANUALDEV}}" > $(OBJDIR)/rockbox-build.tex
|
||||
@echo "\newcommand{\buildversion}{$(VERSION)}" >> $(OBJDIR)/rockbox-build.tex
|
||||
@echo "\input{rockbox.tex}" >> $(OBJDIR)/rockbox-build.tex
|
||||
|
|
|
|||
|
|
@ -20,7 +20,7 @@
|
|||
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
|
||||
|
||||
\documentclass[a4paper,11pt]{scrreprt}
|
||||
\usepackage[latin1]{inputenc}
|
||||
\usepackage[utf8x]{inputenc}
|
||||
\usepackage{palatino}
|
||||
|
||||
\usepackage{tabularx}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue