Search found 45 matches
- Fri Sep 07, 2012 8:31 pm
- Forum: Math & Science
- Topic: chemfig | Custom Arrows in Reaction Schemes
- Replies: 3
- Views: 13879
Re: chemfig | Custom Arrows in Reaction Schemes
Excellent! Thank you cgnieder!
- Fri Sep 07, 2012 5:41 am
- Forum: Math & Science
- Topic: chemfig | Custom Arrows in Reaction Schemes
- Replies: 3
- Views: 13879
chemfig | Custom Arrows in Reaction Schemes
I guess I could have made the MWE much more simpler as follows:
Code: Select all
Code, edit and compile here:
\documentclass{article}\usepackage{chemfig}\begin{document}\schemestartA\arrow{->[Text]}[,3]B\arrow{0}[,0.5]+\arrow{0}[,0.5]C\schemestop\end{document}
- Fri Sep 07, 2012 5:39 am
- Forum: Math & Science
- Topic: chemfig | Custom Arrows in Reaction Schemes
- Replies: 3
- Views: 13879
chemfig | Custom Arrows in Reaction Schemes
Hi,
I am trying to produce a reaction scheme with curved arrows as shown in this example (the structures are purely for example):
react1.png
I have been able to create the basic scheme with the following code:
\documentclass{article}
\usepackage{chemfig}
\begin{document}
%\schemedebug{true ...
I am trying to produce a reaction scheme with curved arrows as shown in this example (the structures are purely for example):
react1.png
I have been able to create the basic scheme with the following code:
\documentclass{article}
\usepackage{chemfig}
\begin{document}
%\schemedebug{true ...
- Tue Aug 07, 2012 10:33 pm
- Forum: Math & Science
- Topic: Chemistry Textbooks and LaTeX
- Replies: 11
- Views: 13892
Chemistry Textbooks and LaTeX
Thanks for clarifying the situation with the double bonds, unbonpetit. :oops:
I am aware that the position of the positive sign is by design. However, I must maintain that it looks better in the "textbook example".
Once again, I understand that everything is as intended by chemfig (hence my ...
I am aware that the position of the positive sign is by design. However, I must maintain that it looks better in the "textbook example".
Once again, I understand that everything is as intended by chemfig (hence my ...
- Tue Aug 07, 2012 8:22 pm
- Forum: Math & Science
- Topic: Chemistry Textbooks and LaTeX
- Replies: 11
- Views: 13892
Chemistry Textbooks and LaTeX
Hello everyone,
My first thought on seeing ghostanime2001's post was "chemfig can do that!". I am not sure what the op means about the 'cleanliness' between the two examples, but I can see a few places where the chemfig output is different:
1. The alignment of the double bonds is somewhat 'off ...
My first thought on seeing ghostanime2001's post was "chemfig can do that!". I am not sure what the op means about the 'cleanliness' between the two examples, but I can see a few places where the chemfig output is different:
1. The alignment of the double bonds is somewhat 'off ...
- Tue Aug 07, 2012 5:31 pm
- Forum: Math & Science
- Topic: chemfig | Bond Departure
- Replies: 2
- Views: 4793
chemfig | Bond Departure
I had never heard of the
Anyway, your code works just right. I have just now realized that this was described at the very beginning of the "advanced usage" chapter of the manual. Somehow I managed to skip that part while trying to find the solution!
Thanks again!
|
tags before.Anyway, your code works just right. I have just now realized that this was described at the very beginning of the "advanced usage" chapter of the manual. Somehow I managed to skip that part while trying to find the solution!
Thanks again!
- Tue Aug 07, 2012 3:57 am
- Forum: Math & Science
- Topic: chemfig | Bond Departure
- Replies: 2
- Views: 4793
chemfig | Bond Departure
Hi,
I am trying to make a reaction scheme using chemfig , using lower case letters for the compound. This is causing the package to react differently, resulting in inability to assign departure and arrival 'atoms'.
For example:
\documentclass{article}
\usepackage{chemfig}
\begin{document ...
I am trying to make a reaction scheme using chemfig , using lower case letters for the compound. This is causing the package to react differently, resulting in inability to assign departure and arrival 'atoms'.
For example:
\documentclass{article}
\usepackage{chemfig}
\begin{document ...
- Mon Aug 06, 2012 5:15 pm
- Forum: BibTeX, biblatex and biber
- Topic: biblatex | Package not found
- Replies: 11
- Views: 48134
biblatex | Package not found
rizias,
when you are writing a document and are using a program (such as biblatex in your case) to handle the automatic formatting of references in it, the program needs to know what references you are citing.
For example, when you say:
This was reported previously \cite{author_xyz}. then ...
when you are writing a document and are using a program (such as biblatex in your case) to handle the automatic formatting of references in it, the program needs to know what references you are citing.
For example, when you say:
This was reported previously \cite{author_xyz}. then ...
- Mon Aug 06, 2012 5:50 am
- Forum: BibTeX, biblatex and biber
- Topic: biblatex | Package not found
- Replies: 11
- Views: 48134
biblatex | Package not found
bywhat do you mean by 'bibliodatabase'?Is that the ieeetr that i was using?
{<bibliodatabase>}
I mean't the name of your .bib file which contains the list of bibtex formatted references (which you want to refer to in your document).- Mon Aug 06, 2012 1:41 am
- Forum: BibTeX, biblatex and biber
- Topic: biblatex | Package not found
- Replies: 11
- Views: 48134
biblatex | Package not found
Hello rizias,
As far as I know, \bibliographystyle is a bibtex command and not used with the biblatex package.
The [style=ieee] package option (that you are already using) sets the citation and bibliography style.
So instead of
\bibliographystyle{<stylename>}
\bibliography{<bibliodatabase ...
As far as I know, \bibliographystyle is a bibtex command and not used with the biblatex package.
The [style=ieee] package option (that you are already using) sets the citation and bibliography style.
So instead of
\bibliographystyle{<stylename>}
\bibliography{<bibliodatabase ...