Skip to content

Instantly share code, notes, and snippets.

@shakthimaan
Created February 14, 2016 09:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shakthimaan/5790a1540d48f25809b6 to your computer and use it in GitHub Desktop.
Save shakthimaan/5790a1540d48f25809b6 to your computer and use it in GitHub Desktop.
Suppress $ in org-latex-export-as-latex output

First

The first line.

Second

The second ${\englishfont{Sri, Shri ,Shre}}$ line.

Third

% Created 2016-02-14 Sun 15:03
\documentclass[11pt]{article}
\usepackage[utf8]{inputenc}
\usepackage[T1]{fontenc}
\usepackage{fixltx2e}
\usepackage{graphicx}
\usepackage{longtable}
\usepackage{float}
\usepackage{wrapfig}
\usepackage{rotating}
\usepackage[normalem]{ulem}
\usepackage{amsmath}
\usepackage{textcomp}
\usepackage{marvosym}
\usepackage{wasysym}
\usepackage{amssymb}
\usepackage{hyperref}
\tolerance=1000
\author{shakthi}
\date{\today}
\title{test}
\hypersetup{
pdfkeywords={},
pdfsubject={},
pdfcreator={Emacs 24.5.2 (Org mode 8.2.10)}}
\begin{document}
\maketitle
\tableofcontents
\section{First}
\label{sec-1}
The first line.
\section{Second}
\label{sec-2}
The second ${\englishfont{Sri, Shri ,Shre}}$ line.
\section{Third}
\label{sec-3}
% Emacs 24.5.2 (Org mode 8.2.10)
\end{document}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment