Search found 18 matches

by teotjunk
Fri Mar 07, 2025 9:00 pm
Forum: BibTeX, biblatex and biber
Topic: Bibtex
Replies: 0
Views: 366

Bibtex

Would it be possible to convert my bibtex into a table of book recommendations?

Regards

Tjun Kiat
by teotjunk
Tue Apr 11, 2017 12:55 am
Forum: Others
Topic: Directing TeXstudio to find Texlive
Replies: 1
Views: 25814

Directing TeXstudio to find Texlive

After I install texstudio, it tells me no latex distribution is found. I can get it to find by setting the commands manually but is there an automatic way to do it. Thanks

teotjunk
by teotjunk
Wed May 25, 2016 3:31 am
Forum: General
Topic: MiKTeX setup error, required file failed verification
Replies: 8
Views: 13109

Re: Problem installing miktex

The rest of my computers are on Miktex. Wonder if I should change it to Tex live
or stay with Miktex
by teotjunk
Tue May 24, 2016 8:28 am
Forum: General
Topic: MiKTeX setup error, required file failed verification
Replies: 8
Views: 13109

Re: Problem installing miktex

Texlive works perfectly. It complies very well. I am amazed I have never heard of it is years of using latex
by teotjunk
Sun May 22, 2016 12:59 am
Forum: General
Topic: MiKTeX setup error, required file failed verification
Replies: 8
Views: 13109

Re: Problem installing miktex

I tried a few repositories and more or less the same error messages. I tried installing Tex live but without success as well
by teotjunk
Sat May 21, 2016 2:04 am
Forum: General
Topic: MiKTeX setup error, required file failed verification
Replies: 8
Views: 13109

Re: Problem installing miktex

This is the exact error message

The operations could not ---------------------------
MiKTeX Setup Wizard
---------------------------
The operation could not be completed for the following reason:

The operation could not be completed because a required file failed verification.

Details: package ...
by teotjunk
Sun May 15, 2016 3:59 am
Forum: General
Topic: MiKTeX setup error, required file failed verification
Replies: 8
Views: 13109

MiKTeX setup error, required file failed verification

Hi

I tried installing miktex for over a month and I keep getting this error message because of a failed file verification missing pgfplots.
by teotjunk
Wed Feb 12, 2014 9:13 am
Forum: Text Formatting
Topic: Remove the bold in stackrel
Replies: 1
Views: 3086

Remove the bold in stackrel

When I use stackrel with the summation sign and frac, the summation sign and the line of the frac appears in bold which I do not want

Code: Select all

\stackrel{\sum}{\frac{1}{2}}
Is there anyway to make it unbold ?


teotjunk
by teotjunk
Wed Jan 15, 2014 4:17 am
Forum: Graphics, Figures & Tables
Topic: Sub caption label
Replies: 2
Views: 3556

Re: Sub caption label

How do I make the automatic a caption disappear ?
by teotjunk
Tue Jan 14, 2014 12:26 pm
Forum: Graphics, Figures & Tables
Topic: Sub caption label
Replies: 2
Views: 3556

Sub caption label

I am trying to get the subcaption to appear at the top with the a and b without any success


\begin{table}[H]
\tiny
\subfloat[Test1]{
\centering
\begin{tabular}{l l l l}
g1 & g2 & ex & Error Rate\\
\hline
0.1 & 0.1 & 0.01 &0.336\\

0.1 & 0.1 & 0.1 & 0.333\\
\end{tabular}}
\qquad
\subfloat[Test2 ...