VSCode之Markdown导出Pdf及样式设置
导出Pdf
-
+ })(window)
- 下载并安装 Markdown Pdf 插件
- 在md文件中,右键点击:
Markdown Pdf: Export(pdf)
From 4d5ec8faf0c39a1c7ee10e5e8f2b280d57b87135 Mon Sep 17 00:00:00 2001 From: haodongcui <2081823899@qq.com> Date: Sun, 1 Sep 2024 21:52:29 +0800 Subject: [PATCH] Site updated: 2024-09-01 21:52:16 --- about/index.html | 20 +++---- archives/2024/07/index.html | 14 ++--- archives/2024/08/index.html | 14 ++--- archives/2024/08/page/2/index.html | 14 ++--- archives/2024/index.html | 14 ++--- archives/2024/page/2/index.html | 14 ++--- archives/index.html | 14 ++--- archives/page/2/index.html | 14 ++--- baidusitemap.xml | 20 +++---- categories/index.html | 20 +++---- .../\345\215\232\345\256\242/index.html" | 14 ++--- .../index.html" | 14 ++--- .../\350\275\257\344\273\266/index.html" | 14 ++--- index.html | 38 +++++++------- navigation/index.html | 20 +++---- page/2/index.html | 28 +++++----- posts/20240808a.html | 20 +++---- posts/20240809a.html | 20 +++---- posts/20240810b.html | 20 +++---- posts/20240820.html | 20 +++---- posts/20240821.html | 20 +++---- posts/20240830104749.html | 20 +++---- posts/20240830111336.html | 20 +++---- posts/20240830215215.html | 20 +++---- posts/20240831165749.html | 20 +++---- posts/4617152c.html | 20 +++---- posts/6615fc99.html | 20 +++---- posts/6821829b.html | 20 +++---- posts/80c16b3c.html | 20 +++---- posts/e2cd5a67.html | 20 +++---- posts/e62aa95d.html | 20 +++---- posts/undefined.html | 20 +++---- sitemap.txt | 28 +++++----- sitemap.xml | 52 +++++++++---------- tags/Acrobat/index.html | 14 ++--- tags/Adobe/index.html | 14 ++--- tags/Anaconda/index.html | 14 ++--- tags/Excel/index.html | 14 ++--- tags/Git/index.html | 14 ++--- tags/Hexo/index.html | 14 ++--- tags/Jekyll/index.html | 14 ++--- tags/Latex/index.html | 14 ++--- tags/Linux/index.html | 14 ++--- tags/Markdown/index.html | 14 ++--- tags/Obsidian/index.html | 14 ++--- tags/Python/index.html | 14 ++--- tags/Ubuntu/index.html | 14 ++--- tags/VSCode/index.html | 14 ++--- tags/conda/index.html | 14 ++--- tags/index.html | 20 +++---- tags/nodejs/index.html | 14 ++--- tags/nvm/index.html | 14 ++--- tags/wsl2/index.html | 14 ++--- "tags/\345\215\232\345\256\242/index.html" | 14 ++--- .../index.html" | 14 ++--- .../index.html" | 14 ++--- .../index.html" | 14 ++--- .../index.html" | 14 ++--- .../index.html" | 14 ++--- .../index.html" | 14 ++--- .../index.html" | 14 ++--- .../index.html" | 14 ++--- 62 files changed, 542 insertions(+), 542 deletions(-) diff --git a/about/index.html b/about/index.html index 8096dfa9..50aca676 100644 --- a/about/index.html +++ b/about/index.html @@ -3,12 +3,12 @@ - + -
Markdown Pdf: Export(pdf)
.Git
1 | git init |
.Git
1 | git init |
1 | git remote add origin 源码地址 |
1 | git pull origin main |
1 | git remote add upstream 想要拉取更新的库 |
1 | git remote -v |
1 | git fetch upstream |
1 | git merge upstream/master |
1 | npm uninstall hexo-renderer-marked --save |
1 | npm uninstall hexo-renderer-marked --save |
更换后,hexo-renderer-kramed引擎也有语义冲突的问题,解决方法:
打开博客根目录-->node_modules\kramed\lib\rules\inline.js
,修改如下:
把第11行的escape变量的值做相应的修改:1
2// escape: /^\\([\\`*{}\[\]()#$+\-.!_>])/,
escape: /^\\([`*\[\]()#$+\-.!_>])/
把第20行的em变量也要做相应的修改:1
2// em: /^\b_((?:__|[\s\S])+?)_\b|^\*((?:\*\*|[\s\S])+?)\*(?!\*)/,
em: /^\*((?:\*\*|[\s\S])+?)\*(?!\*)/
参考链接:node.js - 【工具】用nvm管理nodejs版本切换,真香! - JavaDog程序狗 - SegmentFault 思否
+ })(window)参考链接:node.js - 【工具】用nvm管理nodejs版本切换,真香! - JavaDog程序狗 - SegmentFault 思否
在官网下载nvm安装程序
官方github地址
Release v1.1.12 · coreybutler/nvm-windows (github.com)
windows 下载 nvm-setup.exe
或 nvm-setup.zip
都可
路径配置全默认,就不用配置环境变量了,省事
@@ -199,7 +199,7 @@1 | # 1. 清空缓存 |
1 | # 查看已安装的nodejs版本(两条命令都可) |
gitbook
可以使用12.16.3
版本的Node.js
操作系统:Windows11
+ })(window)操作系统:Windows11
在任务栏搜索栏中,搜索“功能”,打开“启用或关闭Windows功能”,开启“适用于Windows的Linux子系统”和“虚拟化平台”,开启后会提示重启电脑,重启即可。
打开终端,安装(默认是Ubuntu
)1
wsl --install
Linux输入密码时,是不显示的,输入正确按回车即可
@@ -201,7 +201,7 @@进入子系统后,退出回到命令行1
exit
关闭所有子系统1
wsl --shutdown
查看现有子系统状态1
wsl -l -v
文件树1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26ob仓库根目录
├─.obsidian
│ ├─plugins
│ │ ├─attachment-management
│ │ ├─better-export-pdf
│ │ └─templater-obsidian
│ ├─snippets
│ └─themes
│ └─Obsidian Nord
├─0_custom
| ├─ob同步Blog批处理.FFS_BATCH
| ├─预览.bat
| ├─推送.bat
| ├─Blog根目录.lnk
│ └─模板
| └─Front-matter
├─Blog public
│ ├─博客
│ └─软件
│ ├─AdobeAcrobat安装教程
│ └─Anaconda+conda常用命令汇总
├─drafts
├─花园
├─数学
├─数学建模
└─[其他文件夹]
文件树1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26ob仓库根目录
├─.obsidian
│ ├─plugins
│ │ ├─attachment-management
│ │ ├─better-export-pdf
│ │ └─templater-obsidian
│ ├─snippets
│ └─themes
│ └─Obsidian Nord
├─0_custom
| ├─ob同步Blog批处理.FFS_BATCH
| ├─预览.bat
| ├─推送.bat
| ├─Blog根目录.lnk
│ └─模板
| └─Front-matter
├─Blog public
│ ├─博客
│ └─软件
│ ├─AdobeAcrobat安装教程
│ └─Anaconda+conda常用命令汇总
├─drafts
├─花园
├─数学
├─数学建模
└─[其他文件夹]
使用开源软件freefilesync同步,采用单向的镜像同步
将obsidian的Blog public
文件夹同步到Hexo的_post
文件夹,即C:\Users\用户名\Nutstore\1\obBlog\Blog public --> E:\Blog\source\_posts
工作流为:
写作 —> 移动到Blog public
—> ob同步Blog批处理 —> 预览 —> 推送
1 | tree [指定路径] |
1 | tree [指定路径] |
或在指定路径下打开终端,输入1
tree
1 | tree [指定路径] /f |
或在指定路径下打开终端,输入1
tree /f
在命令后面添加文件名.txt
如1
tree [指定路径1] [/f] [指定路径2\]文件树.txt
1 | import matplotlib.pyplot as plt |
1 | import matplotlib.pyplot as plt |
1 | # 基于标签索引 |
都适用于布尔数组
1 | d = df.values |
1 |
|
选中单元格后,鼠标移动到右下角,出现填充柄后,双击填充柄,即可快速自动填充
+ })(window)选中单元格后,鼠标移动到右下角,出现填充柄后,双击填充柄,即可快速自动填充
Sheet1!C2:IH2
或‘供货量’!C2:IH2
Jekyll + GitHub Pages搭建个人博客,跟着链接中的教程开箱即食~~。
+ })(window)Jekyll + GitHub Pages搭建个人博客,跟着链接中的教程开箱即食~~。
选择Chirpy主题的原因:自动发布、归档、目录、动态
搭建这个博客借鉴了许多篇文章,相关链接汇总如下:
@@ -194,7 +194,7 @@本篇文章汇总了hexo
写博客的相关操作,方便后续写作。
本篇文章汇总了hexo
写博客的相关操作,方便后续写作。
1 | hexo new PageName |
PageName
为文章名称,允许中文,不包含后缀名.md
新Page新建后,Front Matter
会进行初始化,自动设置title
为PageName
,可修改;此外,date
会自动设置为当前时间,可修改。
最新版Adobe Acrobat Pro DC 2023更新了,有包免费取,PDF编辑更加的稳定,速度更快!强烈推荐更新!-哔哩哔哩
+ })(window)最新版Adobe Acrobat Pro DC 2023更新了,有包免费取,PDF编辑更加的稳定,速度更快!强烈推荐更新!-哔哩哔哩
最新版 AdobeAcrobat2024.006.20360 PDF编辑软件 永久免费下载
123云盘链接: https://www.123pan.com/s/b8Bojv-nnpJA.html 提取码: jDFm
百度网盘链接:https://pan.baidu.com/s/1vodbfFYg5JWYd27_fcMv-Q?pwd=n3rl 提取码:n3rl
@@ -208,7 +208,7 @@双击桌面上的快捷方式即可打开
第一步:
编辑—>首选项—>更新程序—>叉掉自动安装程序的勾
第二步:
控制面板—>搜索服务—>查看本地服务—>找到Adobe Acrobat Update Service—>右键选择属性,把启动类型改为禁用—>点击确认
1 | ###################### 环境管理 ###################### |
1 | ###################### 环境管理 ###################### |
1 | 必要包 |
注意对应关系
tensorflow-gpu1
2conda install tenforflow-gpu=2.6.0
conda install keras=2.6.0
ptorch1
conda install pytorch torchvision torchaudio pytorch-cuda=12.1 -c pytorch -c nvidia
cvxpy
python=3.7.21
2conda install -c conda-forge lapack
conda install -c cvxgrp cvxpy
1 | .condarcchannels: |
1 | % 文档类 |
1 | % 文档类 |
1 | %花体 |
1 | % 定义新的定理样式 |
1 | %\usepackage{array} 详细控制居中与列宽 |
1 | \begin{figure}[htbp] |
VSCode 的 LaTeX Workshop 插件, 如果要切换为暗色主题,可更改设置:1
2"latex-workshop.view.pdf.theme": "dark",
"latex-workshop.view.pdf.invert": 0.89
通过百度网盘分享的文件:vmware
链接:https://pan.baidu.com/s/1sNkrnO-LU_OS6RH0kfDiRA?pwd=d0ut
提取码:d0ut
通过百度网盘分享的文件:vmware
链接:https://pan.baidu.com/s/1sNkrnO-LU_OS6RH0kfDiRA?pwd=d0ut
提取码:d0ut
vmware workstation 17 pro密匙最新,选其一即可,不管用就换
4A4RR-813DK-M81A9-4U35H-06KND
NZ4RR-FTK5H-H81C1-Q30QH-1V2LA
@@ -195,7 +195,7 @@MC60H-DWHD5-H80U9-6V85M-8280D
参考链接:优化 VMware 虚拟机性能,解决运行卡顿 - 小羿 (xiaoyi.vc)