![]() |
2014-08-24
, 09:27
|
|
Posts: 878 |
Thanked: 2,535 times |
Joined on Feb 2012
@ Germany
|
#2
|
mount --bind /usr/lib/zlib.so.1.2.3 /usr/lib/zlib.so.1.2.7
dpkg --configure texlive-base && dpkg --configure texlive-latex-base
umount /usr/lib/zlib.so.1.2.7
The Following 4 Users Say Thank You to Halftux For This Useful Post: | ||
![]() |
2014-08-24
, 17:52
|
Posts: 65 |
Thanked: 113 times |
Joined on Mar 2011
@ Austria
|
#3
|
~$ cp libz.so.1.2.3 /usr/lib ~$ mount --bind /usr/lib/libz.so.1.2.3 /usr/lib/libz.so.1.2.7 ~$ ~$ apt-get install texlive ~$ apt-get install cups-client # for printing only
ServerName <your-local-cups-server>
\documentclass{article} \title{TeX on maemo} \author{the talk.maemo.org community} \date{August 2014} \begin{document} \maketitle Hello m\ae mo World! \end{document}
![]() |
2014-09-03
, 07:11
|
Posts: 65 |
Thanked: 113 times |
Joined on Mar 2011
@ Austria
|
#4
|
\documentclass[a4paper,10pt]{report} % Definitions \usepackage{lscape} \usepackage[left=40mm,right=20mm,top=15mm,bottom=15mm]{geometry} \usepackage{timetable} \begin{document} \thispagestyle{empty} \begin{landscape} \noindent\printheading{Timetable Schedule / ``see https://github.com/pklaus/timetable`` {\tiny (Version 2014-09-02)}} % Define the layout of your time tables \setslotsize{3.5cm}{0.22cm} \setslotcount {5} {56} \settopheight{3} \settextframe{0.8mm} % Retro %\setframetype[t]{1} %\seteventcornerradius{0pt} % Print timestamps into event blocks \setprinttimestamps{2} % Define event types \defineevent{type1}{0.0} {0.28}{1.0} {1.0}{1.0}{1.0} \defineevent{type2}{1.0} {0.4} {0.2} {1.0}{1.0}{1.0} \defineevent{type3} {0.8} {0.8} {0.2} {0.2}{0.2}{0.8} \defineevent{type4} {0.6} {0.8} {1.0} {1.0}{1.0}{1.0} \defineevent{type5} {0.21}{0.5} {0.16}{1.0}{1.0}{1.0} % Start the time table \begin{timetable} \hours{6}{15}{1} % \germandays{1} \englishdays{1} \event 1 {0800} {1200} {Morning Meeting} {maemo} {N900 site} {type1} \event 2 {1200} {1400} {Lunch} {The Tripple} {Vienna} {type2} \event 4 {1520} {1700} {Special Issues} {All} {fremantle} {type3} \event 5 {1320} {1400} {Event} {Person} {Room} {type4} \end{timetable} \end{landscape} \end{document}
pdflatex timetabletemplate.tex
mkdir /home/opt/maemo/usr/share/texmf-texlive/tex/latex/timetable cp timetable.sty /home/opt/maemo/usr/share/texmf-texlive/tex/latex/timetable ln -s /home/opt/maemo/usr/share/texmf-texlive/tex/latex/timetable /usr/share/texmf-texlive/tex/latex/timetable texhash # to let the tex installation know where timetable.sty can be found.
The Following 4 Users Say Thank You to scy For This Useful Post: | ||
![]() |
2014-10-15
, 16:21
|
Posts: 65 |
Thanked: 113 times |
Joined on Mar 2011
@ Austria
|
#5
|
cd /var/lib/dpkg/info vi texlive-fonts-recommded.postinst go to the bottom with "G", on the last but one line it should say (note the hash sign # to comment out that line): # optify "usr/share/doc/texlive-fonts-recommended"
The Following 3 Users Say Thank You to scy For This Useful Post: | ||
TeX Live is a free software distribution for the TeX typesetting system
SOLVED - SUCCESS REPORT IS IN POST #3 - GO TO POST #3 (HERE) to read, how I successfully setup "TeX (LaTeX) on maemo" Fremantle CSSU Thumb2 N900!
_____________________________________________
TeX Example: "A Weekly Timetable" #4
_____________________________________________
ORIGINAL REQUEST POSTING FOLLOWS BELOW, for reference only:
This is a request for help. Who can do handle such an endeavor or point to the right way to solve the installation of an older version?
There was a previous thread having setup TeX Live 2009 on N900. The original poster is no longer with the N900 community.
Trying to install it this TeX Live Maemo 2009 version, produced this error:
More code output follows in regards to the error message when trying to install texlive (2009):
maemo-pkg / texlive-bin git of 2009
(unsure if it is helpful though)
Attached: full error message, as reported above.
Last edited by scy; 2014-09-03 at 11:58. Reason: Changed title and added references to postings 3 (for solution steps) and 4