Search found 8 matches

by erictamlam
Sun Oct 26, 2014 4:25 am
Forum: General
Topic: Sort moderncv publications by year AND month (multibib+bib)
Replies: 0
Views: 5005

Sort moderncv publications by year AND month (multibib+bib)

Hi, I am using moderncv to create my CV. I want to sort the publications in chronologically descending order (not just by year, but by month as well). I have googled a lot of solutions and found a bib style file named plainyrrev.bst . Here is the link: https://svn.strategoxt.org/repos/StrategoXT ...
by erictamlam
Thu Jul 25, 2013 8:43 am
Forum: Graphics, Figures & Tables
Topic: Side-by-side figure captions overlapping problem
Replies: 1
Views: 18162

Side-by-side figure captions overlapping problem

Hey guys,

I have been trying to place two figures that span half a column side-by-side. The two figures have their own captions. I used the minipage command and the figures did appear side by side, but their captions overlapped (the captions are sorta long, cf. the attached pic). How do I separate ...
by erictamlam
Mon Jan 07, 2013 7:54 am
Forum: Math & Science
Topic: Alignment in a multi-line Equation
Replies: 2
Views: 3678

Alignment in a multi-line Equation

Hi all,

I want to type an equation as attached in the image, but not sure which equation environment can achieve the exact outcome, split, align, {eqnarray}, {array}?

Anyone knows? Thanks in advance. :D
by erictamlam
Mon Nov 26, 2012 4:17 am
Forum: Graphics, Figures & Tables
Topic: array | Column Type not recognized
Replies: 1
Views: 1781

array | Column Type not recognized

Hi all,

I have this error popped up when compiling my source code.
! Package array error: pream-token (S): 'c'used
The problem seems to be caused by some table command I used, but I don't know exactly what went wrong. I attached the related packages I used and the code for the table. Any help ...
by erictamlam
Thu Jul 26, 2012 5:14 am
Forum: General
Topic: Remove Bookmarks from PDF
Replies: 4
Views: 18885

Remove Bookmarks from PDF

Hi all,

I am submitting a paper to an IEEE conf, which requires no bookmarks in the created pdf file. I didn't use any hyperref package in my Tex code, and created the pdf file through "dvi2pdf". I've done a lot of search on the internet for a possible solution, but till now none of them worked out ...
by erictamlam
Sun Apr 29, 2012 1:16 pm
Forum: Graphics, Figures & Tables
Topic: Table Column Width Adjustment
Replies: 1
Views: 5445

Table Column Width Adjustment

Dear all,

I have a serious problem adjusting the column widths of a table i created. What i tried to achieve is to split the last two combined columns ('transiton probabilites' and 'equilibrium distribution') equally between their subcolumns, i.e., 'p_j' and 'q_j' split the combined column ...
by erictamlam
Sun Apr 29, 2012 12:19 pm
Forum: Graphics, Figures & Tables
Topic: Reproduction of a Table
Replies: 2
Views: 2186

Reproduction of a Table

thanks for the reply! it worked, but how to make sure that 'p' and 'q' split the column width of 'transition probability' equally? Thanks

You should provide a standalone minimal example that allows testing solutions instantly. People are rarely motivated to find out all necessary stuff themselves ...
by erictamlam
Sun Apr 29, 2012 7:55 am
Forum: Graphics, Figures & Tables
Topic: Reproduction of a Table
Replies: 2
Views: 2186

Reproduction of a Table

Hi all, I am a beginner writing papers in latex. I wanted to create a table like this, but my code didn't work out the way i wanted. Anyone lending a hand please? thanks! :) \begin{table}
\begin{tabular}{ccccc}
\hline
\multirow{2}{*}{Channel $j$} & \multicolumn{2}{c}{Transition prob.} & \multicolumn ...