Search found 6 matches
- Tue Apr 07, 2009 4:37 pm
- Forum: Feature Suggestions
- Topic: Operator syntax highlighting
- Replies: 1
- Views: 4050
Re: Operator syntax highlighting
+1 from me, the lack of proper syntax highlighting is something I really miss in TeXnicCenter.
- Mon Apr 06, 2009 10:32 am
- Forum: LEd
- Topic: How to use alternative PDF-viewers (especially PDF-XChange)
- Replies: 6
- Views: 32956
Re: How to use alternative PDF-viewers (especially PDF-XChange)
Thanks a lot for you help.
- Tue Mar 31, 2009 5:45 pm
- Forum: LEd
- Topic: How to use alternative PDF-viewers (especially PDF-XChange)
- Replies: 6
- Views: 32956
How to use alternative PDF-viewers (especially PDF-XChange)
Thanks for replying. Indeed, using "%dpn0.pdf" worked fine.
Using the 'start' command did in fact work fine on my system, removing it worked fine too. Could you please explain a bit more what is the difference between the two?
Another question: do you know a good website where I can find these ...
Using the 'start' command did in fact work fine on my system, removing it worked fine too. Could you please explain a bit more what is the difference between the two?
Another question: do you know a good website where I can find these ...
- Sat Mar 28, 2009 9:51 pm
- Forum: Graphics, Figures & Tables
- Topic: Side by Side Tables
- Replies: 7
- Views: 64110
Side by Side Tables
You can indeed use the subfigure package, it handles tables too. See its manual. Just use something like:
\begin{table}[h!]
\vspace{5pt}
\begin{center}
\subtable
{
\begin{tabular}{l}
\end{tabular}\centering
}
\subtable
{
\begin{tabular}{l|r}
\end{tabular}\centering
}
\caption ...
\begin{table}[h!]
\vspace{5pt}
\begin{center}
\subtable
{
\begin{tabular}{l}
\end{tabular}\centering
}
\subtable
{
\begin{tabular}{l|r}
\end{tabular}\centering
}
\caption ...
- Sat Mar 28, 2009 9:41 pm
- Forum: LEd
- Topic: How to use alternative PDF-viewers (especially PDF-XChange)
- Replies: 6
- Views: 32956
How to use alternative PDF-viewers (especially PDF-XChange)
Thanks a lot! A knew there should be a better solution :-)
Your code needed some small improvements: %2 refers to file.tex so this does not work, that was why I was using %5. The code below is working, and now the vbs script is made obsolete now.
%3
cd %1
start PDFXCview /close %5.pdf
pdflatex ...
Your code needed some small improvements: %2 refers to file.tex so this does not work, that was why I was using %5. The code below is working, and now the vbs script is made obsolete now.
%3
cd %1
start PDFXCview /close %5.pdf
pdflatex ...
- Fri Mar 27, 2009 4:31 pm
- Forum: LEd
- Topic: How to use alternative PDF-viewers (especially PDF-XChange)
- Replies: 6
- Views: 32956
How to use alternative PDF-viewers (especially PDF-XChange)
Using LEd is nice, but if you are inexperienced in writing batch-files it might be difficult to configure it to work with alternative viewers.
I was not satisfied using Adobe Reader and prefer PDF-XChange viewer, so I wanted to change that. Furthermore, I wanted to be able to compile a new pdf ...
I was not satisfied using Adobe Reader and prefer PDF-XChange viewer, so I wanted to change that. Furthermore, I wanted to be able to compile a new pdf ...