Hello,
with regard to your question, I was quite happy after discovering the package kbordermatrix, http://www.hss.caltech.edu/~kcb/TeX/kbordermatrix.pdf.
Albart
Search found 13 matches
- Wed Sep 22, 2010 2:20 pm
- Forum: Math & Science
- Topic: How to create matrices with column and row numbers
- Replies: 4
- Views: 6037
- Wed Aug 11, 2010 2:18 pm
- Forum: General
- Topic: R and Latex
- Replies: 5
- Views: 3729
R and Latex
Hi,
then it is good to learn about these files. You should place the code in a file: file.Rnw and the run the Sweave function in R on this file: Sweave('file.Rnw') . This will produce the file file.tex, on which you can then run latex using Miktex: pdflatex file.tex for example.
I would encourage ...
then it is good to learn about these files. You should place the code in a file: file.Rnw and the run the Sweave function in R on this file: Sweave('file.Rnw') . This will produce the file file.tex, on which you can then run latex using Miktex: pdflatex file.tex for example.
I would encourage ...
- Tue Aug 10, 2010 8:53 am
- Forum: General
- Topic: R and Latex
- Replies: 5
- Views: 3729
Re: R and Latex
Hi Karisalk,
you should consider to show us a small example of your .Rnw file in order to be able to help you. I have used the Sweave->Latex route many times and, when I did not make mistakes, never had problems.
So, where does you problem occur:
1: in R, by running the Sweave function
2: when ...
you should consider to show us a small example of your .Rnw file in order to be able to help you. I have used the Sweave->Latex route many times and, when I did not make mistakes, never had problems.
So, where does you problem occur:
1: in R, by running the Sweave function
2: when ...
- Fri Feb 12, 2010 12:23 pm
- Forum: Text Formatting
- Topic: Custom author list in title
- Replies: 0
- Views: 1749
Custom author list in title
Dear list,
for a publication in a BMC journal, I need to solve the following problem.
My article has several authors, which I introduce in the when making the title in the \@author variable and which I separate with \and. In the title, Latex then automatically places a comma between the authors to ...
for a publication in a BMC journal, I need to solve the following problem.
My article has several authors, which I introduce in the when making the title in the \@author variable and which I separate with \and. In the title, Latex then automatically places a comma between the authors to ...
- Tue Sep 08, 2009 8:16 am
- Forum: Graphics, Figures & Tables
- Topic: Formatting rows of a table
- Replies: 2
- Views: 4397
Re: Formatting rows of a table
Hello Renne,
thanks. I actually used the colortbl package but was not satisfied with the result. I would prefer to have the characters of the row which I want to emphasize in a different color and keep the background as it was.
Regards,
Albart
thanks. I actually used the colortbl package but was not satisfied with the result. I would prefer to have the characters of the row which I want to emphasize in a different color and keep the background as it was.
Regards,
Albart
- Thu Aug 20, 2009 1:02 pm
- Forum: Graphics, Figures & Tables
- Topic: Formatting rows of a table
- Replies: 2
- Views: 4397
Formatting rows of a table
Hello forum,
for a presentation, I would like to sequentially highligh rows of a table. Therefore, I simply use different copies of one table and then make the letters of the row which I want to emphasize red with function \textcolor{red}{what should be red}:
\documentclass{beamer}
\begin ...
for a presentation, I would like to sequentially highligh rows of a table. Therefore, I simply use different copies of one table and then make the letters of the row which I want to emphasize red with function \textcolor{red}{what should be red}:
\documentclass{beamer}
\begin ...
- Fri Aug 07, 2009 11:10 am
- Forum: Graphics, Figures & Tables
- Topic: Table legend under table
- Replies: 4
- Views: 55706
Re: Table legend under table
Hello,
thanks! That solved it. I included the part of @makecaptionsZ following the article mentioned, but now I realize that it is not needed. Need to increase my Latex knowledge.
Albart
thanks! That solved it. I included the part of @makecaptionsZ following the article mentioned, but now I realize that it is not needed. Need to increase my Latex knowledge.
Albart
- Fri Aug 07, 2009 9:50 am
- Forum: Graphics, Figures & Tables
- Topic: Table legend under table
- Replies: 4
- Views: 55706
Table legend under table
Hi,
thanks for your reply, it solved the point but a new point arose.
Following the article http://www.latex-community.org/index.php?option=com_content&view=article&id=280%3Aformatting-latex-articles-for-biology-journals&catid=51%3Alatex-math-science&Itemid=112 , I renewed the @makecaption macro ...
thanks for your reply, it solved the point but a new point arose.
Following the article http://www.latex-community.org/index.php?option=com_content&view=article&id=280%3Aformatting-latex-articles-for-biology-journals&catid=51%3Alatex-math-science&Itemid=112 , I renewed the @makecaption macro ...
- Thu Aug 06, 2009 4:37 pm
- Forum: Graphics, Figures & Tables
- Topic: Table legend under table
- Replies: 4
- Views: 55706
Table legend under table
Hello,
at this moment, I am struggling to place the legend of a table underneath the table but keeping the title (Table 1, for example) above the table.
In the following code I provide a small table, where the title and the legend both are placed above.
\documentclass[10pt]{article}
\begin ...
at this moment, I am struggling to place the legend of a table underneath the table but keeping the title (Table 1, for example) above the table.
In the following code I provide a small table, where the title and the legend both are placed above.
\documentclass[10pt]{article}
\begin ...
- Wed Jul 08, 2009 8:25 am
- Forum: Graphics, Figures & Tables
- Topic: Removing caption from a figure
- Replies: 3
- Views: 50073
Removing caption from a figure
Thanks, that worked exactly as I wanted. The article which I mentioned in my post showed how to remove figure captions but that did not work for me. The reason that I did not provide a minimal working example was that I do not understand the following code:
% after hypperref, do this to remove ...
% after hypperref, do this to remove ...