标签:sql targa random skin something err cat byte csdn
Dark theme for Texstudio
~~~ 1、window系统如下操作 ~~~
1. texstudio的配置文件
texstudio 的配置文件在~/.config/texstudio/texstudio.ini
其中配置文件包括如下几部分
[General]
……
[texmaker]
……
[version]
……
[formats]
……
其中[texmaker]部分是具体的tex配置,可以看一下。而要更改的主题部分需要在[formats]部分进行修改。
2. 更改texstudio主题
参考一些网址https://tex.stackexchange.com/questions/108315/how-can-i-set-a-dark-theme-in-texstudio
只需要将上面网址中的一些[formats]……部分copy并覆盖texstudio.ini中的[formats]……部分即可,但是在覆盖之前必须先把Texstudio关掉。多试几个看看哪个更符合自己口味即可。
---------------------
参考:https://blog.csdn.net/mifangdebaise/article/details/78643090
~~~ 2、Mac OS X 如下操作 ~~~
This is my preferred free alternative to computer algebra systems (CASs) like Maple, Mathematica, and SymPy in Python.
Windows users: I suggest the slightly more user friendly front end wxMaxima (the download includes both Maxima and the wxMaxima front end), or you can download plain ol‘ Maxima.
Mac users: First, install homebrew (https://brew.sh/) and then download and install Maxima and wxMaxima via:
brew tap homebrew/science
brew install maxima
brew install wxmaxima
Linux users: Most distributions provide binaries for both Maxima and wxMaxima. Otherwise, see the links above.
Resources to get started with Maxima: Instant Maxima (PDF) by Steve Ellner, based partly on Richard H. Rand‘s Introduction to Maxima. See also the Maxima website and Ted Woolett‘s Maxima by Example.
Below are instructions to install RStudio and TeXstudio so that (1) you can use R and create professional looking documents using LaTeX, and (2) so that both RStudio and TeXstudio can compile knitr/sweave documents -- integrated R code in a LaTeX document that automates running the code and inserting it and/or it‘s output into the document without any additional formatting by you! This also allows you to use R Markdown to make high quality R documents without the learning curve associated with LaTeX.
Please install this software in the order give below, since both Rstudio and TeXstudio need your R and LaTeX distributions to be installed first.
install.packages("knitr")
install.packages(c("bbmle", "bipartite", "bitops", "car", "caret", "coda", "colorspace", "cowplot", "data.table", "deBInfer", "deSolve", "devtools", "dichromat", "digest", "emdbook", "forecast", "GenSA", "glmnet", "googlesheets", "googleVis", "gtable", "igraph", "KernSmooth", "knitr", "labeling", "lubridate", "manipulate", "maps", "maptools", "markovchain", "mime", "multcomp", "munsell", "mvtnorm", "optimx", "plyr", "poweRlaw", "proto", "qcc", "randomForest", "RColorBrewer", "Rcpp", "RCurl", "reshape2", "rgl", "rmarkdown", "RMongo", "RMySQL", "RODBC", "rootSolve", "roxygen2", "RPostgreSQL", "RSQLite", "scales", "scatterplot3d", "seas", "shiny", "sp", "sqldf", "stargazer", "swirl", "tidyverse", "vegan", "vcd", "XML", "xtable", "xts", "zoo"), repos=‘http://cran.us.r-project.org‘)
"C:\YOUR-R-DIRECTORY\bin\x64\Rscript.exe" -e "knitr::knit2pdf(‘%.Rnw‘)"Mac Users: use this instead:
R -e "knitr::knit2pdf(‘%.Rnw‘)" | txs:///pdflatex | txs:///view-pdf-internalNote: the long filename for Rscript.exe needs to reflect where R files are located on your computer!
dev = ‘cairo_pdf‘
instead of the default pdf()
. This might modify your figure dimension on the page. (via #6 at https://yihui.name/en/2013/06/tips-for-writing-an-r-book/).knitr
package in R before you try to compile *.Rnw documents in TeXstudio. Better yet, make sure you can compile an R Markdown document to PDF in R Studio.Run Rstudio and go into Tools > Global Options... > Appearance. Set the Rstudio theme to Modern and select one of the darker Editor themes(e.g., Merbivore).
**********************完美的分割线*************************
Instructions for installing a pre-configured dark theme for the TeXstudio editor:
Texstudio-dark-Hurtado.txsprofile
Texstudio-darkplus-Hurtado.txsprofile
custom-dark1.txsprofile
.user-default.txsprofile
.custom-dark1.txsprofile
. Note the directory this file is saved it!custom-dark1.txsprofile
(or whatever you named it) with a text editor (again, I like notepad++) and scroll to the very bottom which should look like
... [formats] version=1.0Note these are the first two lines of the dark theme file you downloaded! Copy and paste the contents of the dark them to this section of
custom-dark1.txsprofile
file and save. The [formats] section of custom-dark1.txsprofile
should now read
... [formats] version=1.0 data\normal\priority=-1 data\normal\bold=false ...
custom-dark1.txsprofile
.Dark theme for Texstudio - TeX - LaTeX
标签:sql targa random skin something err cat byte csdn
原文地址:https://www.cnblogs.com/wt869054461/p/9904791.html