Removing period following section reference

2017-09-28 Thread Christos Makridis
Hey Lyx Community,

I've spent some time searching online for a resolution to this, but haven't
found much.

The issue is as follows.

Suppose I write a section in the appendix (insert appendix here) like:

\section{data details}
\label{sec:data}

But then I refer to:

Appendix Section \label{sec:data}

It will show up as Appendix Section A1*.*

Note that lyx places the period there automatically even if I do not put
one.

Does anyone know how to remove that?

Thank you as always for your expertise!

-- 
Christos Makridis
Ph.D. Candidate, Stanford University
Department of Management Science & Engineering
Department of Economics
http://stanford.edu/~cmakridi/


Problem

2017-09-28 Thread Carlos Knauer
Hi Friends.

The Classes didn't appear.

In Wiki LyX,  is write for me copy the files in C:/Program Files
(x86)/Resources/Layouts to C:/Users/Appdata/Roaming/Layouts. But I DONT
HAVE this subdiretories. Does MikTex create ? There is no here.


Re: LyX without classes

2017-09-28 Thread Carlos Knauer
All classes.

Em 28 de set de 2017 14:25, "Paul A. Rubin"  escreveu:

> On 09/28/2017 07:10 AM, Carlos Knauer wrote:
>
>> Windows 7
>>
>> Are you missing all classes, or just certain ones? The key test is
> whether you can use the basic article class.
>
>
>


Re: LyX without classes

2017-09-28 Thread Paul A. Rubin

On 09/28/2017 07:10 AM, Carlos Knauer wrote:

Windows 7

Are you missing all classes, or just certain ones? The key test is 
whether you can use the basic article class.





Re: Problem with Beamer

2017-09-28 Thread Paul A. Rubin

On 09/25/2017 08:06 PM, Carlos Knauer wrote:


\makebeamertitle

I wasn't able to read the size data for this font,

so I will ignore the font specification.

[Wizards can fix TFM files using TFtoPL/PLtoTF.]

You might try inserting a different font spec;

e.g., type `I\font='.



TFM ? Font ? When do I found it ?


Carlos Knauer


TFM files specify font metrics (basically, the dimensions of the 
characters in a font). Apparently your Beamer file tries to write the 
title using a font for which you do not have the metric files (which 
typically means it is trying to use a font that is not actually 
installed). Bear in mind that these are LaTeX fonts, not Windows fonts.


If you can figure out what font is used for the title, you should be 
able to install that font using the MiKTeX package manager (assuming 
you're using MiKTeX). If not, try installing some of the common font 
packages, such as Computer Modern (cm), until the problem goes away.


Paul



Re: LyX without classes

2017-09-28 Thread Paul A. Rubin

On 09/28/2017 07:10 AM, Carlos Knauer wrote:

Windows 7

Did you install LaTeX on the notebook?



Re: LyX without classes

2017-09-28 Thread Carlos Knauer
Windows 7


On Thu, Sep 28, 2017 at 12:15 AM, Joel Kulesza  wrote:

> On Wed, Sep 27, 2017 at 9:12 PM, Carlos Knauer 
> wrote:
>
>> I had to install LyX 2.2.3 on my notebook and classes dont come . Why ?
>>
>
> Are you using a Mac?  If so, I wonder if this could be the issue:
> https://www.lyx.org/trac/ticket/10671
>
> - Joel
>
>


Re: Backtick in LyX's "LyX-Code" mode

2017-09-28 Thread Guenter Milde
On 2017-09-27, Bruce Momjian wrote:
> On Wed, Sep 27, 2017 at 12:41:27PM -0400, Scott Kostyshak wrote:
>> On Mon, Sep 25, 2017 at 10:24:47PM +, Bruce Momjian wrote:
>> > I am using LyX 2.1.2 on Ubuntu 14.04.
>> > 
>> > If I enter this:
>> > 
>> > ab'c de`f
>> > 
>> > in "Standard" mode I get PDF output with proper left/right single
>> > quotes.  However, if I switch to LyX-Code mode for that text, I get as
>> > PDF output:
>> > 
>> >ab'c de'f

>> Testing on 2.1.0 and on 2.3.0dev, I get the following as PDF output:

>>   ab’c de‘f

>> which is different from what you get, but also not what you want.

> Actually, that would be fine output, as long as they look different.

>> > This is a problem for text of shell scripts.  I the want backticks
>> > because backtick means 'execute' in the shell.
>> > 
>> > What I have done instead to get literal backticks output is to use a
>> > TeX Code URT (Ugly Red Text) block inside the "LyX-Code mode" block and
>> > used \char18, which properly outputs the backtick.
>> > 
>> > Is this expected behavior?  Is that the recommended solution for this?

>> I have not seen a report of this, but I haven't seen an indication that
>> a lot of people are using LyX-Code, so I'm not sure if is known.

> OK, not sure what could be the cause then.  I am using ps2pdf to produce
> the PDF.

The view in PDF depends on the selected fonts rather than export route. I
get identic results with PDF (pdflatex) and PDF (ps2pdf).

You may experiment with different fonts, as well as checking the result of
drag-and-drop from the PDF. Here, it is
 ab'c de`f  with PDF(pdflatex) and ab' de`f with PDF(ps2pdf).

> What I have done as a work-around is to warn in my Makefile if a
> backquote is used in the LyX document.

Did you try with listings?


Günter