How to generate the following latex fragment through org-mode "#+ATTR_LATEX:"
or others:
\begin{figure}[!htbp]
\centering
\begin{minipage}[b]{0.6\textwidth}
\captionstyle{\centering}
\centering
\includegraphics[width=4cm]{fig/test1.png}
\bicaption[fig1]{Where}{Fig}{there is a
How to generate the following latex fragment through org-mode "#+ATTR_LATEX:"
or others:
\begin{figure}[!htbp]
\centering
\begin{minipage}[b]{0.6\textwidth}
\captionstyle{\centering}
\centering
\includegraphics[width=4cm]{fig/test1.png}
\bicaption[fig1]{Where}{Fig}{there is a
Hi, everyone,
How to generate subscript followed overstriking when export to latex or
pdf, I want use general org-mode method to generate html format also.
Mix latex is ok as: \textbf{d1}_{sub}
But org method like: " *d1*_{sub} " or " *d1* _{sub} " cannot achieve.
\mbox{} as blank...
在2017年05月01 23时49分, "Eric S Fraga"写道:
On Monday, 1 May 2017 at 13:16, XP Chen wrote:
> Hi, everyone,
>
> How to generate subscript followed overstriking when export to latex or
> pdf, I want use general org-mode method to generate html format a
Haha, good idea but of my knowledge...
Thanks.
在2017年05月02 15时01分, "Eric S Fraga"写道:
On Tuesday, 2 May 2017 at 03:19, XP Chen wrote:
> So I choose using *bold*\mbox{}_{subscripted} , then in ODT file
> replace all the \mbox{} as blank...
You could probably write an expor
I add follow lines in .emacs:
(add-to-list 'org-latex-classes
'("thesis1"
"\\documentclass{thesis1}"
("\\chapter{%s}" . "\\chapter*{%s}")
("\\section{%s}" . "\\section*{%s}")
("\\subsection{%s}" . "\\subsection*{%s}")
("\\subsubsection{%s}" . "\\subsubsection*{%s}")
("\
Thanks, That's the key,
Also set "#+OPTIONS: H:4" is ok
在2017年05月11 00时15分, "Nicolas Goaziou"写道:
Hello,
"XP Chen" writes:
> I add follow lines in .emacs:
>
> (add-to-list 'org-latex-classes
> '("thesis1