Friday, April 10, 2009

Cheap Used Go Kart Frame'

Today is the birthday of [info] liz_104 and [info] carolruga and that deserves to try, albeit unfortunate re-write something hahaha
so this is for them. I would love to come out a little better, but where there is no potato kills lol ... Well

and what to kill two birds with one stone I will use it to participate in the challenge this week qaf_ficción!

Title: Company
Author: Nair_04
Rating: All audiences!
Note: For the birthday girl!
Disclaimer: The personalion, because its tone

masse Daphne sounds ever.

-

No. Everything's fine. It's just that with Justin in NY, Pittsburgh is pretty boring.

The first looks at fixing that does not bring up empty, but it has bags of what looks like food China. He looks up and meets eyes with reflected feelings too, supposed to have been pretty ignorant to assume that he is the only one who Pittsburgh you find a place far less friendly establishment and since he left the city a blond guy. So away from the door moves towards its former place on the sofa. From the corner of the eye can see as the brunette enters the loft and after leaving the bags in the kitchen is headed for the couch. -

I think some blond guy left one of those crappy movies that you both like to see out there - Use the brand tone

Brian Kinney and smiles to see Daphne seems to have finished relaxing listen.

- CHT MLXC dissemble not whether we were leaving to see was that you too like PUFFA

accommodates

while making ready to see the movie, surprised himself. Diríaa who he would end well, with his best friend, partner, boyfriend or whatever they are now. And perhaps because he is totally focused on their own thoughts or perhaps because it is hardly a whisper that comes from the lips of the girl, barely reaches

hear what he says Daphne while sits on the couch and gives the play.

Wednesday, April 8, 2009

Genital Herpes Look Alikes

Until my early college years was still infected with virus WYSIWYG ("What you see is What You Get", which is more or less "what you see is the end result), ie using Office (particularly Microsoft Word ) to my documents. I was cured in those years when I met LaTeX. Today, when it comes to documents, always use LaTeX. In particular, I have a couple of years doing my "invoices" (fees receipts) in LaTeX.

One thing that always bothered me these "invoices" is that values are changing: some months I have to count days of work because she was absent for any reason. I crafted this for too long, and yesterday I decided that was enough. So I set to invStyx how to make it a little easier.

I solved with the help of two people who answered my plea for help on the mailing list linux@listas.inf.utfsm.cl (thank you very much Pablo Jiménez and Poo Germain) and a good time to search the site Tex Users tug.org Group. My final solution uses two LaTeX packages that previously did not know: the first is fltpoint for calculation in this way:

 \\ usepackage {fltpoint} \\ fpDecimalSign {.} \\ Newcommand {\\ invoiceunitvalue} {250} \\ newcommand { \\ invoicefactor} {0.80} \\ fpMul {\\ invoicevalue} {\\ invoiceunitvalue} {\\} 

invoicefactorunitx:


\\ usepackage {siunitx} \\ {fixdp sisetup, dp = 2} \\ num {\\}

invoicevalue
 As an example, below is the complete code of an invoice LaTeX: 




a sample invoice \\ documentclass [12pt] {article} \\ usepackage [latin1] {inputenc} \\ usepackage {times} \\ usepackage {fltpoint} \\ usepackage {siunitx} \\ fpDecimalSign {.} \\ newcommand {\\ invoiceperiod} {March 2009} \\ newcommand { \\ invoiceunitvalue} {500} \\ newcommand {\\ invoicefactor} {0.8} \\ fpMul {\\ invoicevalue} {\\ invoiceunitvalue} {\\ invoicefactor} \\ {fixdp sisetup, dp = 2} \\ begin {document} \\ pagestyle {empty} {\\ LARGE Invoice for Services Rendered Programming} \\ vskip 1cm \\ begin {tabular} {ll} {\\ bf} & Client Command Prompt, Inc. \\ \\ {\\ bf Date} & \\ today \\ \\ {\\ bf Invo

Monday, April 6, 2009