Skip to content

Commit 5bf5400

Browse files
update header to support two-sided, fix sigpolicy meeting info
1 parent ce1e955 commit 5bf5400

File tree

4 files changed

+24
-7
lines changed

4 files changed

+24
-7
lines changed

content/issues/2025-11-01 (43-1)/templates/newspaper.sty

Lines changed: 22 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -112,11 +112,12 @@
112112
\renewcommand{\ps@plain}{%
113113
\renewcommand\@oddfoot{}% % empty recto footer
114114
\let\@evenfoot\@oddfoot % empty verso footer
115-
\renewcommand\@evenhead
115+
\renewcommand\@oddhead
116116
{\parbox{\textwidth}{\vspace*{4pt}
117117
\noindent\begin{minipage}[t]{1.8in}
118118
\raggedright
119-
{\small Vol. \arabic{volume}, Iss. \arabic{issue}}
119+
% {\small Vol. \arabic{volume}, Iss. \arabic{issue}}
120+
~
120121
\end{minipage}%
121122
\hfill
122123
\begin{minipage}[t]{3.4in}
@@ -130,9 +131,25 @@
130131
\end{minipage}\\
131132
\rule{\textwidth}{0.5pt}
132133
\vspace*{12pt}}}%
133-
\let\@oddhead\@evenhead}
134-
135-
134+
\renewcommand\@evenhead
135+
{\parbox{\textwidth}{\vspace*{4pt}
136+
\noindent\begin{minipage}[t]{1.8in}
137+
\raggedright
138+
\textrm{\thepage}
139+
\end{minipage}%
140+
\hfill
141+
\begin{minipage}[t]{3.4in}
142+
\centering
143+
\normalfont\textbf{\@headername}\quad{\small Vol. \arabic{volume}, Iss. \arabic{issue}}
144+
\end{minipage}%
145+
\hfill
146+
\begin{minipage}[t]{1.8in}
147+
\raggedleft
148+
% {\small Vol. \arabic{volume}, Iss. \arabic{issue}}
149+
~
150+
\end{minipage}\\
151+
\rule{\textwidth}{0.5pt}
152+
\vspace*{12pt}}}}
136153

137154
%%%%%%%%%%% Headline (with byline) command %%%%%%%%%
138155

content/issues/2025-11-01 (43-1)/vol43is1/blurb/sigpolicy.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ meeting_times:
44
- date: tuesday
55
start_time: 19:00
66
end_time: 20:00
7-
location: Everitt 3117
7+
location: Biweeekly, Siebel CS 3401
88

99
blurb: |
1010
At SigPolicy, we aim to bring the tech events, news, and debates of the world to everyone at Illinois — that means you! Our meetings cover critical topics in tech, from chip control to social media funneling to online gambling. We do the research, so all you have to do is show up, listen to us for a few minutes, and dive into the discussion — no previous knowledge or experience with the topic needed! Coming up, we are having a social on the 4th, with Manolo’s and Mafia, to which everyone is welcome, and then diving into malicious AI — where we see it, what it means, and what we can do about it — on the 18th!
-382 Bytes
Binary file not shown.

content/issues/2025-11-01 (43-1)/vol43is1/main.tex

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
\documentclass{article}
1+
\documentclass[twoside]{article}
22

33
% Use the newspaper template from ../templates/
44
\usepackage{../templates/newspaper}

0 commit comments

Comments
 (0)