Dark theme for Texstudiophp
~~~ 一、window系統以下操做 ~~~html
1. texstudio的配置文件
texstudio 的配置文件在~/.config/texstudio/texstudio.ini
其中配置文件包括以下幾部分git
[General]
……
[texmaker]
……
[version]
……
[formats]
……github
其中[texmaker]部分是具體的tex配置,能夠看一下。而要更改的主題部分須要在[formats]部分進行修改。web
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
sql
~~~ 二、Mac OS X 以下操做 ~~~markdown
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:dom
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.
ide
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.
ui
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
.