-
Changing the label enumerator
Read more: Changing the label enumeratorI want to change my list enumerator style from 1, 2, 3 to be like (1), (2), (3) … in LyX. Here how I change it in Lyx: In preamble Latex, add this line: \usepackage{enumerate} \renewcommand{\labelenumi}{(\arabic{enumi})}
-
Cross Referencing in TOC
Read more: Cross Referencing in TOCI’ve been searching for a while, how to make my table of contents have a clickable links in my pdf output. Today I found out, it is very easy, and only need hyperref package. This package only works for pdf…
-
Adding File Style on LaTeX
Read more: Adding File Style on LaTeXI don’t try this tips yet, but I know that someday I will adding a new file style on my TeX. I found this site in bahasa that explain how to add a file style (.sty) on LaTeX. In LyX,…
-
Bullets Style
Read more: Bullets StyleI get bored with the default bullets style. I found out there are many other styles we can choose for our bullets. From Lyx, just go to menu Documents – Settings…, and choose the Bullets section. If you don’t use…
-
Numbering for Tables, Figures and Equation
Read more: Numbering for Tables, Figures and EquationI have too many tables, figures and equation in my document. The default caption numbering is always increasing (so if I have 100 figures, then I would have caption Figures – 100). I want to restart numbering for each section…
-
Page Numbering on TeX
Read more: Page Numbering on TeXI learn to write documentation with LyX and LaTeX recently. I will write some notes here to remind me of what I have learned. I will add some document example later on. To make comment: