Posts

Showing posts with the label LaTeK

GNUPlot, Latek and my New Year Resolutions

One of my new year's resolutions was to be meticulous about everything i started and worked on this year. So, when i started learning GNUPlot and working on Latek for my lab reports, i got right down to business. There are some people in this world who can remember a lot of things, specifically coding i.e the syntax as to how to use the for/if-else loops in C, writing data in columns in Latek and setting limits on GNUPlot. I am not one of those persons so i knew the minute i started working with these software that i needed a way to easily recollect these things if and when needed! I didn't want to write them all down on a notebook because well, it's just old school. I thought that it'd be a better idea to have a template file with all of the basic commands noted down, the syntax mentioned and usage described. This way, when i needed something, i could just copy the commands from the template file and use them. I'm sure that i'm not the first person to be ...

Learning Latek

I've been trying to learn LaTeX for a while now but learning it from scratch without a template is very very hard. Especially for a person who insists on going through atleast a couple of manuals before he goes hands-on (that's me btw).  I've finally been able to get a grip on writing documents in LaTeX because i've been writing something in TeX for a while now. And i know quite a few people who are putting off using LaTeX for the same reason that i did. So, i thought that if i could write a good template which would encompass every basic functionality necessary for a student to write a report, i thought it'd help in getting people to start working on LaTeX.  So, here's what i've been able to come up with in one afternoon...  % each of these can be considered as commands and each command has different outputs depending on  arguments which are given in {}. Look for the different arguments each of these functions have. some have one. quite a few hav...