| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 1 year, 1 month |
| seen | May 3 at 21:44 | |
| stats | profile views | 93 |
|
Jan 23 |
comment |
How to customize the table of contents using TikZ? Can i add image in TOC? |
|
Jan 23 |
comment |
How to generate index page for report? Actually i need table of contents XYZ 1 DEF 2 ABC 20 |
|
Jan 23 |
asked | How to put image in table of contents? |
|
Jan 21 |
awarded | Popular Question |
|
Jan 11 |
accepted | How to write date and time in footer |
|
Jan 11 |
asked | How to write date and time in footer |
|
Dec 14 |
comment |
Unwanted bold Chinese characters in LaTeX output? @wasteofspace Can u pls suggest what can i do here to fix this pblm. |
|
Dec 14 |
comment |
Unwanted bold Chinese characters in LaTeX output? @Joseph Wright It is sweave code so i cannot siply remove R code from it. Have u tested on RHEL6? |
|
Dec 4 |
comment |
not able to write bold characters using textbf I just checked all cm pakcage arelady there in cmbcsc10.mf cmbtex10.mf cmbtt10.mf cmbtt8.mf cmbtt9.mf cmexb10.mf cmttb10.mf are already there in /usr/local/texlive/2012/texmf-dist/fonts/source/public/cm/. Still i m facing same pblm . |
|
Aug 17 |
comment |
How to handle % character in LaTeX? using \begin{verbatim} \end{verbatim} generates no newline and output text is in typewriter output format so i cannot use it. |
|
Aug 17 |
asked | How to handle % character in LaTeX? |
|
Aug 10 |
comment |
How to set page counter by skipping first page? Thanks it works fine for me. |
|
Aug 10 |
accepted | How to set page counter by skipping first page? |
|
Aug 10 |
asked | How to set page counter by skipping first page? |
|
Aug 8 |
asked | How to write right aligned dynamic mdframed? |
|
Aug 8 |
comment |
How to set page counter in mdframed as footer? My first page is title page so i don't need numbering on first page. For that i am using \thispagestyle{empty}. But I need counter should start from next page which means nextpage will be having page 1 and so on. How can i implement it? |
|
Aug 7 |
accepted | How to set page counter in mdframed as footer? |
|
Aug 6 |
comment |
How to set page counter in mdframed as footer? \documentclass{article} \usepackage[framemethod=tikz]{mdframed} \usepackage{fancyhdr} \usepackage{lipsum} \pagestyle{fancy} \fancyhead{} \fancyfoot{} \fancyfoot[C]{% \begin{mdframed}[linecolor=blue!60,roundcorner=3pt] \parbox[t]{0.333\textwidth}{\raggedright XXXXXXXX}% \parbox[t]{0.333\textwidth}{\centering Page}% \parbox[t]{0.333\textwidth}{\raggedleft 31 July 2012} \end{mdframed}% } \begin{document} \lipsum[1-2] \end{document} Above code is for generating footer text but i need page number. How can i implement it? |
|
Aug 6 |
accepted | How to add newline while using everyline in mdframed? |
|
Aug 3 |
comment |
How to set page counter in mdframed as footer? I m using code below. \pagestyle{fancy} \fancyhf{} % sets both header and footer to nothing \renewcommand{\headrulewidth}{0pt} \fancyfoot{} \fancyfoot[C]{\begin{mdframed}[roundcorner=4pt,leftmargin=1, rightmargin=1, linecolor=blue,outerlinewidth=.5, innerleftmargin=5,innertopmargin=5,innerbottommargin=5,everyline = true, splittopskip=.6cm, splitbottomskip=.3cm] \parbox[t]{0.333\textwidth}{\raggedright{ID} \parbox[t]{0.333\textwidth}{\centering{footertext} \parbox[t]{0.333\textwidth}{\raggedleft{Date} \end{mdframed}} |