Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Frida
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
mlz
Frida
Commits
500f2911
Commit
500f2911
authored
8 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
+ remaining keyboard characters.
parent
68327d7e
No related branches found
No related tags found
No related merge requests found
Changes
3
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
doc/ps/GraphicPostprocessing.tex
+13
-2
13 additions, 2 deletions
doc/ps/GraphicPostprocessing.tex
doc/ps/symbols3.pdf
+0
-0
0 additions, 0 deletions
doc/ps/symbols3.pdf
doc/ps/symbols3.ps
+1730
-0
1730 additions, 0 deletions
doc/ps/symbols3.ps
with
1743 additions
and
2 deletions
doc/ps/GraphicPostprocessing.tex
+
13
−
2
View file @
500f2911
...
...
@@ -404,19 +404,26 @@ This format is supported by the axis label commands \texttt{xCL} etc.\
(
\cref
{
SPlotFrame
}
)
and by all other text placement commands (
\cref
{
STextPlacement
}
).
\begin{table}
\begin{table}
[t]
\includegraphics
[width=1\textwidth]
{
symbols1.pdf
}
\caption
{
Correspondence of latin and greek characters.
}
\label
{
Tgrec
}
\end{table}
\begin{table}
\begin{table}
[t]
\centerline
{
\includegraphics
[width=.615\textwidth]
{
symbols2.pdf
}}
\caption
{
Special characters at equal positions in the standard latin encoding
and in the ``Symbol'' font.
}
\label
{
TduplicateChars
}
\end{table}
\begin{table}
[t]
\centerline
{
\includegraphics
[width=.231\textwidth]
{
symbols3.pdf
}}
\caption
{
Remaining characters from the US/ASCII PC keyboard
correspond to different characters in the ``Symbol'' font.
}
\label
{
TdifferingChars
}
\end{table}
In plain PostScript, strings are enclosed in parentheses:
\texttt
{
(string)
}
.
For use with Frida's text placement operators, they must be further enclosed
by curly braces:
\texttt
{
\{
(string)
\}
}
.
...
...
@@ -455,6 +462,10 @@ They are listed in \cref{TduplicateChars}.
Occasionally, this saves us from switching between normal and symbol font.
For instance, we can typeset
$
\alpha
=
\pi
/
3
-
\delta
$
all in ``Symbol''
as
\texttt
{
\{
()(a=p/3-d)g()
\}
}
.
\Cref
{
TdifferingChars
}
shows how the remaining special characters from the
standard keyboard
translate to different special characters in the ``Symbol'' font.
Operators:
\\
\btabb
@
{}
p
{
.1
\TW
}
@
{}
p
{
.3
\TW
}
@
{}
p
{
.44
\TW
}
@
{}
p
{
.16
\TW
}
@
{}
1.2
...
...
This diff is collapsed.
Click to expand it.
doc/ps/symbols3.pdf
0 → 100644
+
0
−
0
View file @
500f2911
File added
This diff is collapsed.
Click to expand it.
doc/ps/symbols3.ps
0 → 100644
+
1730
−
0
View file @
500f2911
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment