Estoy aprendiendo química ahora, y quiero tomar algunas notas que involucran gran cantidad de química orgánica en Mac. ¿Cómo puedo hacer eso? Las páginas no parecen apoyar el uso científico.
Respuestas
¿Demasiados anuncios?Si usted sabe de Látex y usted quiere ver lo que está escrito puede utilizar lyx, y algunos TeX paquete como mhchem y chemfig. Así que usted puede escribir todas las cosas que quieras y añadir comentarios. Esto es lo que he hecho con mi Mac solo ahora: Aquí está el código, puede hacer que estas líneas como una plantilla predeterminada:
\documentclass[12pt,a4paper]{article}
\usepackage[utf8]{inputenc}
\usepackage[left=2cm,right=2cm,top=2cm,bottom=2cm]{geometry}
\usepackage{chemfig}
\usepackage{tikz}
\usepackage{mhchem}
\setlewis{4pt}{0.8em}{black}
Desde aquí usted tiene que escribir! La fecha se agrega automáticamente!
\title{Introduction to chemistry notes}
\begin{document}
\maketitle
\section{mhchem}
You know that \ce{ CH4 + 2O2 -> CO2 + 2H2O} this is a simple equation\ldots
Okay maybe you can do this with word, but if you are familiar with Chemistry S.E. you will be very fast with this notation.
\ce{Zn^2+
<=>[\ce{+ 2OH-}][\ce{+ 2H+}]
$\underset{\text{amphoteres Hydroxid}}{\ce{Zn(OH)2 v}}$
<=>C[+2OH-][{+ 2H+}]
$\underset{\text{Hydroxozikat}}{\ce{[Zn(OH)4]^2-}}$
}
\section{Chemfig}
\begin{figure}[h]
\setatomsep{1.8em}
\schemestart
\subscheme[90]{\chemfig{*6((-[@{a1}]H_2@{a2}\Lewis{26,N})=[@{r1}]-[@{r2}]=[@{b2}](-[@{b1}]N =[@{c1}] N -[@{c2}]*6(=[@{d1}]-[@{d2}] =[@{e1}](-[@{e2}] OH)-=-))-=-=)}\chemrel{<->}
\chemmove[-stealth,shorten <=1pt, shorten >=1pt]{%
\draw(a2)..controls +(90:5mm) and +(135:5mm)..(a1);% first arrow
\draw(r1)..controls +(225:12mm) and +(300:12mm)..(r2);% ring arrow
\draw(b2)..controls +(10:3mm)..(b1);% ring arrow
\draw(c1)..controls +(340:8mm)..(c2);% ring arrow
\draw(d1)..controls +(225:12mm) and +(300:12mm)..(d2);% ring arrow
\draw(e1)..controls +(20:4mm)..(e2);% ring arrow
}
\chemfig{*6((=[@{a1}]H_2@{a2}\chemabove{N}{\oplus})-[@{r1}]=[@{r2}]-[@{b2}](=[@{b1}]N-[@{c1}] N =[@{c2}]*6(-[@{d1}]=[@{d2}] -[@{e1}](=[@{e2}] \chemabove{O}{\ominus}H)-=-))-=--)}
}
\schemestop
\caption{This is a coniguated system\ldots}
\label{fig:con}
\end{figure}
Okay the lesson will end and in one hour you'll draw this figure only, maybe you should use an external software\ldots %what the professor means whit this last phrase?!
\end{document}
Sinceramente creo que es mejor tomar escribir a mano notas, porque creo que la escritura y el dibujo fórmula química permiten memorizar mejor, pero por supuesto esto es sólo un pensamiento.
Mi esposa usaba ChemDraw cuando estaba en la escuela de posgrado y enseñando. http://www.cambridgesoft.com/Ensemble_for_Chemistry/ChemDraw/Default.aspx
Pruebe Avogadro http://avogadro.cc/wiki/Get_Avogadro
Es un avanzado editor y visualizador de moléculas diseñado para el uso multiplataforma en química computacional, modelado molecular, bioinformática, ciencia de materiales y áreas relacionadas. Ofrece una representación flexible de alta calidad y una potente arquitectura de complementos.