cb2Bib Annote




This documents describes cb2Bib Annote. It succinctly lists Annote's minimalists syntax.


cb2Bib Directives

Make Index

%\c2b_makeindex

BibTeX Directory

%\c2b_bibtex_directory{/home/constans/Documents/BibReferences}

Simple Markup

Uniform Resource Locator

- URL: https://www.molspaces.com/cb2bib/doc/c2bannote/
- Named URL: https://www.molspaces.com/cb2bib/doc/c2bannote/[cb2Bib Annote]
- On a blank window: _https://www.molspaces.com/cb2bib/doc/c2bannote/[cb2Bib Annote]

Example

Bibliographic Citations

\cite {key}

Example

Citing cb2Bib [1].

LaTeX Markup

Document Sections

\title{Title string}
\section{Section string}
\subsection{Section string} 
\subsubsection{Section string}

Document Environments

% env = abstract, equation, itemize, and verbatim

\begin{env}
\end{env}

Examples

\begin{itemize}
\item Description 1
\item Description 2
\end{itemize}
\begin{equation}
\int_D ({\nabla\cdot} F)dV=\int_{\partial D} F\cdot ndS
\end{equation}
\begin{equation} \int_D ({\nabla\cdot} F)dV=\int_{\partial D} F\cdot ndS \end{equation}

Mathematical Macros

\newcommand{name}[number of arguments]{definition}

Example

\newcommand{\RR}{\mathbb{R}}
\newcommand{\mnial}[3]{(#1 - #2)^#3}

 ... a subset of $\RR$ values ... ... the monomial is $\mnial{a}{x}{2} > 0$
for $x \ne 0$, and $\mnial{a}{x}{3} \mnial{c}{x}{3}$ for $x < a \land x < c$ or
$x > a \land x > c$ ...

... a subset of $\RR$ values ... ... the monomial is $\mnial{a}{x}{2} > 0$ for $x \ne 0$, and $\mnial{a}{x}{3} \mnial{c}{x}{3}$ for $x < a \land x < c$ or $x > a \land x > c$ ...

MathJax Example

% Example from https://www.mathjax.org/#demo

When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are
$$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$

When $a \ne 0$, there are two solutions to \(ax^2 + bx + c = 0\) and they are $$x = {-b \pm \sqrt{b^2-4ac} \over 2a}.$$



  1. P Constans. cb2Bib Bibliographic Reference Extracting and Managing Tool. (2004 - 2025).
  2. D P Cervone. jsMath: A Method of Including Mathematics in Web Pages. (2004 - 2009).
  3. D P Cervone, V Sorge. MathJax: Beautiful Math in All Browsers. (2025).