Search found 61 matches
- Tue Sep 21, 2010 11:41 am
- Forum: Text Formatting
- Topic: writing an article under the acs specification
- Replies: 3
- Views: 2823
Re: writing an article under the acs specification
Thank you very much.
- Fri Sep 17, 2010 6:05 pm
- Forum: Text Formatting
- Topic: writing an article under the acs specification
- Replies: 3
- Views: 2823
writing an article under the acs specification
Hi guys.
I'm writing an article that hopefully, will be submitted to one of the acs journals.
I have downloaded the achemso package but it does not provide the file structure that should be used when submitting an article to the acs.
As far as I can tell, the achemso only handle the figure and ...
I'm writing an article that hopefully, will be submitted to one of the acs journals.
I have downloaded the achemso package but it does not provide the file structure that should be used when submitting an article to the acs.
As far as I can tell, the achemso only handle the figure and ...
- Mon Sep 06, 2010 8:42 pm
- Forum: Graphics, Figures & Tables
- Topic: questions about slide structure in beamer
- Replies: 6
- Views: 5787
questions about slide structure in beamer
What about this text?
\documentclass{beamer}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usetheme{Madrid}
\AtBeginSubsection[]
{
\begin{frame}<beamer>
\frametitle{Layout}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
\begin{document}
\begin{frame}
\frametitle ...
\documentclass{beamer}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usetheme{Madrid}
\AtBeginSubsection[]
{
\begin{frame}<beamer>
\frametitle{Layout}
\tableofcontents[currentsection,currentsubsection]
\end{frame}
}
\begin{document}
\begin{frame}
\frametitle ...
- Wed Sep 01, 2010 8:24 am
- Forum: Graphics, Figures & Tables
- Topic: questions about slide structure in beamer
- Replies: 6
- Views: 5787
- Sun Aug 29, 2010 8:04 pm
- Forum: Graphics, Figures & Tables
- Topic: questions about slide structure in beamer
- Replies: 6
- Views: 5787
questions about slide structure in beamer
Hi.
I'm not sure what I did wrong in my previus post but I assume you want a mwe. Also, I wasn't sure if this is the right thread for this issue.
Anyhow, here is a simpler code:
\documentclass{beamer}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usetheme{Madrid}
\AtBeginSubsection ...
I'm not sure what I did wrong in my previus post but I assume you want a mwe. Also, I wasn't sure if this is the right thread for this issue.
Anyhow, here is a simpler code:
\documentclass{beamer}
\usepackage[latin1]{inputenc}
\usepackage{graphicx}
\usetheme{Madrid}
\AtBeginSubsection ...
- Sat Aug 28, 2010 9:17 pm
- Forum: Graphics, Figures & Tables
- Topic: questions about slide structure in beamer
- Replies: 6
- Views: 5787
questions about slide structure in beamer
Hi guys.
I'm writing my Ms.C. defense presentation on beamer and I have a couple of questions.
I want to create a slide where is divided to three parts. On the top, there are two columns (left and right). On the left there is some text and on the right there is a figure. At the bottom, I wand to ...
I'm writing my Ms.C. defense presentation on beamer and I have a couple of questions.
I want to create a slide where is divided to three parts. On the top, there are two columns (left and right). On the left there is some text and on the right there is a figure. At the bottom, I wand to ...
- Tue Jul 20, 2010 11:56 am
- Forum: BibTeX, biblatex and biber
- Topic: My own bibliography style
- Replies: 2
- Views: 2442
My own bibliography style
There are some packages that allow you to create a custom bibliography style from bibtex. Check the wikibook. I used one of those but I can't remember which.
Yotam
Yotam
- Mon Jul 19, 2010 11:24 pm
- Forum: Document Classes
- Topic: Several things I can't manage to do with beamer
- Replies: 0
- Views: 1377
Several things I can't manage to do with beamer
Hi guys.
I want to do the following with beamer and I can't find how:
1. I want to have layout of the talk before the first section (the introduction) of my talk. How can I do this?
2. Usually, the layout section show the future section (apart from the next one) blurred and the previous section ...
I want to do the following with beamer and I can't find how:
1. I want to have layout of the talk before the first section (the introduction) of my talk. How can I do this?
2. Usually, the layout section show the future section (apart from the next one) blurred and the previous section ...
- Tue Jun 01, 2010 10:12 pm
- Forum: BibTeX, biblatex and biber
- Topic: Problem using achemso style
- Replies: 5
- Views: 6520
Problem using achemso style
OK I've attached a simple example. The attached pdf file has two bibliography. One generated by the bib file and the other with the embedded system. Here is the .tex and .bib files:
\documentclass{report}
Here is my .tex file:
\begin{document}
Hello \cite{a} \cite{b}
\bibliographystyle{achemso ...
\documentclass{report}
Here is my .tex file:
\begin{document}
Hello \cite{a} \cite{b}
\bibliographystyle{achemso ...
- Tue Jun 01, 2010 8:22 pm
- Forum: BibTeX, biblatex and biber
- Topic: Problem using achemso style
- Replies: 5
- Views: 6520
Re: Problem using achemso style
I just realized that the references need to be inside the TeX file and not in a bibliography file. Is there any way around this?