lyx

How to get rid of navigation bars in beamer?

梦想的初衷 提交于 2019-12-07 06:47:16
问题 How can I remove the navigation bar of sections and subsections on the top of each slide generated from a beamer latex file? I'm using the package beamerthemesplit. 回答1: The stupid way to make sure the presentation structure does not show up, (independent of theme) comment out the \section and \subsection commands. 回答2: Beamer has different themes you can use, some of which include that navigation bar and some of which don't. The default theme, for example, doesn't include any navigation bar.

What are these characters: ⎲⎳?

牧云@^-^@ 提交于 2019-12-06 23:49:40
问题 I used Lyx (a Latex distribution) to convert my content to an HTML page. I noticed that the sigma symbol represented in firefox is composed of these 2 characters: ⎲ ⎳ The first character is for the upper part of Sigma symbol, and second character is for the lower part. I tried to search Google for these "weird" characters but could not find anything. Do those characters even belong to ASCII? Can somebody tell me where I can find those weird characters? 回答1: It are characters which are

Labels in xtable captions for crossreferencing in lyx

风流意气都作罢 提交于 2019-12-06 06:35:06
问题 I am using pgfsweave with Lyx 1.6.8 and xtable. providing table captions by <<result=tex>>= print(xtable(<dataframe>,caption="Here is my caption")) @. How can I insert a label into the table caption that I can crossreference in the text from the lyx>Insert>Cross-reference menu? I have tried to insert>float>table and inserted print(xtable(<dataframe>,floating=FALSE)) and "Here is my caption" in the Table caption inner frame but this results in (literally): [float Table: <...Table ...> [Table 2:

LyX system reconfiguration failure

人盡茶涼 提交于 2019-12-06 06:31:32
问题 I've recently been encountering a LyX error in a Windows installation that worked previously without a hitch. I've tried reinstalling LyX and MiKTeX, to no avail. When I open LyX, no document classes are available. When I attempt to reconfigure LyX, I get an error message: The system reconfiguration has failed. Default textclass is used but LyX may not be able to work properly. Please reconfigure again if needed. The error log shows the following: 16:37:25.964: Running configure... 16:37:25

How to get rid of navigation bars in beamer?

孤者浪人 提交于 2019-12-05 13:17:37
How can I remove the navigation bar of sections and subsections on the top of each slide generated from a beamer latex file? I'm using the package beamerthemesplit. The stupid way to make sure the presentation structure does not show up, (independent of theme) comment out the \section and \subsection commands. Beamer has different themes you can use, some of which include that navigation bar and some of which don't. The default theme, for example, doesn't include any navigation bar. All the themes available with Beamer are described in the user guide ; just pick one that suits your

What are these characters: ⎲⎳?

若如初见. 提交于 2019-12-05 03:49:24
I used Lyx (a Latex distribution) to convert my content to an HTML page. I noticed that the sigma symbol represented in firefox is composed of these 2 characters: ⎲ ⎳ The first character is for the upper part of Sigma symbol, and second character is for the lower part. I tried to search Google for these "weird" characters but could not find anything. Do those characters even belong to ASCII? Can somebody tell me where I can find those weird characters? It are characters which are specified by Unicode which can cover over one million characters. Practically every character the mankind is aware

LyX system reconfiguration failure

流过昼夜 提交于 2019-12-04 12:13:54
I've recently been encountering a LyX error in a Windows installation that worked previously without a hitch. I've tried reinstalling LyX and MiKTeX, to no avail. When I open LyX, no document classes are available. When I attempt to reconfigure LyX, I get an error message: The system reconfiguration has failed. Default textclass is used but LyX may not be able to work properly. Please reconfigure again if needed. The error log shows the following: 16:37:25.964: Running configure... 16:37:25.989: python -tt "C:/Program Files (x86)/LyX 2.1/Resources/configure.py" --binary-dir="C:/Program Files

How to install the knitr-module in Lyx 2.0.3?

守給你的承諾、 提交于 2019-12-03 13:13:26
问题 I just installed Lyx 2.0.3 on my iMac and MacBook Air. When trying to open a *.lyx document on the iMac I get the following error-message: "The module knitr has been requested by this document but has not been found in the list of available modules. If you recently installed it, you probably need to reconfigure LyX." On the MacBook Air everything runs fine without any errors. Any ideas how to install the knitr-module manually? Thanks 回答1: The only requirement of the knitr module in LyX is R:

How to install the knitr-module in Lyx 2.0.3?

南笙酒味 提交于 2019-12-03 03:32:55
I just installed Lyx 2.0.3 on my iMac and MacBook Air. When trying to open a *.lyx document on the iMac I get the following error-message: "The module knitr has been requested by this document but has not been found in the list of available modules. If you recently installed it, you probably need to reconfigure LyX." On the MacBook Air everything runs fine without any errors. Any ideas how to install the knitr-module manually? Thanks The only requirement of the knitr module in LyX is R: you have to make sure the executable Rscript is in your PATH; you can test it by: which Rscript If you see

Insert programming code in a Lyx document

為{幸葍}努か 提交于 2019-12-02 14:11:30
What is the best way of inserting python/C++ code in a Lyx document? The code is small examples less than 20 lines. My Lyx document is using the Book document class. Orjanp There should be an Insert -> Program Listing option. That uses listings Latex package, so you should have that installed. The support seems to have been added in Lyx 1.5 , and from their screenshot, it seems it gives you a lot of customization options. I prefer to insert the listings as a child document, so the code is grabbed directly from a file that you can further edit and keep updated (you avoid to duplicate an