From 3c947051bacdd9d088647726274b885cbf786320 Mon Sep 17 00:00:00 2001 From: Andrey Astafyev Date: Mon, 24 Oct 2016 08:18:29 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A1=D1=82=D0=B8=D0=BB=D0=B8=20=D1=82=D0=B5?= =?UTF-8?q?=D0=BA=D1=81=D1=82=D0=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- espdinsets.inc | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/espdinsets.inc b/espdinsets.inc index 706351d..33180b6 100644 --- a/espdinsets.inc +++ b/espdinsets.inc @@ -290,4 +290,39 @@ InsetLayout Info:shortcuts Font Family sans EndFont + +InsetLayout Flex:Code + LyxType charstyle + LabelString code + LatexType command + LatexName code + Font + Family Typewriter + Size Small + Series Normal + EndFont + Preamble + \newcommand{\code}[1]{\texttt{\small{#1}}} + EndPreamble + InToc true + HTMLTag code + ResetsFont true +End + +InsetLayout Flex:Code-Bold + LyxType charstyle + LabelString code-bold + LatexType command + LatexName codebold + Font + Family Typewriter + Size Small + Series Bold + EndFont + Preamble + \newcommand{\codebold}[1]{\texttt{\textbf{\small{}{#1}}}} + EndPreamble + InToc true + HTMLTag code + ResetsFont true End