After approval I added Subclipse (Subversion Eclipse plugin) to the Fedora Extras repository. :-P The news reached Fedora People and Planet GCC.
This page looks plain and unstyled because you're using a non-standard compliant browser. To see it in its best form, please upgrade to a browser that supports web standards. It's free and painless.
Main Page
Blog
Documentation
Recent changes
| « | July 2010 | » | ||||
|---|---|---|---|---|---|---|
| Su | Mo | Tu | We | Th | Fr | Sa |
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
Development [19]
General [12]
GNOME [8]
Java [17]
Linux [27]
News [11]
On the Net [36]
Open Source [22]
Personal [45]
PlayStation [3]
Java
Eclipse
SoloJava group
Linux
Fedora
GNOME
robert | 26 August, 2006 21:14
After approval I added Subclipse (Subversion Eclipse plugin) to the Fedora Extras repository. :-P The news reached Fedora People and Planet GCC.
robert | 07 July, 2006 08:41
I have no doubt now that the PlayStation 3 is entirely Linux based, and not will be an optional feature only like with the PS2, just read the Crytek job offer.
those two requirements are the key.
robert | 30 June, 2006 09:51
Victor, this is the sample file you wanted:
\documentclass[10pt,letterpaper,titlepage]{article}
\setlength{\pdfpagewidth}{8.5in}
\setlength{\pdfpageheight}{11in}
\usepackage[utf8]{inputenc}
\usepackage[spanish,english]{babel}
\usepackage[pdftex]{color,graphicx}
\author{Robert Marcano}
\title{Simple Image Sample}
\begin{document}
\maketitle
Simple test with images:
\includegraphics[scale=0.5]{bg}
\end{document}
the image file is named bg, do not add the extension, if you use pdflatex it will automatilcally search for an EPS, PDF, JPG or PNG file.
robert | 28 June, 2006 13:15
I learned how to install support for Asian languages to LaTeX using the CJK Extensions and adding the required fonts. Something like this:
\documentclass{article}
\setlength{\pdfpagewidth}{8.5in}
\setlength{\pdfpageheight}{11in}
\usepackage{CJK}
\usepackage{ruby}
\renewcommand{\rubysep}{-0.1ex}
\usepackage[spanish,english]{babel}
\usepackage[utf8]{inputenc}
\newcommand{\jap}[1]{\begin{CJK}{UTF8}{sazanami-mincho}#1\end{CJK}}
\begin{document}
A very simple document made with \LaTeX\ including Japanese text with \emph{furigana}:
\jap{\ruby{日本語}{にほんご}の\ruby{学生}{がくせい}}
\end{document}
is converted to a nice PDF.
robert | 06 June, 2006 21:26
I have been helping a friend that need to write a paper with complex mathematical equations, so I am remembering a lot of what I learned of LaTeX. I did not needed to convince him to dump traditional word processors because he was experiencing a lot of crashes and performance problems with MS Word. To recommend him to use OpenOffice is not the solution either because, like MS Word, it is not designed for this kind of job. I only needed to show him a few samples made with LaTeX: Physics and Mathematics Formularies.
Those formularies make me remember that I learned a lot of that stuff; I specially breathed the Electricity & Magnetism chapter, but my fixation on computer sciences forced me to store all that important knowledge deep in my brain, not forgotten, just stored on very slow RAM. I am beginning to think that I must pursue a degree in physics, that was always what I wanted to study, but one day a honest and short conversation with my physics teacher on high school convinced me to take other option. Things in the office are begining to slow down, not because there is less work, but because I needed to do something not easy for me, manage the bigger picture and let the details to others, so I hope to be in the situation where I can really dedicate time to the physics degree, well a few years ago I never thought to be able to have time to study the Japanese language, but now I am studying it, so time will tell.