[O] “#+ATTR_LATEX: :environment minipage :option [b]{0.6\textwidth} ” no working when translate the following latex fragments

2017-04-19 Thread XP Chen
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

[O] “#+ATTR_LATEX: :environment minipage :option [b]{0.6\textwidth} ” no working when translate the following latex fragments

2017-04-19 Thread XP Chen
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

[O] How to generate subscript followed overstriking in org-mode

2017-05-01 Thread XP Chen
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.

Re: [O] How to generate subscript followed overstriking in org-mode

2017-05-01 Thread XP Chen
\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

Re: [O] How to generate subscript followed overstriking in org-mode

2017-05-02 Thread XP Chen
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

[O] How to make the 4 level heading '****' to 'subsubsection' in latex export

2017-05-10 Thread XP Chen
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}") ("\

Re: [O] How to make the 4 level heading '****' to 'subsubsection' in latex export

2017-05-10 Thread XP Chen
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