Thank you so much. With \usepackage{mathtools}, the code works perfectly fine.
Lynn
Search found 50 matches
- Tue Sep 30, 2014 8:29 pm
- Forum: Math & Science
- Topic: How to add matrix in a formula
- Replies: 2
- Views: 2922
- Tue Sep 30, 2014 8:27 pm
- Forum: Math & Science
- Topic: about \substack
- Replies: 2
- Views: 12725
Re: about \substack
Thank you so much. Now the formula looks good.
Lynn
Lynn
- Mon Sep 29, 2014 11:10 pm
- Forum: Math & Science
- Topic: about \substack
- Replies: 2
- Views: 12725
about \substack
Dear all,
I would like the range of x_1 and x_2 to be aligned at the bottom of \sum with smaller size, now the size is over big. I also tried \substack but this code even does not work.
\documentclass[a4paper,11pt]{article}
\begin{document}
$y=\sum \limits_{\begin{array} 1<x_{1}<2\\ 0<x_{2}<1 ...
I would like the range of x_1 and x_2 to be aligned at the bottom of \sum with smaller size, now the size is over big. I also tried \substack but this code even does not work.
\documentclass[a4paper,11pt]{article}
\begin{document}
$y=\sum \limits_{\begin{array} 1<x_{1}<2\\ 0<x_{2}<1 ...
- Mon Sep 29, 2014 11:07 pm
- Forum: Math & Science
- Topic: How to add matrix in a formula
- Replies: 2
- Views: 2922
How to add matrix in a formula
Dear all,
I tried to add the matrix in a math formula, but the matrix was distorted in shape. The code I use is the following:
\documentclass[a4paper,11pt]{article}
\begin{document}
$y=\sum_{i} x_{i} \begin{bmatrix} 1 & 1 &1 \\ 1& 1 & 1\\1 & 1& 1 \end{bmatrix}$
\end{document}
Any suggestions ...
I tried to add the matrix in a math formula, but the matrix was distorted in shape. The code I use is the following:
\documentclass[a4paper,11pt]{article}
\begin{document}
$y=\sum_{i} x_{i} \begin{bmatrix} 1 & 1 &1 \\ 1& 1 & 1\\1 & 1& 1 \end{bmatrix}$
\end{document}
Any suggestions ...
- Wed Jul 31, 2013 11:51 am
- Forum: General
- Topic: Unable to save tex document
- Replies: 4
- Views: 5139
Re: Unable to save tex document
Thank you,Johannes.
Lynn
Lynn
- Tue Jul 30, 2013 1:44 pm
- Forum: General
- Topic: Unable to save tex document
- Replies: 4
- Views: 5139
Re: Unable to save tex document
Thank you, Johannes_B. But I am not sure how to do that. Do you mean write file name as "file ending.tex" or need to download some file? Thanks a lot.
Lynn
Lynn
- Tue Jul 30, 2013 12:36 pm
- Forum: General
- Topic: Unable to save tex document
- Replies: 4
- Views: 5139
Unable to save tex document
Hello Latex Community,
I reinstalled the Tex software on my computer, the version is Miktex2.9. The problem is tex document can not be saved even I run the program as administrator. The error message is "The file could not be saved. Please check if you have write permission." The software was ...
I reinstalled the Tex software on my computer, the version is Miktex2.9. The problem is tex document can not be saved even I run the program as administrator. The error message is "The file could not be saved. Please check if you have write permission." The software was ...
- Wed Jul 10, 2013 1:32 pm
- Forum: Text Formatting
- Topic: How to adjust footbox in presentation
- Replies: 7
- Views: 6842
Re: How to adjust footbox in presentation with beamer
Thanks. The problem is solved.
Lynn
Lynn
- Tue Jun 25, 2013 4:40 am
- Forum: Text Formatting
- Topic: How to adjust footbox in presentation
- Replies: 7
- Views: 6842
Re: How to adjust footbox in presentation
Thank you, cgnieder.
There are three colored rectangulars at bottom of the page. The third one has date written inside. I'd like to write some content inside of the two boxes that are to the left of the date box. How to do this?
Any suggestion is appreciated.
Lynn
There are three colored rectangulars at bottom of the page. The third one has date written inside. I'd like to write some content inside of the two boxes that are to the left of the date box. How to do this?
Any suggestion is appreciated.
Lynn
- Mon Jun 24, 2013 1:18 pm
- Forum: Text Formatting
- Topic: How to adjust footbox in presentation
- Replies: 7
- Views: 6842
How to adjust footbox in presentation
Thank you, Thorsten.
The code I used is
Lynn
The code I used is
\addfootbox{structure}{\tiny\quad 2. Box}
. But TeXworks stops at this code. I do not know if the code is right or wrong. Could you please give me some suggestion about how to add text content in footbox(the colored bar that contains date)? Lynn