315days until
IIT JEE 2013 (ISEET)

Lyx

Latex symbols

posted Nov 19, 2011 10:14 AM by Sachin Gadkar   [ updated Nov 19, 2011 10:15 AM ]

Number theory 
a doesn't divide b - \nmid 
nCr - \binom

how to change the location of bullets and enumeration

posted Oct 6, 2011 9:09 AM by Sachin Gadkar

preamble : \usepackage{enumitem}
just before starting the enumration : \setitemize[0]{leftmargin=500pt,itemindent=0pt,labelwidth=10pt} (for bullets) and for numbers : \setenumerate[0]{leftmargin=XXpt,itemindent=XXpt,labelwidth=XXpt}

Good source for Lyx

posted Oct 6, 2011 8:50 AM by Sachin Gadkar

Convert djvu to pdf

posted Dec 19, 2010 10:22 AM by Sachin Gadkar

1 - djvups filename.djvu filename.ps
2 - ps2pdf filename.ps filename.pdf

Blocking area for data dynamically appearing

posted Dec 7, 2010 10:31 AM by Sachin Gadkar   [ updated Dec 7, 2010 9:06 PM ]





In Beamer, change color on specific slides of text

posted Dec 7, 2010 2:53 AM by Sachin Gadkar

\newcommand{\myblue}{\only{\color{blue}}} # define the definition of myblue and then use it with \myblue<2>
\begin{frame}
\myblue<2> This text is blue only on slide 2.
\end{frame}

online latex - gif image download

posted Nov 21, 2010 6:58 AM by Sachin Gadkar

http://www.codecogs.com/latex/eqneditor.php
is  a location to key in latex code and download a gif image to add to email or on webpage.

tufte-book

posted Sep 2, 2010 11:26 AM by Sachin Gadkar

Very beautiful style in writing beatiful notes. 


Preamble tricks for getting different things done!

posted Jul 11, 2010 11:43 PM by Sachin Gadkar

  1. \numberwithin{equation}{subsection}
    • This is to get the numbering change withing different subsection
  2. \usepackage{savetrees}
    • this is meant to use space effectively so that we can save more papers

Add Appendix to your document

posted May 6, 2010 11:54 AM by Sachin Gadkar

Put "\Appendix" into ERT code line (which is created using Ctrl + L)
And keep creating sections using the section, subsection menu that will keep appearing into the pdf, dvi file as Appendix A, Appendix B and so on.

1-10 of 14