Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
BornAgain
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
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
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
BornAgain
Commits
72004b4f
Commit
72004b4f
authored
9 years ago
by
Wuttke, Joachim
Browse files
Options
Downloads
Patches
Plain Diff
Supplied ucharcat.sty, which is needed by latest texlive-math-extra
parent
4af45d10
No related branches found
No related tags found
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
Doc/UserManual/BornAgainManual.tex
+2
-2
2 additions, 2 deletions
Doc/UserManual/BornAgainManual.tex
Doc/UserManual/FormFactors.tex
+1
-3
1 addition, 3 deletions
Doc/UserManual/FormFactors.tex
Doc/UserManual/ucharcat.sty
+50
-0
50 additions, 0 deletions
Doc/UserManual/ucharcat.sty
with
53 additions
and
5 deletions
Doc/UserManual/BornAgainManual.tex
+
2
−
2
View file @
72004b4f
...
@@ -26,8 +26,8 @@
...
@@ -26,8 +26,8 @@
%\includeonly{Introduction,Conventions,OnlineDocs,ScatteringTheory,PolarizedScattering,Multilayers,Assemblies,Domains,Roughness,Experiment}
%\includeonly{Introduction,Conventions,OnlineDocs,ScatteringTheory,PolarizedScattering,Multilayers,Assemblies,Domains,Roughness,Experiment}
%\includeonly{FormFactors}
%\includeonly{FormFactors}
\documentclass
[a4paper,11pt,twoside,fleqn]
{
report
}
%
\documentclass[a4paper,11pt,twoside,fleqn]{report}
%
\documentclass[a4paper,11pt,fleqn,draft]{report}
\documentclass
[a4paper,11pt,fleqn,draft]
{
report
}
%\usepackage[final]{graphicx}
%\usepackage[final]{graphicx}
\input
{
Setup
}
\input
{
Setup
}
...
...
This diff is collapsed.
Click to expand it.
Doc/UserManual/FormFactors.tex
+
1
−
3
View file @
72004b4f
...
@@ -237,9 +237,7 @@ with the parameters
...
@@ -237,9 +237,7 @@ with the parameters
\end{itemize}
\end{itemize}
They must fulfill
They must fulfill
\begin{displaymath}
\begin{displaymath}
H
\le
\frac
{
\tan\alpha
}{
2
}
L
H
\le
\frac
{
\tan\alpha
}{
2
}
\min\,
(L,W).
\quad\text
{
and
}
\quad
H
\le
\frac
{
\tan\alpha
}{
2
}
W
\end{displaymath}
\end{displaymath}
\paragraph
{
Form factor etc
}
\strut\\
\paragraph
{
Form factor etc
}
\strut\\
...
...
This diff is collapsed.
Click to expand it.
Doc/UserManual/ucharcat.sty
0 → 100644
+
50
−
0
View file @
72004b4f
%%
%% This is file `ucharcat.sty',
%% generated with the docstrip utility.
%%
%% The original source files were:
%%
%% ucharcat.dtx (with options: `package')
%%
%% Source File: textcase.dtx
%% Copyright 2015 David Carlisle
%%
%% This file may be distributed under the terms of the LPPL.
%% See README for details.
\NeedsTeXFormat
{
LaTeX2e
}
\ProvidesPackage
{
ucharcat
}
[2015/11/19 v0.03 ucharcat for luaLaTeX (DPC)]
\ifx\directlua\@
undefined
\ifx\Ucharcat\@
undefined
\ifx\XeTeXinterchartokenstate\@
undefined
\PackageError
{
ucharcat
}
{
\string\Ucharcat\space
may only be used with xetex and luatex
}
{
skipping package
}
\else
\PackageError
{
ucharcat
}
{
\string\Ucharcat\space
is defined in xetex releases from 2015 only
}
{
skipping package
}
\fi
\fi
\expandafter\endinput
\fi
\ifx\newcatcodetable\@
undefined
\chardef\ucharcat
@table"7000
\directlua
{
tex.enableprimitives("",
{
"initcatcodetable"
}
)
}
\initcatcodetable\ucharcat
@table
\else
\newcatcodetable\ucharcat
@table
\fi
\directlua
{
%
local nt = newtoken or token
function UcharcatLua()
local mych = nt.scan
_
int()
local mycat = nt.scan
_
int()
tex.setcatcode(
\the\numexpr\ucharcat
@table
\relax
,mych,mycat)
tex.sprint(
\the\numexpr\ucharcat
@table
\relax
,unicode.utf8.char(mych))
end
}
\def\Ucharcat
{
\directlua
{
UcharcatLua()
}}
\endinput
%%
%% End of file `ucharcat.sty'.
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