LaTeX typesetting - colors and hyperlinks
1. Use color
original
LaTeX
\LaTeX
LATE # X does not support the use of various colors. Color macro package or xcolor macro package provides color support and special instructions for PDF output to generate color
1.1 expression of color
After calling the color o ...
Added by damnedbee on Mon, 07 Mar 2022 16:41:55 +0200
Edit pdf using latex on VScode
Installing Tex live
https://www.tug.org/texlive/
File download
There are generally two installation methods: One is through local download windows or Linux Install the file, and then download and install through the installation file. Another is to download the ISO image file and then install it. For faster download, two image sources ar ...
Added by pourmeanother on Thu, 03 Mar 2022 20:45:08 +0200
LaTeX multi column documentmultiple columns
Multi column document
Original: Multiple columns Translated by: Xovee Translation time: February 23, 2022
introduce
In LaTeX, you can easily create a two column document using the \ twocolumn command. If you need more document layouts or create multi column documents, you can use the multicol package. This article describes how to do thi ...
Added by rosy on Wed, 23 Feb 2022 07:15:09 +0200
Elsevier's Journals Write Paper Records Using Latx Template
A recent project is being submitted to Elsevier's KBS journal. Latx templates in both single and double column formats are available on the website for download:
https://www.ctan.org/tex-archive/macros/latex/contrib/els-cas-templates
For the convenience of many people to modify, I choose to use the elsevier cas-dc-template provided in overlea ...
Added by mrphobos on Mon, 31 Jan 2022 03:56:28 +0200
Research on topology reconstruction and key technologies of UAV trunking communication network *
Research on topology reconstruction and key technologies of UAV trunking communication network *
Wang can, Gao Chenzi (the 28th Research Institute of China Electronics Technology Corporation, Nanjing 210007) Label (space separated): paper reading
UAV cluster operation is the trend of future war. In the process of attacking the enemy, due ...
Added by bennyboywonder on Thu, 27 Jan 2022 15:19:56 +0200
Write your first latex text
Build your first latex text. This article is applicable to Xiaobai who has installed latex but doesn't know where to start. The code is very simple and helpful to understand tex basic format.
The original is the latex English tutorial written by Jim Hefferon to Xiaobai, which is translated from https://ctan.org/pkg/first-latex-doc
Step 1: get t ...
Added by validkeys on Wed, 26 Jan 2022 13:36:28 +0200
LaTeX glossary Nomenclatures
Original: Nomenclatures Translated by: Xovee Translation time: July 9, 2021
Term set Nomenclatures
In scientific research papers, the list of abbreviations and symbols is called Nomenclatures. This type of list can be generated by the nomencl package. This article describes how to create Nomenclatures, and how to customize the order and g ...
Added by Divided on Sun, 23 Jan 2022 13:10:12 +0200
Simple configuration of TeX document writing environment by Visual Studio Code
In the past, when writing papers, I used to use word to roll up documents, and finally save pdf. The pdf documents generated in this way are always uncomfortable, but they feel that the learning cost of latex is high and they are not interested in learning. But sooner or later, I have to learn. I spent an afternoon learning about latex and conf ...
Added by stuartc1 on Fri, 14 Jan 2022 02:26:47 +0200
CTFmisc image title (zsteg takes zip, recombines compressed packets, IDAT data steganography, LaTeX written by Markdown, zero width byte steganography)
1, Title Description
The second BMZCTF network security open, sponsored by: white hat community · WHT team, white hat cup, January 1, 2022 misc Title: game script As a programmer, I can't call out 30 lives. I wrote it down in my notes.
Game script hint: compressed package, pay attention to the logo, and then reorganize. Game script ...
Added by marcusb on Wed, 05 Jan 2022 04:46:27 +0200
6. References of Latex learning notes
catalogue
reference
1. Direct insertion method
1.1 insert literature
1.2 references
2. BibTex method
2.1 thesis
2.2 web pages
3. Change reference color
reference
Macro packages used for reference typesetting and citation include:
\usepackage{cite}
\usepackage[number, sort&compress]{natbib}
1. Direct insertion method
1.1 i ...
Added by rudibr on Wed, 24 Nov 2021 18:21:25 +0200