unofficial mirror of help-gnu-emacs@gnu.org
 help / color / mirror / Atom feed
* Help required on Org Latex Export
@ 2021-05-02 23:24 Partha Pratim Ghosh
  0 siblings, 0 replies; only message in thread
From: Partha Pratim Ghosh @ 2021-05-02 23:24 UTC (permalink / raw)
  To: Emanuel Berg via Users list for the GNU Emacs text editor

[-- Attachment #1: Type: text/plain, Size: 99 bytes --]

Dear List Members,

I have a problem with bibliography for org mode.

1. Here is my org mode file:

[-- Attachment #2: org mode file --]
[-- Type: text/plain, Size: 2772 bytes --]

#+title: Notes on Sup-lattices
#+author: Partha Pratim Ghosh
#+options:toc:nil
#+latex_header: \usepackage{Documents/tex/essentials/symbols}
#+latex_header: \usepackage[left=2.82cm,top=2.22cm,right=2.82cm,bottom=2.22cm]{geometry}
#+latex_header: \usepackage{parskip}
#+latex_header: \setlength{\parindent}{0em} \setlength{\parskip}{0.6em}
#+latex_header: \usepackage[all,pdf]{xy}
#+latex_header:\usepackage[backend=biber,backref=true, bibencoding=utf8,  sorting=nyt]{biblatex}
#+bibliography:{ ~/Documents/tex/essentials/bib-algebra.bib,~/Documents/tex/essentials/bib-category.bib,~/Documents/tex/essentials/bib-frames.bib,~/Documents/tex/essentials/bib-topology.bib,~/Documents/tex/essentials/bib-self.bib}
#+bibliographystyle:amsplain

* Monoidal categories

  These notes are based on the book [[cite:JohnsonYau2021][2-dimensional categories (OUP, 2021)]].
  
  1. [[label:][monoidal category definition]]
     A /monoidal category/ is $\moncat{\Bb{A}}{\otimes}{\alpha}{\lambda}{\rho}$, where:

     + $\Arr{\otimes}{\Bb{A} \times \Bb{A}}{\Bb{A}}$ is a bifunctor, called the
       /monoidal product/,

     + an object $\unit$ of $\Bb{A}$, called the /monoidal unit/,

     + three natural isomorphisms --- the /left unit isomorphism/ $\langle\Arr{\lambda_{X}}{\unit \otimes X}{X}: X \in \Bb{A}_0 \rangle$, the /right unit isomorphism/ $\langle\Arr{\rho_{X}}{X \otimes \unit}{X}: X \in \Bb{A}_0 \rangle$ and the /associativity isomorphism/ $\langle\Arr{\alpha_{X, Y, Z}}{(X \otimes Y) \otimes Z}{X \otimes (Y \otimes Z)}: X, Y, Z \in \Bb{A}_0 \rangle$,

     + these are subject to:

       \[
       \label{eq:pentagon-axiom}
       \xymatrixcolsep{5.4em}
       \xymatrixrowsep{3em}
       \xymatrix{
       {((X \otimes Y) \otimes Z) \otimes W} \ar[d]_-{\alpha_{X \otimes Y, Z, W}}
       \ar[rr]^-{\alpha_{X, Y, Z}\otimes\id{W}} & &
       {(X \otimes (Y \otimes Z)) \otimes W} \ar[d]^-{\alpha_{X, Y \otimes Z, W}} \\
       {(X \otimes Y) \otimes (Z \otimes W)} \ar[r]_-{\alpha_{X, Y, Z \otimes W}} &
       {X \otimes (Y \otimes (Z \otimes W))} &
       {X \otimes ((Y \otimes Z) \otimes W)} \ar[l]^-{\id{X} \otimes \alpha_{Y, Z, W}}
       }
       \]

       and

       \[
       \label{eq:unity-axiom}
       \xymatrixcolsep{5.4em}
       \xymatrixrowsep{3em}
       \xymatrix{
       {(X \otimes \unit) \otimes Y} \ar[rr]^-{\alpha_{X, I, Y}}
       \ar[dr]_-{\rho_X \otimes \id{Y}} & & 
       {X \otimes (\unit \otimes Y)} \ar[dl]^-{\id{X} \otimes \lambda_Y} \\
       & {X \otimes Y}
       }.
       \]



bibliography:~/Documents/tex/essentials/bib-algebra.bib,~/Documents/tex/essentials/bib-category.bib,~/Documents/tex/essentials/bib-frames.bib,~/Documents/tex/essentials/bib-topology.bib,~/Documents/tex/essentials/bib-self.bib

\printbibliography



[-- Attachment #3: Type: text/plain, Size: 28 bytes --]


2. The exported .tex file:

[-- Attachment #4: exported tex file --]
[-- Type: application/x-tex, Size: 3086 bytes --]

% Created 2021-05-03 সোম 01:31
% Intended LaTeX compiler: pdflatex
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{graphicx}
\usepackage{grffile}
\usepackage{longtable}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{amssymb}
\usepackage{capt-of}
\usepackage{hyperref}
\usepackage{Documents/tex/essentials/symbols}
\usepackage[left=2.82cm,top=2.22cm,right=2.82cm,bottom=2.22cm]{geometry}
\usepackage{parskip}
\setlength{\parindent}{0em} \setlength{\parskip}{0.6em}
\usepackage[all,pdf]{xy}
\usepackage[backend=biber,backref=true, bibencoding=utf8,  sorting=nyt]{biblatex}
\author{Partha Pratim Ghosh}
\date{\today}
\title{Notes on Sup-lattices}
\hypersetup{
 pdfauthor={Partha Pratim Ghosh},
 pdftitle={Notes on Sup-lattices},
 pdfkeywords={},
 pdfsubject={},
 pdfcreator={Emacs 27.2 (Org mode 9.4.5)}, 
 pdflang={English}}
\begin{document}

\maketitle
\tableofcontents


\section{Monoidal categories}
\label{sec:org942f09d}

These notes are based on the book \cite[2-dimensional categories (OUP, 2021)]{JohnsonYau2021}.

\begin{enumerate}
\item \label{}
A \emph{monoidal category} is \(\moncat{\Bb{A}}{\otimes}{\alpha}{\lambda}{\rho}\), where:

\begin{itemize}
\item \(\Arr{\otimes}{\Bb{A} \times \Bb{A}}{\Bb{A}}\) is a bifunctor, called the
\emph{monoidal product},

\item an object \(\unit\) of \(\Bb{A}\), called the \emph{monoidal unit},

\item three natural isomorphisms --- the \emph{left unit isomorphism} \(\langle\Arr{\lambda_{X}}{\unit \otimes X}{X}: X \in \Bb{A}_0 \rangle\), the \emph{right unit isomorphism} \(\langle\Arr{\rho_{X}}{X \otimes \unit}{X}: X \in \Bb{A}_0 \rangle\) and the \emph{associativity isomorphism} \(\langle\Arr{\alpha_{X, Y, Z}}{(X \otimes Y) \otimes Z}{X \otimes (Y \otimes Z)}: X, Y, Z \in \Bb{A}_0 \rangle\),

\item these are subject to:

\[
       \label{eq:pentagon-axiom}
       \xymatrixcolsep{5.4em}
       \xymatrixrowsep{3em}
       \xymatrix{
       {((X \otimes Y) \otimes Z) \otimes W} \ar[d]_-{\alpha_{X \otimes Y, Z, W}}
       \ar[rr]^-{\alpha_{X, Y, Z}\otimes\id{W}} & &
       {(X \otimes (Y \otimes Z)) \otimes W} \ar[d]^-{\alpha_{X, Y \otimes Z, W}} \\
       {(X \otimes Y) \otimes (Z \otimes W)} \ar[r]_-{\alpha_{X, Y, Z \otimes W}} &
       {X \otimes (Y \otimes (Z \otimes W))} &
       {X \otimes ((Y \otimes Z) \otimes W)} \ar[l]^-{\id{X} \otimes \alpha_{Y, Z, W}}
       }
       \]

and

\[
       \label{eq:unity-axiom}
       \xymatrixcolsep{5.4em}
       \xymatrixrowsep{3em}
       \xymatrix{
       {(X \otimes \unit) \otimes Y} \ar[rr]^-{\alpha_{X, I, Y}}
       \ar[dr]_-{\rho_X \otimes \id{Y}} & & 
       {X \otimes (\unit \otimes Y)} \ar[dl]^-{\id{X} \otimes \lambda_Y} \\
       & {X \otimes Y}
       }.
       \]
\end{itemize}
\end{enumerate}



\bibliography{Documents/tex/essentials/bib-algebra,Documents/tex/essentials/bib-category,Documents/tex/essentials/bib-frames,Documents/tex/essentials/bib-topology,Documents/tex/essentials/bib-self}

\printbibliography
\end{document}

[-- Attachment #5: Type: text/plain, Size: 25 bytes --]


3. The empty .bbl file:

[-- Attachment #6: exported bbl file, empty --]
[-- Type: text/plain, Size: 0 bytes --]



[-- Attachment #7: Type: text/plain, Size: 378 bytes --]


4. The line from my /emacs file:

(require 'org-ref)
(require 'ox-bibtex-chinese)
(require 'reftex)

(setq org-latex-pdf-process
      '("pdflatex -interaction nonstopmode %f"
        "biber %b"
        "pdflatex -interaction nonstopmode %f"
        "pdflatex -interaction nonstopmode %f"))

I do not have ox-bibtex from melpa, this is what I have!

5. The exported .pdf file:

[-- Attachment #8: exported pdf file --]
[-- Type: application/pdf, Size: 189184 bytes --]

[-- Attachment #9: Type: text/plain, Size: 542 bytes --]


My problems are:

1. the citation is not listed

2. the bibliography resource files are reproduced

3. another problem: my locale is "bn-IN" and there are file names which
contain bengali characters; whenever I try to have a link
[[file:/filename with bengali names/][description]] this is not properly
recognised in the exported pdf file but in the org file it is recognised
and clicks properly.

I would be thankful if some one can provide me clues to the solution of
these issues.



With my regards and all the very best wishes,

partha

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-05-02 23:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-05-02 23:24 Help required on Org Latex Export Partha Pratim Ghosh

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).