最美好的时光在路上 全世界女生都向往的旅行地
百度 以“募管通”为例,该产品主要针对私募基金、证券公司及基金外包服务公司等私募从业机构,围绕私募行业“募投管退”四个环节,提供包含募集、托管、三方监管、资金增值、平台获客在内的一站式金融服务。
The definition tag has no summary.
198 questions
0
votes
0
answers
22
views
A question about the define command [duplicate]
What is the problem with the second position command here?
\documentclass{ctexart}
\usepackage{amssymb,lipsum,marginnote,tcolorbox}
\usepackage[top=1cm,bottom=1cm,left=2cm,right=2cm]{geometry}
\...
5
votes
2
answers
278
views
LaTeX jumps to the wrong definition in the wrong chapter
I'm using XeLaTeX and have an amsthm-environment called definition which uses a per-chapter counter. It seems that LaTeX forgets to include the chapter counter when generating xdv files, as xdvipdfmx ...
1
vote
2
answers
38
views
Missing horizontal space from a simple macro [duplicate]
I'm using the following macro to help typing:
\newcommand*{\mma}{\textcolor{violet}{\textsl{Mathematica}}}%
The issue is very small: It doesn't keep the space in the text, when I type something like ...
0
votes
1
answer
113
views
What’s the cleanest way to manage notation that changes throughout a LaTeX document?
I'm writing a technical/mathematical document where the meaning or form of certain symbols evolves across sections. For example, a symbol like \( P \) might represent a probability measure in one part,...
4
votes
3
answers
340
views
Redefining \textit to Mean Bold as Well
I am working with a rather long Latex generated PDF in which it would be very helpful if I could easily identify all of the italicized sentences. Thus, I would like to be able, in the Preamble, to ...
3
votes
4
answers
218
views
Different versions of the same text changing one thing
I want to make different versions of the same text but only changing some numbers, the objective is making slightly different versions of the same exam.
I have been doing it by copying and pasting the ...
2
votes
2
answers
71
views
How do I define tags that help me to keep track of concept definitions?
When I edit a LaTeX document, it often happens that I need to move a section or a paragraph to another place inside the same document. If this happens several times, it can become difficult to confirm ...
3
votes
0
answers
69
views
Is there a reliable detection routine for finding out if a given single token can be used as ?control sequence? of a ?definition??
The following questions are "academical" ones. The questioner does not have a "real life task" in mind which cannot be accomplished without what is asked for.
TeXbook, Chapter 24: ...
0
votes
5
answers
119
views
Add $k$ instances of a certain character [duplicate]
I'm trying to write a latex command that will allow me to concatenate k times a certain string. Both k and the string will be provided as input. However, I'm having trouble starting. I want to make ...
3
votes
2
answers
84
views
Using \edef inside an enumerate environment not updating the existing value
I'm trying to use the approach described in this answer to store some text for later. My code is as follows:
\documentclass{article}
\edef\answers{}
\newcommand{\answer}[1]{\edef\answers{\answers{}#1 }...
3
votes
1
answer
118
views
define command of form \command[a=1](2,3)(4){5}
The package tkz-euclide has an interesting syntax in many commands, such as \tkzDefPoint(0,0){A}, where some arguments are given in parentheses.
I have taken a look at the .zip folder from CTAN, but ...
0
votes
1
answer
65
views
Style for theorem and definition environments
In the following code, I need Theorem to be in bold and the body of definition not to be in italic. Is there a way to realize this?
Thank you!
\documentclass[11pt,a4paper]{amsbook}
\usepackage[utf8]{...
1
vote
1
answer
36
views
How can customise Definition environment to a specific style?
I want to add the definition number inside a blue box, as shown in the image. I've tried several approaches but haven't been successful. Any suggestions on how to do this? Thanks
\documentclass[10pt]{...
0
votes
3
answers
87
views
Using edef to define a variable name that depends on a parameter
I am trying to create a plain TeX macro \p#1#2 where #1 is the text of a problem and #2 is the text of its solution. It should do the following:
Advance the value of \pno by 1. (\pno is a previously ...
0
votes
0
answers
45
views
Custom style for `tcolorbox` environment and `tcbsubskin` variable
I tried to create a style to simplify the definition of my tcolorbox environments, which will all follow the same format with one exception : the before upper option is variable. So I tried to add an ...